Skip to content

Commit 3fd59c3

Browse files
committed
Merge remote-tracking branch 'internal_fork/feature/lsp_tools_host'
2 parents 40d4b12 + 3694f9a commit 3fd59c3

File tree

2 files changed

+55
-21
lines changed

2 files changed

+55
-21
lines changed

images/csharpIcon.png

29.6 KB
Loading

package.json

Lines changed: 55 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"test:artifacts": "tsc -p ./ && mocha out/test/artifactTests/**/*.test.js",
6565
"unpackage:vsix": "gulp vsix:release:unpackage",
6666
"updatePackageDependencies": "gulp updatePackageDependencies"
67-
},
68-
"extensionDependencies": [
69-
"ms-dotnettools.vscode-dotnet-runtime"
70-
],
67+
},
68+
"extensionDependencies": [
69+
"ms-dotnettools.vscode-dotnet-runtime"
70+
],
7171
"dependencies": {
7272
"@microsoft/servicehub-framework": "4.2.99-beta",
7373
"@types/cross-spawn": "6.0.2",
@@ -422,7 +422,7 @@
422422
{
423423
"id": "Debugger",
424424
"description": ".NET Core Debugger (Windows / x64)",
425-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-win7-x64.zip",
425+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-win7-x64.zip",
426426
"installPath": ".debugger/x86_64",
427427
"platforms": [
428428
"win32"
@@ -432,12 +432,12 @@
432432
"arm64"
433433
],
434434
"installTestPath": "./.debugger/x86_64/vsdbg-ui.exe",
435-
"integrity": "46C32A2672BA4FBB689BF3FDCF3BC7BA11204D770FB6B3B03CB854DB95BC1958"
435+
"integrity": "F8EE956167EE6BCDB39EDB9E377F5C5EB06A50C56F85C9F77F7E8CEFAC2FA6E5"
436436
},
437437
{
438438
"id": "Debugger",
439439
"description": ".NET Core Debugger (Windows / ARM64)",
440-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-win10-arm64.zip",
440+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-win10-arm64.zip",
441441
"installPath": ".debugger/arm64",
442442
"platforms": [
443443
"win32"
@@ -446,12 +446,12 @@
446446
"arm64"
447447
],
448448
"installTestPath": "./.debugger/arm64/vsdbg-ui.exe",
449-
"integrity": "1D041779EC68216BC02923A609DCAAF7979B4AE4873A03447E560C153892141E"
449+
"integrity": "053CD0366ACD224C7232E983FF3DB0E162C02148D0EDED60E247C1D50D8C2BC8"
450450
},
451451
{
452452
"id": "Debugger",
453453
"description": ".NET Core Debugger (macOS / x64)",
454-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-osx-x64.zip",
454+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-osx-x64.zip",
455455
"installPath": ".debugger/x86_64",
456456
"platforms": [
457457
"darwin"
@@ -465,12 +465,12 @@
465465
"./vsdbg"
466466
],
467467
"installTestPath": "./.debugger/x86_64/vsdbg-ui",
468-
"integrity": "DBF229F603B1E3BE1EB9F073A8A57FA08DC6E65740507C737C6CC4A42784A1A4"
468+
"integrity": "31FD387AE90A558057F7BF7A2D0E93C1080B0A11D170F5FB7D75928A98B49617"
469469
},
470470
{
471471
"id": "Debugger",
472472
"description": ".NET Core Debugger (macOS / arm64)",
473-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-osx-arm64.zip",
473+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-osx-arm64.zip",
474474
"installPath": ".debugger/arm64",
475475
"platforms": [
476476
"darwin"
@@ -483,12 +483,12 @@
483483
"./vsdbg"
484484
],
485485
"installTestPath": "./.debugger/arm64/vsdbg-ui",
486-
"integrity": "2B7BC3C424AFA2D340AACFC0F427671CAA4194785828D1050AB9F2265D47C5A8"
486+
"integrity": "85D18DA22979AA5A1DB0B71C3C104F1E3DB1A67E8D69F3AF634543667853CB74"
487487
},
488488
{
489489
"id": "Debugger",
490490
"description": ".NET Core Debugger (linux / ARM)",
491-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-linux-arm.zip",
491+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-linux-arm.zip",
492492
"installPath": ".debugger",
493493
"platforms": [
494494
"linux"
@@ -501,15 +501,50 @@
501501
"./vsdbg"
502502
],
503503
"installTestPath": "./.debugger/vsdbg-ui",
504-
"integrity": "D1765CCBD0C94FBC8A418CCE60D156F44E4725B2DE2C67F451A78A41BAFFBDB6"
504+
"integrity": "1678AD79ABCEB767FCC9CD5B9CEA82A0A25EC7CC49E91CE45275D2556B3AB410"
505505
},
506506
{
507507
"id": "Debugger",
508508
"description": ".NET Core Debugger (linux / ARM64)",
509-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-linux-arm64.zip",
509+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-linux-arm64.zip",
510+
"installPath": ".debugger",
511+
"platforms": [
512+
"linux"
513+
],
514+
"architectures": [
515+
"arm64"
516+
],
517+
"binaries": [
518+
"./vsdbg-ui",
519+
"./vsdbg"
520+
],
521+
"installTestPath": "./.debugger/vsdbg-ui",
522+
"integrity": "2685C26EEBC577985A843F97FD1EE8BC284C58F47B41D2AA2672860D059EDA5A"
523+
},
524+
{
525+
"id": "Debugger",
526+
"description": ".NET Core Debugger (linux musl / x64)",
527+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-linux-musl-x64.zip",
528+
"installPath": ".debugger",
529+
"platforms": [
530+
"linux-musl"
531+
],
532+
"architectures": [
533+
"x86_64"
534+
],
535+
"binaries": [
536+
"./vsdbg-ui",
537+
"./vsdbg"
538+
],
539+
"installTestPath": "./.debugger/vsdbg-ui",
540+
"integrity": "F11261E1ADEFEB31BDFCD677E510597C94CBCD45A76139DF37AA24D3B4221D1D"
541+
},
542+
{
543+
"id": "Debugger",
544+
"description": ".NET Core Debugger (linux musl / ARM64)",
545+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-linux-musl-arm64.zip",
510546
"installPath": ".debugger",
511547
"platforms": [
512-
"linux",
513548
"linux-musl"
514549
],
515550
"architectures": [
@@ -520,16 +555,15 @@
520555
"./vsdbg"
521556
],
522557
"installTestPath": "./.debugger/vsdbg-ui",
523-
"integrity": "5FD3582BD95235FE9236C7B0685D70BB00A5332FB856AA812E09AF0282C942C7"
558+
"integrity": "25BB43CF3989A239288F6988A35C7EB96C9EC9729ECD886B0D630FB9D42CFAAF"
524559
},
525560
{
526561
"id": "Debugger",
527562
"description": ".NET Core Debugger (linux / x64)",
528-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-1-25-8/coreclr-debug-linux-x64.zip",
563+
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-0-1/coreclr-debug-linux-x64.zip",
529564
"installPath": ".debugger",
530565
"platforms": [
531-
"linux",
532-
"linux-musl"
566+
"linux"
533567
],
534568
"architectures": [
535569
"x86_64"
@@ -539,7 +573,7 @@
539573
"./vsdbg"
540574
],
541575
"installTestPath": "./.debugger/vsdbg-ui",
542-
"integrity": "84F562ED273E8B6EE2BD46025E1AD674719B567E39FE99C8C7BB378D1D0E99F6"
576+
"integrity": "26233E972BDDC41D22456DE1639E0B7028902D28CA83926A83432FFE8C6E654C"
543577
},
544578
{
545579
"id": "Razor",

0 commit comments

Comments
 (0)