--- product.json 2020-05-17 11:10:55.272847883 +0200 +++ product.json 2020-05-17 11:12:21.374005995 +0200 @@ -1,4 +1,17 @@ { + "quality": "stable", + "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://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", @@ -21,6 +34,8 @@ "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", "urlProtocol": "code-oss", "extensionAllowedProposedApi": [ + "ms-vsliveshare.vsliveshare", + "ms-vscode-remote.remote-ssh", "ms-vscode.vscode-js-profile-table", "ms-vscode.references-view" ],