3.4 KiB
3.4 KiB
VS Codium Extensions
Themes/Aesthetics:
- Borealis Theme
- Cobalt2 Theme Official
- Cursor Column Highlight
- GlassIt Linux
- Nord Deep
- multi-command
- Render Line Endings
Extensions:
Language Servers:
- HTML CSS Support
- Python (ms-python)
- Python Debugger (ms-python)
- Pyright
- Go (golang)
- React - Typescript snippets (XAcademy)
- Rust (rust-lang)
- ShellCheck
- Svelte for VS Code (svelte)
- TypeScript Vue Plugin (Volar)
- Vue - Official
- YAML (redhat)
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)