2024-06-03
This commit is contained in:
32
_-Review/vscodium.md
Normal file
32
_-Review/vscodium.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
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"
|
||||
]
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user