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
OmniSharp log displays...
OmniSharp server started
Path: ~.vscode\extensions\ms-vscode.csharp-1.6.2\bin\omnisharp\OmniSharp.exe
PID: 9920
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
There's only one other issue here that relates to mine #1056 and that seemed to have been resolved by a missing path. I already have that path and when I run wmic os get osarchitecture, I get...
OSArchitecture
64-bit
Not sure what else to try to fix this.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview2-1-003177)
Product Information:
Version: 1.0.0-preview2-1-003177
Commit SHA-1 hash: a2df9c2576
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
VS Code version: 1.8.1
C# Extension version: 1.6.2
Steps to reproduce
Install C# in VS Code and Open a .cs file.
Expected behavior
C# extension ahould recognize my operating system and the Omnisharp server should load without errors.
Actual behavior
C# log displays...
OmniSharp log displays...
OmniSharp server started
Path: ~.vscode\extensions\ms-vscode.csharp-1.6.2\bin\omnisharp\OmniSharp.exe
PID: 9920
[ERROR] Error: OmniSharp server load timed out. Use the 'omnisharp.projectLoadTimeout' setting to override the default delay (one minute).
There's only one other issue here that relates to mine #1056 and that seemed to have been resolved by a missing path. I already have that path and when I run
wmic os get osarchitecture
, I get...OSArchitecture
64-bit
Not sure what else to try to fix this.
The text was updated successfully, but these errors were encountered: