selenized
selenized copied to clipboard
Vscode theme does not install
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.