-
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
Intellisense not working with rc4 #1161
Comments
(Note: it used to work for me, but stopped when I upgraded the |
@DustinCampbell yep, but doesn't help. Here is the OmniSharp output right now:
|
I uninstalled rc4 and went back to preview4 instead, using this link: https://github.com/dotnet/core/blob/master/release-notes/preview4-download.md Works like a charm now... Closing, someone else can reopen if they feel like digging more into this. |
Environment data
dotnet --info
output:VS Code version: 1.8.1
C# Extension version: 1.7.0-beta1 (installed to try and see if it helped, which it didn't)
Steps to reproduce
Opening a .NET Core project with a
.csproj
and.sln
file.Expected behavior
Intellisense.
Actual behavior
Intellisense broken. All I get is the flame icon saying "Switch projects". When I do, it runs for a while and goes back to the same mode.
Here is the output:
Here is the
.csproj
file:The text was updated successfully, but these errors were encountered: