You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet --info output: 2.0.2
VS Code version: 1.17.2
C# Extension version: 1.12.1
Windows Version: Windows 10 1709 (OS Build 16299.19) It has a new OneDrive feature "File On-Demand"
Steps to reproduce
Close all VS Code windows/applications if any.
Make sure the OneDrive Setting "Files On-Demand" is on.
Create a simple "Hello World" console app in OneDrive folder: dotnet new console
Open the new created project in VS Code, open "Program.cs" file
Expected behavior
OmniSharp should start up.
I moved the "HelloWorld" project out of OneDrive folder, then it worked.
Actual behavior
OmniSharp doesn't start up.
Visual Studio 2017 has similar problem when a project is in OneDrive folder no matter if "File On-Demand" is on or off. I guess Omnisharp would not start up as long as the project is in OneDrive folder even if "File On-Demand" is off.