|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.12.0-beta3", |
| 4 | + "version": "1.12.0-beta4", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
164 | 164 | }, |
165 | 165 | { |
166 | 166 | "description": ".NET Core Debugger (Windows / x64)", |
167 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-win7-x64.zip", |
168 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-win7-x64.zip", |
| 167 | + "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-win7-x64.zip", |
| 168 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-win7-x64.zip", |
169 | 169 | "installPath": ".debugger", |
170 | 170 | "platforms": [ |
171 | 171 | "win32" |
|
177 | 177 | }, |
178 | 178 | { |
179 | 179 | "description": ".NET Core Debugger (macOS / x64)", |
180 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-osx.10.11-x64.zip", |
181 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-osx.10.11-x64.zip", |
| 180 | + "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-osx.10.11-x64.zip", |
| 181 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-osx.10.11-x64.zip", |
182 | 182 | "installPath": ".debugger", |
183 | 183 | "platforms": [ |
184 | 184 | "darwin" |
|
194 | 194 | }, |
195 | 195 | { |
196 | 196 | "description": ".NET Core Debugger (linux / x64)", |
197 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10966208/a75c00c88407dbc32ceaaa4e0c84f88d/coreclr-debug-linux-x64.zip", |
198 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-4/coreclr-debug-linux-x64.zip", |
| 197 | + "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-linux-x64.zip", |
| 198 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-linux-x64.zip", |
199 | 199 | "installPath": ".debugger", |
200 | 200 | "platforms": [ |
201 | 201 | "linux" |
|
0 commit comments