21 lines
760 B
Diff
21 lines
760 B
Diff
diff --git a/product.json b/product.json
|
|
index eb6526c2d8f6..2d7088359f0b 100644
|
|
--- a/product.json
|
|
+++ b/product.json
|
|
@@ -18,7 +18,15 @@
|
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
|
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
|
"urlProtocol": "code-oss",
|
|
+ "quality": "stable",
|
|
"extensionAllowedProposedApi": [
|
|
"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"
|
|
+ },
|
|
+ "documentationUrl": "https://github.com/microsoft/vscode-docs",
|
|
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues"
|
|
}
|