Added product.json to codium config files

to enable extensions from the VS Code marketplace
This commit is contained in:
Luca Pellegrini 2022-11-24 20:27:21 +01:00
parent e6bc1786e3
commit 7555025ff6
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items",
"controlUrl": "",
"recommendationsUrl": ""
}
}