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
Test for #3112:
Complexity 2
Windows @chrmarti
OSX @bpasero
Linux @rebornix
Install the next version of the vscode yeoman generator npm install -g generator-code@next
npm install -g generator-code@next
start yeoman yo code
yo code
create a theme extension
try all 3 variants (import with/without inline, new) and make sure the created extension works
read the generated vsc-extension-quickstart.md as well as our doc for more infos
vsc-extension-quickstart.md
Note: Documentation on the new workbench themes is still TBD
The text was updated successfully, but these errors were encountered:
I'll take Linux.
Sorry, something went wrong.
No branches or pull requests
Test for #3112:
Complexity 2
Windows @chrmarti
OSX @bpasero
Linux @rebornix
Install the next version of the vscode yeoman generator
npm install -g generator-code@next
start yeoman
yo code
create a theme extension
try all 3 variants (import with/without inline, new) and make sure the created extension works
read the generated
vsc-extension-quickstart.md
as well as our doc for more infosNote: Documentation on the new workbench themes is still TBD
The text was updated successfully, but these errors were encountered: