27 lines
929 B
Diff
27 lines
929 B
Diff
diff --git a/product.json b/product.json
|
|
index 3facf29bc27..45e3fab95a7 100644
|
|
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -22,6 +22,9 @@
|
|
"licenseFileName": "LICENSE.txt",
|
|
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
|
"urlProtocol": "code-oss",
|
|
+ "quality": "stable",
|
|
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
|
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode.vscode-js-profile-flame",
|
|
"ms-vscode.vscode-js-profile-table",
|
|
@@ -30,6 +33,11 @@
|
|
"ms-vscode.remotehub",
|
|
"ms-vscode.remotehub-insiders"
|
|
],
|
|
+ "extensionsGallery": {
|
|
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
|
+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
+ "itemUrl": "https://marketplace.visualstudio.com/items"
|
|
+ },
|
|
"builtInExtensions": [
|
|
{
|
|
"name": "ms-vscode.node-debug",
|