-
Notifications
You must be signed in to change notification settings - Fork 675
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
Error when adding reference to a classlib #2355
Comments
Thanks for filing a separate issue. I have a couple of questions:
|
Thanks @DustinCampbell I enabled Omnisharp for Debug mode and the output displayed the following error:
I uninstalled Visual Studio 2017 and removed the folder, now OminiSharp is looking for buildtools in:
Everything is working fine |
Is there a place to manually set the path to look for buildtools at? I get this error if I have Visual Studio 2017 and VSCode 1.24.1 installed on the same machine. |
Environment data
dotnet --info
output:VS Code version:
C# Extension version: ms-vscode.csharp-1.15.2
Steps to reproduce
Steps to reproduce (simplified)
Expected behavior
OmniSharp should load the project as normal and enable intellisense for classes inside Test.MyLib
I have verified that other issues with the same steps for execution also generates the same output, but in an earlier version, I was instructed to start a new issues, possibly the cause should be another #2286
Actual behavior
"dotnet run" works fine, but intelisense does not work, OminiSharp does not seem to work
The text was updated successfully, but these errors were encountered: