temporarily add extensions gallery

This commit is contained in:
Joao Moreno 2016-04-12 12:38:28 +02:00
parent e6d9e8d6d4
commit 51fe52b618

View file

@ -6,5 +6,10 @@
"win32MutexName": "vscodeoss",
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
"darwinBundleIdentifier": "com.visualstudio.code.oss",
"welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048"
"welcomePage": "http://go.microsoft.com/fwlink/?LinkId=723048",
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
}