-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
.NET Core Sdk app/lib require a build before intellisense works #312
Comments
I figured I would comment here rather than xunit/xunit#859 since it seems more appropriate, but I upgraded dotnet core to preview4-004233 and did Additional Info:
|
@czifro can you check your fsproj is similar to these generated by |
Problem is you are using an fsproj for preview3. |
That fixed it. Thank you! |
Done! fixed with 2.25.1 just |
Opening a new project, or cloned, or just restored, the intellisense doesnt work.
Affect projects created with the .NET Core Sdks:
project.json
based (preview2
,preview2.1
)preview3
,preview4
, ..)Repro
Expected
Intellisense works
Actual
Intellisense doesnt work.
Workaround
Do a
dotnet build
BEFORE opening VS Code.So the following works:
Why/TODO
That happen becauseFSAC read the response file generated after build to initialize FCS.
So no build, no response files.
Ideas for minor improvements /cc @Krzysztof-Cieslak @cloudRoutine for ideas
The text was updated successfully, but these errors were encountered: