A little collection of my VS Code themes. π©βπ»
Contributors: feel free to open an issue or a PR with any fixes. The following is for my own future reference...
See the VS Code docs about publishing an extension. You need to package, then publish the extension after making changes. There are some scripts for this.
First, you need vsce
installed (CLI for building/publishing VS Code extensions): npm install -g @vscode/vsce
- Make your changes and bump the
package.json
version. - Navigate to the root directory of the particular theme in a terminal. Eg -
vscode-themes/collections/lcars-theme
- You can test by running
npm run localinstall
and restarting VS Code. - When done, build:
npm run ext:package
- Publish the build to the VS Code marketplace:
npm run ext:publish