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.
- ✅ Working: Natively supported on LoongArch; works out of the box or with minimal required setup.
- 🚀 Ported: Official extension not supported, but a community-ported build for LoongArch is functional.
- 🔄 Alternative: Original extension incompatible; a reliable drop-in replacement is available.
- 😭 Not Working: Unsupported on LoongArch with no viable alternatives at this time.
| Extension Name | Status | Notes | Latest Version |
|---|---|---|---|
| clangd | ✅ Working | Requires clangd to be installed on the system beforehand. |
|
| CodeLLDB | 🔄 Alternative | Use LLDB DAP or Native Debug instead. | |
| ESLint | ✅ Working | Works out of the box. | |
| Even Better TOML | ✅ Working | Once installed, configure Bundled to false. |
|
| Go | ✅ Working | Works out of the box, automatically installs related binaries. | |
| Jupyter | ✅ Working | Works out of the box. | |
| Pylance | 🔄 Alternative | Use BasedPyright instead. See this discussion. | |
| Pylint | ✅ Working | Works out of the box. | |
| Python | ✅ Working | Works out of the box. | |
| Python Debugger | 🚀 Ported | Use Python Debugger for LoongArch instead. | |
| Python Environments | ✅ Working | Works out of the box. | |
| Remote - SSH | 🔄 Alternative | Use Open Remote - SSH instead. | |
| Ruff | 🚀 Ported | Use Ruff (loong64) instead. | |
| rust-analyzer | 🔄 Alternative | Use rust-analyzer-no-server instead. See loongcodium/rust-analyzer-no-server. | |
| Tinymist Typst | 😭 Not Working | Unsupported architecture. | |
| TypeScript + Webpack Problem Matchers | ✅ Working | Works out of the box. |
- Test extensions and report compatibility
- Help port extensions to LoongArch
- Improve documentation