Improve code block formatting

This commit is contained in:
Ty Mick 2020-10-29 14:38:14 -05:00
parent 679a8d97b6
commit 8b978a5a6f

View File

@ -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"