Files
notes-infineon/_-Review/vscodium.md
2024-06-03 07:04:29 -07:00

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"
]
}
```