Skip to content

Commit be5ddf4

Browse files
authored
Updating debugger to 1.12.5. Setting package version to beta 4. (#1662)
* Updating debugger to 1.12.5. Setting package version to beta 4.
1 parent 1ff45ec commit be5ddf4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.12.0-beta3",
4+
"version": "1.12.0-beta4",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -164,8 +164,8 @@
164164
},
165165
{
166166
"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",
169169
"installPath": ".debugger",
170170
"platforms": [
171171
"win32"
@@ -177,8 +177,8 @@
177177
},
178178
{
179179
"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",
182182
"installPath": ".debugger",
183183
"platforms": [
184184
"darwin"
@@ -194,8 +194,8 @@
194194
},
195195
{
196196
"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",
199199
"installPath": ".debugger",
200200
"platforms": [
201201
"linux"

0 commit comments

Comments
 (0)