Open jmaine opened 4 years ago
I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label.
Tagging subscribers to this area: @ViktorHofer Notify danmosemsft if you want to be subscribed.
I don't see any reason why we would need these files to support VSCode? Test execution inside VS or VSCode should "just" work without any env var modification.
@ViktorHofer, I have to use those files to get Omnisharp to load the *.csproj files correctly; otherwise, I cannot use the "find declaration" or "find all references" features that Omnisharp provides.
I am using the C# extension for VS Code provided by Microsoft.
I see, thanks for clarifying. Our goal is to deliver the desired experience without such "hacks". @Anipik is working on Intellisense support.
@jmaine can you provide repro steps so that we better understand what's currently broken in vscode? Thanks
Description
Copy these files below to the root of the .net runtime repository.
Configuration
This is to help develop the .Net runtime using VS Code like it is used in the same way for Asp.Net Core.