25 lines
902 B
Diff
25 lines
902 B
Diff
diff --git a/product.json b/product.json
|
|
index 335caa71f6b0..b06b418f15c1 100644
|
|
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -22,12 +20,20 @@
|
|
"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",
|
|
"ms-vscode.references-view"
|
|
],
|
|
+ "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",
|