mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-23 16:37:26 +03:00
Improve code block formatting
This commit is contained in:
parent
679a8d97b6
commit
8b978a5a6f
2
DOCS.md
2
DOCS.md
@ -42,7 +42,7 @@ The `product.json` file is set up to use [open-vsx.org](https://open-vsx.org/) a
|
|||||||
* Create a pull request to [this repository](https://github.com/open-vsx/publish-extensions) to have the [@open-vsx](https://github.com/open-vsx) service account publish the extensions for you.
|
* Create a pull request to [this repository](https://github.com/open-vsx/publish-extensions) to have the [@open-vsx](https://github.com/open-vsx) service account publish the extensions for you.
|
||||||
* Download and [install the vsix files](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
|
* Download and [install the vsix files](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix).
|
||||||
* Modify the `extensionsGallery` section of the `product.json` file in your VSCodium installation to use the VS Code Marketplace as shown below. However, note that [it is not clear whether this is legal](https://github.com/microsoft/vscode/issues/31168).
|
* Modify the `extensionsGallery` section of the `product.json` file in your VSCodium installation to use the VS Code Marketplace as shown below. However, note that [it is not clear whether this is legal](https://github.com/microsoft/vscode/issues/31168).
|
||||||
```
|
```json
|
||||||
"extensionsGallery": {
|
"extensionsGallery": {
|
||||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
"itemUrl": "https://marketplace.visualstudio.com/items"
|
"itemUrl": "https://marketplace.visualstudio.com/items"
|
||||||
|
Loading…
Reference in New Issue
Block a user