diff options
Diffstat (limited to 'development/vscode/vscode-1.9.1.patch')
-rw-r--r-- | development/vscode/vscode-1.9.1.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/development/vscode/vscode-1.9.1.patch b/development/vscode/vscode-1.9.1.patch deleted file mode 100644 index a340985a78..0000000000 --- a/development/vscode/vscode-1.9.1.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -ur vscode-1.9.1.old/product.json vscode-1.9.1/product.json ---- vscode-1.9.1.old/product.json 2017-02-08 21:18:43.000000000 -0200 -+++ vscode-1.9.1/product.json 2017-02-14 19:23:55.023044320 -0200 -@@ -13,5 +13,10 @@ - "win32AppUserModelId": "Microsoft.CodeOSS", - "darwinBundleIdentifier": "com.visualstudio.code.oss", - "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", -- "urlProtocol": "code-oss" --} -\ No newline at end of file -+ "urlProtocol": "code-oss", -+ "extensionsGallery": { -+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", -+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", -+ "itemUrl": "https://marketplace.visualstudio.com/items" -+ } -+} |