|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.12.1", |
| 4 | + "version": "1.13.0-beta1", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
143 | 143 | }, |
144 | 144 | { |
145 | 145 | "description": ".NET Core Debugger (Windows / x64)", |
146 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-win7-x64.zip", |
147 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-win7-x64.zip", |
| 146 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11121545/61b8ee7aa56d99502a7ae3a19547e73b/coreclr-debug-win7-x64.zip", |
| 147 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-13-0/coreclr-debug-win7-x64.zip", |
148 | 148 | "installPath": ".debugger", |
149 | 149 | "platforms": [ |
150 | 150 | "win32" |
|
156 | 156 | }, |
157 | 157 | { |
158 | 158 | "description": ".NET Core Debugger (macOS / x64)", |
159 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-osx.10.11-x64.zip", |
160 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-osx.10.11-x64.zip", |
| 159 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11121545/61b8ee7aa56d99502a7ae3a19547e73b/coreclr-debug-osx.10.11-x64.zip", |
| 160 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-13-0/coreclr-debug-osx.10.11-x64.zip", |
161 | 161 | "installPath": ".debugger", |
162 | 162 | "platforms": [ |
163 | 163 | "darwin" |
|
173 | 173 | }, |
174 | 174 | { |
175 | 175 | "description": ".NET Core Debugger (linux / x64)", |
176 | | - "url": "https://download.visualstudio.microsoft.com/download/pr/10975649/e7e53245607ac00f315a629e2ed934b9/coreclr-debug-linux-x64.zip", |
177 | | - "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-linux-x64.zip", |
| 176 | + "url": "https://download.visualstudio.microsoft.com/download/pr/11121545/61b8ee7aa56d99502a7ae3a19547e73b/coreclr-debug-linux-x64.zip", |
| 177 | + "fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-13-0/coreclr-debug-linux-x64.zip", |
178 | 178 | "installPath": ".debugger", |
179 | 179 | "platforms": [ |
180 | 180 | "linux" |
|
0 commit comments