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

Disable the "There are unresolved dependencies" info message. #845

Closed
shaunluttin opened this issue Oct 28, 2016 · 9 comments
Closed

Disable the "There are unresolved dependencies" info message. #845

shaunluttin opened this issue Oct 28, 2016 · 9 comments

Comments

@shaunluttin
Copy link

How do we disable the "There are unresolved dependencies from..." message that comes up whenever there are unresolved dependencies?

171to

I would rather not be told this.

@DustinCampbell
Copy link
Member

A new (release)[https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.5-beta6] is ready which includes a csharp.suppressDotnetRestoreNotification option.

@shaunluttin
Copy link
Author

@DustinCampbell That's wonderful. How do we install a specific version such as 1.5-beta6?

@shaunluttin
Copy link
Author

@DustinCampbell Figured it out:

 code --install-extension .\csharp-1.5.0-beta6.vsix

@DustinCampbell
Copy link
Member

yes, there's also a way on the Extensions pane in VS Code. At the top right-hand corner of the Extensions pane, click the [...] and select "Install from VSIX..."

@shaunluttin
Copy link
Author

@DustinCampbell I have installed the appropriate version and set my settings.json. The notification info message continues to display, though.

{
    "files.autoSave": "afterDelay",
    "window.zoomLevel": 0,
    "csharp.suppressDotnetRestoreNotification": true
}

Does the new release suppress the info message on your machine?

@DustinCampbell
Copy link
Member

Yes, it works for me. I just set the option and then performed a git clean -xdf in a project I had loaded. No notification appeared.

@shaunluttin
Copy link
Author

Thank you for checking.

@shaunluttin
Copy link
Author

shaunluttin commented Nov 9, 2016

It works after deleting the previous version of the extension from here:

C:\Users\myuser\.vscode\extensions

@DustinCampbell
Copy link
Member

glad you got it working (and very nice to meet you this week!) 😄

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

No branches or pull requests

2 participants