Ensure each VSCode window has a titlebar with a different colour.
See Publishing Extensions for more information about building and publishing bundles.
To generate a bundle (.vsix
file) that you can install into VSCode locally, run the following command:
npx vsce package
This will build a file with a name like titlebar-colour-0.0.2.vsix
.
" For users, to install a .vsix file in VS Code:
- Go to the Extensions view.
- Click Views and More Actions...
- Select Install from VSIX... "
On VSCode on macOS, you have to click on the breadcrumbs (...) in the top-right of the Extensions pane, in order to see the "Install from VSIX..." option.