-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 pre-release toasts #12438
Comments
cc @dmalan |
The user would still have to set the setting though, right? Or are they getting the setting from some shared file? We could also add a "More info" button that explains when the pre-release version should be used. |
In our educational use case, the student gets the setting from a common Ideally, then, there'd be a similar setting via which we could suppress any prompts to switch away from the defined configuration, so that students don't stray from a standardized environment. Thank you for considering! |
@dmalan Could you elaborate on "suppress any prompts to switch away from the defined configuration"? Are you wanting the setting to be more general or apply to other scenarios or just this one? |
Oh that sounds great, thanks very much! |
@dmalan Fixed with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.21.1 (although you'll have to wait till later this week for the 1.21.2 non-prerelease version). |
Thanks so much, @sean-mcmanus, much appreciated! |
@dmalan Now it's in non-pre-release: https://github.com/microsoft/vscode-cpptools/releases/tag/v1.21.2 |
Thank you, @sean-mcmanus! |
Feature Request
Would it be possible to have a setting that allows users to disable pre-release toasts like this one?
In the educational context, many students use Codespace as their standardized online IDE. However, they rarely know what pre-release extensions would benefit them and might be distracting in most cases.
The text was updated successfully, but these errors were encountered: