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
Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
VS Code version: 1.17.0-insider
C# Extension version: 1.12.1
Steps to reproduce
Run the following commands
mkdir XPlatform
cd .\XPlatform
mkdir XPlatform.Shared
dotnet new web -n XPlatform.Server
tns create XPlatform.Mobile --ng --appid com.ejot.XPlatform
ng new XPlatform.Web
Then create a code workspace file (XPlatform.code-workspace) with the fpllowing content:
We're planning on adding support to OmniSharp here: OmniSharp/omnisharp-roslyn#909. I'll keep this to track the updates that will be needed to C# for VS Code.
On the last few days of Year 2019, this problem still happens.
Switching among multiple VS Code instances is still needed for multiple solutions.
This issue has been lasting for over 2 years without being solved.
It there any technical problem that prevents implementing this or this commonly requested feature is placed on very low priority?
Environment data
dotnet --info
output:.NET-Befehlszeilentools (2.0.0)
Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9
Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
VS Code version: 1.17.0-insider
C# Extension version: 1.12.1
Steps to reproduce
Run the following commands
Then create a code workspace file (XPlatform.code-workspace) with the fpllowing content:
Open VSCode Insider.
Expected behavior
Omnisharp-vscode should detect that there is a c# project in XPlatform.Server and provide intellisense for .cs files in this folder.
Actual behavior
Omnisharp still shows the Running state
When I click on "Running" it only let me select the project XPlatform.Mobile
The Omnisharp log shows the following output:
The text was updated successfully, but these errors were encountered: