-
Notifications
You must be signed in to change notification settings - Fork 685
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
Latest release could break working project (v1.18.0) #2952
Comments
@bitinn Glad upgrading mono fixed this for you--that was the first thing I was going to ask you to try :) |
@bitinn We'll work on OmniSharp/omnisharp-roslyn#1373 |
The same problem appears in version 1.34.11 [ERROR] Error: command 'dotnet.test.run' already exists Updating mono and core sdk didn't solve the problem. |
@emin2105 Since this has been closed for a while, Can you open a new issue and provide the logs that are requested in the template? Thanks! |
[ERROR] Error: command 'o.fixAll.solution' already exists OmniSharp v1.23.0 First opened a folder with vscode and OmniSharp could start correctly. But Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100 Restart VSCode or reload VSCode window could solve this problem... |
Same issue. |
I just ran into this myself, restarting vscode completely seemed to resolve it for now. |
Issue Description
When selecting a project on command palette, it failed to load this project. (my terminology might be wrong, basically the "flame" symbol didn't turn green and display project name, it stayed yellow for a bit and then disappeared.)
logs are outputted with an error at the end:
Steps to Reproduce
Selecting a project on command palette, wait for it to load.
(Obviously I don't know if it's codebase specific, or setting specific, all I can confirm is that this repo works just fine yesterday; and I noticed an update log today)
[2019-03-28 12:18:20.117] [sharedprocess] [info] Deleted from disk ms-vscode.csharp /Users/df/.vscode/extensions/ms-vscode.csharp-1.17.1
So the upgrade from
1.17.1
to1.18.0
caused this issue.Expected Behavior
Works like 1.17.1 without changing settings.
Actual Behavior
I don't know why it doesn't work at the moment.
Logs
C# log
Environment information
VSCode version: 1.32.3
C# Extension: 1.18.0
Mono Information
OmniSharp using global mono :5.12.0Dotnet Information
.NET Command Line Tools (2.1.4)Product Information:
Version: 2.1.4
Commit SHA-1 hash: 5e8add2190
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.14
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/2.1.4/
Microsoft .NET Core Shared Framework Host
Version : 2.0.5
Build : 17373eb129b3b05aa18ece963f8795d65ef8ea54
Visual Studio Code Extensions
IMPORTANT NOTE
This issue disappears after I:
Without restarting VS Code, even though C# extension recognized the new SDK and Mono, the error remained on project selection.
C# extension should really warn users against compatibility issues (and whether a program restart is needed...)
The text was updated successfully, but these errors were encountered: