Skip to content

Commit 9d6cf5d

Browse files
Merge pull request #2617 from gregg-miskelly/Debugger-1.17.0
Update debugger to 1.17.0 packages
2 parents d4169f1 + 774fc26 commit 9d6cf5d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.0",
4+
"version": "1.17.0-beta6",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -225,8 +225,8 @@
225225
},
226226
{
227227
"description": ".NET Core Debugger (Windows / x64)",
228-
"url": "https://download.visualstudio.microsoft.com/download/pr/b04322ea-547b-42b1-86d9-8489befa85cb/78cc7fe92df55ec751fa04231fe4a76f/coreclr-debug-win7-x64.zip",
229-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-16-0/coreclr-debug-win7-x64.zip",
228+
"url": "https://download.visualstudio.microsoft.com/download/pr/32a13c68-a5ba-4b2d-aa59-9b1e883a7535/1f55f9c0c7c2adc8ad2e7c1a1e661be2/coreclr-debug-win7-x64.zip",
229+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-0/coreclr-debug-win7-x64.zip",
230230
"installPath": ".debugger",
231231
"platforms": [
232232
"win32"
@@ -238,8 +238,8 @@
238238
},
239239
{
240240
"description": ".NET Core Debugger (macOS / x64)",
241-
"url": "https://download.visualstudio.microsoft.com/download/pr/b04322ea-547b-42b1-86d9-8489befa85cb/2aa44d6a3b45199178833506704024c8/coreclr-debug-osx-x64.zip",
242-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-16-0/coreclr-debug-osx-x64.zip",
241+
"url": "https://download.visualstudio.microsoft.com/download/pr/32a13c68-a5ba-4b2d-aa59-9b1e883a7535/3043fbe9510ddb38fa12cffa16d67a0c/coreclr-debug-osx-x64.zip",
242+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-0/coreclr-debug-osx-x64.zip",
243243
"installPath": ".debugger",
244244
"platforms": [
245245
"darwin"
@@ -255,8 +255,8 @@
255255
},
256256
{
257257
"description": ".NET Core Debugger (linux / x64)",
258-
"url": "https://download.visualstudio.microsoft.com/download/pr/b04322ea-547b-42b1-86d9-8489befa85cb/8a007d22a9733f620f86c87d5b2d66d4/coreclr-debug-linux-x64.zip",
259-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-16-0/coreclr-debug-linux-x64.zip",
258+
"url": "https://download.visualstudio.microsoft.com/download/pr/32a13c68-a5ba-4b2d-aa59-9b1e883a7535/6624e811c688667bc08b7da5817866b8/coreclr-debug-linux-x64.zip",
259+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-0/coreclr-debug-linux-x64.zip",
260260
"installPath": ".debugger",
261261
"platforms": [
262262
"linux"

0 commit comments

Comments
 (0)