Making VSCodium extensions work on LoongArch! We test extensions for compatibility and port them when necessary.
Note: All extensions listed are from Open VSX Registry, which is the default marketplace for VSCodium.
| Extension | Status | Notes |
|---|---|---|
| clangd | ✅ Working | Requires clangd to be installed on the system beforehand |
| CodeLLDB | 🔄 Alternative | Use Native Debug instead |
| Even Better TOML | ✅ Working | Once installed, configure Bundled to false |
| Go | ✅ Working | Works out of the box, automatically install related binaries |
| Python | ✅ Working | Works out of the box |
| Pylance | 🔄 Alternative | Use BasedPyright instead, see VSCodium/vscodium#1641 |
| Remote - SSH | 🔄 Alternative | Use Open Remote - SSH instead |
| Tinymist Typst | 😭 Not Working | Unsupported architecture |
| rust-analyzer | 🔄 Alternative | Use rust-analyzer-no-server instead, see loongcodium/rust-analyzer-no-server |
- Test extensions and report compatibility
- Help port extensions to LoongArch
- Improve documentation