We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
"window.dialogStyle": "custom",
Since this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground
The text was updated successfully, but these errors were encountered:
Yes, In
Sorry, something went wrong.
No branches or pull requests
VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
"window.dialogStyle": "custom",
in your user settingsSince this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground
The text was updated successfully, but these errors were encountered: