Disable popups when launching in Codespaces #11796
Unanswered
beriberikix
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@beriberikix I don't believe there is a way. The UI is controlled by VS Code itself (so a request to disable all poups would need to go to them at https://github.com/microsoft/vscode/issues) and extensions control the individual popups. For the popup from the C/C++ extension shown in the screenshot, it can be disabled by selecting the Yes or No or installing the 1.19.x pre-release version of the extension. But our extension has other popups in other situations and no setting to disable all of them. It seems to me that it might be good for the training to include how to best handle popups from the tools. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using the extension pack in a devcontainer for use in Codespaces (see here and here.)
We'll be using as part of an online training session and in our testing found those popups distracting to trainees. Is there anyway to disable them from showing up, either via
settings
or some other means?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions