27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
diff --git a/product.json b/product.json
|
|
index 9010521ca351..3abefe7bd69a 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",
|
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode.vscode-js-profile-flame",
|
|
@@ -31,6 +34,11 @@
|
|
"GitHub.remotehub",
|
|
"GitHub.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",
|