1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- product.json 2019-04-06 13:26:49.879655883 +0100
+++ product.json 2019-04-06 13:26:37.399656243 +0100
@@ -1,4 +1,19 @@
{
+ "quality": "stable",
+ "extensionsGallery": {
+ "serviceUrl": "https://open-vsx.org/vscode/gallery",
+ "itemUrl": "https://open-vsx.org/vscode/item"
+ },
+ "linkProtectionTrustedDomains": [
+ "https://open-vsx.org"
+ ],
+ "documentationUrl": "https://code.visualstudio.com/docs",
+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
+ "introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
+ "tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
+ "keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
+ "commit": "@COMMIT@",
+ "date": "@DATE@",
"nameShort": "Code - OSS",
"nameLong": "Code - OSS",
"applicationName": "code-oss",
|