-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot select project with omnisharp because of quickPickSeparators #4907
Comments
as an FYI on both of these I have .NET installed already and in the PATH dotnet --list-sdks |
same happening for me on windows with .NET 5 |
im having same issue, anyone got solution? |
I too have just discovered this - this is more than painful, I have a MBPro with 64GB RAM (ie plenty) and a large Git repo with 10 or so .NET (Core) 5 projects each with their own Dev Containers - I was mounting my sourcecode from the Mac host into the dev containers, however I think the OSX host mount driver was too slow and caused endless issues with OmniSharp timing out and basically meant Intellisense was almost always broken (ie shows "Loading..." tooltip and never returns) - so I went to the trouble of creating Dev Containers with no host mount, ie the Dev Container would Git fetch into a standard Docker volume sidestepping the host volume driver altogether - this seems mostly to work, but I still find I have to occasionally perform an "OmniSharp Select Project" to get Intellisense working - but now with this new error I have no intellisense at all |
Does anyone know how to install an old working version until a fix is released? My VS Code is basically bricked now. |
In my case my problem was fixed by looking at the sln file and checking that every project was referenced correctly: correct path and name. After that, a simple restart of the VSCode was enough. |
I dont even have a solution file, your comment is useless |
Sorry for bother you, I came to this issue a few hours ago, managed to resolve it and wanted to share my findings. Check in your .csproj files for inconsistences regarding other projects references. The omnisharp have a several weeks since the last release, so maybe the problem is in the VSCode. To test this you can create a new project in a clean folder and watch if the message persists. |
It is happening with default created projects, like dotnet new console |
Yeah, my csproj files have not changed for some time and compile just fine,
its simply the OmniSharp Select Project command that fails
…On Tue, Dec 14, 2021 at 1:29 AM EternalQuasar ***@***.***> wrote:
In my case my problem was fixed by looking at the sln file and checking
that every project was referenced correctly: correct path and name. After
that, a simple restart of the VSCode was enough.
I dont even have a solution file, your comment is useless
Sorry for bother you, I came to this issue a few hours ago, managed to
resolve it and wanted to share my findings. Check in your .csproj files for
inconsistences regarding other projects references.
The omnisharp have a several weeks since the last release, so maybe the
problem is in the VSCode. To test this you can create a new project in a
clean folder and watch if the message persists.
It is happening with default created projects, like dotnet new console
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4907 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHJOXPHY5US2BKAIZX7X4TUQX7OFANCNFSM5IZF7R7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Had the same problem, downgrading to VS Code 1.62 worked for me based on this so question (and response) |
can confirm that the issue happened after upgrading VSCode to 1.63, downgrading to 1.62 solved it |
I downgraded to 1.62 and solved it too. |
Hi all, From here: #4914 (comment) ... you can install the prerelease build from https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.18-beta2 as a workaround until a release is ready |
Hello, in my case installing the beta version 1.24.0 of OmniSharp extension solved the error. |
It is worth mentioning that omnisharp (and C# extension for VSCode) throws errors and does not auto-suggest when there is no .sln file or your project is not referenced correctly within the .sln file. |
Omnisharp v1.24.0-beta1 did not fix my issue, I downgraded vscode to 1.62.3 and 1.23.17 omnisharp to get it working. |
For me on vscode on windows, v1.24.0 beta fixed problem. |
This solved it for me too |
Quick downgrade command for linux users:
I'm a little surprised this is broken in the default shipping configuration of vscode and the fix hasn't been deployed yet a month later. Given how important intellisense is, losing it makes vscode basically unusable. Priority up, please? |
And the issue is marked closed! |
Updating to https://github.com/OmniSharp/omnisharp-vscode/wiki/Installing-Beta-Releases |
VSCode 1.63.2 Windows/WSL2 |
I can't get the new version installed. https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp says that the latest version is 1.24.0, but if I check for extension updates within Code, it says v1.23.17 is the newest. If I uninstall the extension and restart Code, it says the version is v1.24.0, but if I then click Install it changes to v1.23.17. I am not sure if it is safe to install a VSIX file from a github page. Edit: I am using WSL, and it appears 1.24.0 is not released for Linux x64 yet :( |
@jesperkristensen You need manually install version from github releases tab. |
Issue Type: Bug
I'm using the insider build, at first I thought this was because of one machine, but now I have the same behavior on my Mac M1 and my Windows 11 device. Whenever I try to select a project I get the below.
Extension version: 1.23.16
VS Code version: Code - Insiders 1.63.0-insider (Universal) (1e473b624f088fc05269891170a8ffa1c84a35a6, 2021-11-25T07:59:08.754Z)
OS version: Darwin arm64 21.1.0
Restricted Mode: No
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: