Skip to content
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

Platform: win32, unknown when installing C# in VS Code on Windows 10 #1110

Closed
amaria opened this issue Jan 7, 2017 · 0 comments · Fixed by #1149
Closed

Platform: win32, unknown when installing C# in VS Code on Windows 10 #1110

amaria opened this issue Jan 7, 2017 · 0 comments · Fixed by #1149
Assignees
Milestone

Comments

@amaria
Copy link

amaria commented Jan 7, 2017

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...

Updating C# dependencies...
Platform: win32, unknown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants