Could you please set up publishing to Open VSX so VSCodium can have access to it?
Process is described here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Most straightforward manual method for now is to simply:
- install
zokugun.vsix-manager
- append this to your user config:
"vsix.sources": {
"vsix.extensions": [
"github:Textualize/tcss-vscode-extension"
]
}
Could you please set up publishing to Open VSX so VSCodium can have access to it?
Process is described here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions
Most straightforward manual method for now is to simply:
zokugun.vsix-manager