selenized icon indicating copy to clipboard operation
selenized copied to clipboard

Vscode theme does not install

Open tclarke opened this issue 1 year ago • 0 comments

Following the README instructions doesn't install the theme. You need to have a vsix available or (preferably) publish it to the main extension repo.

npm install -g @vscode/vsce
vsce package

This will create a vsix that can be installed from vscode.

vsce publish

will publish the extension to the main extension repo.

tclarke avatar Feb 20 '24 19:02 tclarke