diff --git a/product.json b/product.json index ed3ced1c1b..df707206d5 100644 --- a/product.json +++ b/product.json @@ -21,5 +21,15 @@ "extensionAllowedProposedApi": [ "ms-vscode.node-debug", "ms-vscode.node-debug2" - ] + ], + "quality": "stable", + "extensionsGallery": { + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", + "itemUrl": "https://marketplace.visualstudio.com/items" + }, + "documentationUrl": "https://github.com/microsoft/vscode-docs", + "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", + "commit": "@COMMIT@", + "date": "@DATE@" }