20c03eafa5
closes #24269
25 lines
916 B
Diff
25 lines
916 B
Diff
diff --git a/product.json b/product.json
|
|
index 2b884d18f301..601c429e3cdf 100644
|
|
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -22,12 +22,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",
|
|
"ms-vscode.github-browser"
|
|
],
|
|
+ "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",
|