33 lines
775 B
Markdown
33 lines
775 B
Markdown
---
|
|
type: "topic"
|
|
assigned: ""
|
|
created: "2024-01-06T01:25:36.017Z"
|
|
updated: "2024-01-06T01:25:36.017Z"
|
|
---
|
|
|
|
# VsCodium
|
|
|
|
- [open-vsx](https://open-vsx.org/)
|
|
- [github](https://github.com/VSCodium/vscodium/blob/master/DOCS.md)
|
|
|
|
```bash
|
|
cd . > "C:/Users/mikep/AppData/Roaming/VSCodium/product.json"
|
|
codium "C:/Users/mikep/AppData/Roaming/VSCodium"
|
|
```
|
|
|
|
```json
|
|
{
|
|
"extensionsGallery": {
|
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
|
"itemUrl": "https://marketplace.visualstudio.com/items",
|
|
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
"controlUrl": ""
|
|
},
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode-remote.remote-ssh",
|
|
"ms-vscode-remote.remote-ssh-edit",
|
|
"ms-vscode-remote.remote-wsl"
|
|
]
|
|
}
|
|
```
|