A light theme for VSCode inspired by Visual Studio 2022. Heavily draws inspiration from ernstc/vs2022-themese-for-vscode.
- Press
F5to open a new window with your extension loaded. - Changes to the theme file are automatically applied to the Extension Development Host window.
- Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the
Developer: Inspect Editor Tokens and Scopescommand from the Command Palette (Ctrl+Shift+PorCmd+Shift+Pon Mac).
To publish a newer version:
vsce publish minor
