diff -rupN a/product.json b/product.json --- a/product.json 2018-02-08 09:33:36.318636387 -0800 +++ b/product.json 2018-02-08 09:34:55.559500099 -0800 @@ -19,5 +19,15 @@ "extensionAllowedProposedApi": [ "ms-vscode.node-debug", "ms-vscode.node-debug2" - ] -} \ No newline at end of file + ], + "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://github.com/microsoft/vscode-docs", + "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", + "commit": "@COMMIT@", + "date": "@DATE@" +}