notes/vs_code_ext.md
2024-06-07 22:55:20 -07:00

3.5 KiB

VS Codium Extensions

Themes/Aesthetics:

Extensions:

Language Servers:

A Note on GlassIt Linux

You'll need to edit the extensions.js file for it to work with VSCodium: If you are using VS Codium, you need to edit the extension.js file in the extension folder: ~/.vscode-oss(OR .vscode)/extensions/s-nlf-fh.glassit-{THE VERSION}-universal/, and change "code" on line 46 to "codium".

How to Compile via vsce

clone the repo with the source code you want to use

git clone https://github.com/extension_name

Once in there, run npm install to make sure you have all dependencies:

npm install

Finally Use vsce to compile the .vsix file you'll need:

vsce package

And lastly use VSCode by hand to install from .vsix (found under the ... menu in the extensions submenu of vscode)