|
64 | 64 | "test:artifacts": "tsc -p ./ && mocha out/test/artifactTests/**/*.test.js",
|
65 | 65 | "unpackage:vsix": "gulp vsix:release:unpackage",
|
66 | 66 | "updatePackageDependencies": "gulp updatePackageDependencies"
|
67 |
| - }, |
68 |
| - "extensionDependencies": [ |
69 |
| - "ms-dotnettools.vscode-dotnet-runtime" |
70 |
| - ], |
| 67 | + }, |
| 68 | + "extensionDependencies": [ |
| 69 | + "ms-dotnettools.vscode-dotnet-runtime" |
| 70 | + ], |
71 | 71 | "dependencies": {
|
72 | 72 | "@microsoft/servicehub-framework": "4.2.99-beta",
|
73 | 73 | "@types/cross-spawn": "6.0.2",
|
|
422 | 422 | {
|
423 | 423 | "id": "Debugger",
|
424 | 424 | "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", |
426 | 426 | "installPath": ".debugger/x86_64",
|
427 | 427 | "platforms": [
|
428 | 428 | "win32"
|
|
432 | 432 | "arm64"
|
433 | 433 | ],
|
434 | 434 | "installTestPath": "./.debugger/x86_64/vsdbg-ui.exe",
|
435 |
| - "integrity": "46C32A2672BA4FBB689BF3FDCF3BC7BA11204D770FB6B3B03CB854DB95BC1958" |
| 435 | + "integrity": "F8EE956167EE6BCDB39EDB9E377F5C5EB06A50C56F85C9F77F7E8CEFAC2FA6E5" |
436 | 436 | },
|
437 | 437 | {
|
438 | 438 | "id": "Debugger",
|
439 | 439 | "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", |
441 | 441 | "installPath": ".debugger/arm64",
|
442 | 442 | "platforms": [
|
443 | 443 | "win32"
|
|
446 | 446 | "arm64"
|
447 | 447 | ],
|
448 | 448 | "installTestPath": "./.debugger/arm64/vsdbg-ui.exe",
|
449 |
| - "integrity": "1D041779EC68216BC02923A609DCAAF7979B4AE4873A03447E560C153892141E" |
| 449 | + "integrity": "053CD0366ACD224C7232E983FF3DB0E162C02148D0EDED60E247C1D50D8C2BC8" |
450 | 450 | },
|
451 | 451 | {
|
452 | 452 | "id": "Debugger",
|
453 | 453 | "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", |
455 | 455 | "installPath": ".debugger/x86_64",
|
456 | 456 | "platforms": [
|
457 | 457 | "darwin"
|
|
465 | 465 | "./vsdbg"
|
466 | 466 | ],
|
467 | 467 | "installTestPath": "./.debugger/x86_64/vsdbg-ui",
|
468 |
| - "integrity": "DBF229F603B1E3BE1EB9F073A8A57FA08DC6E65740507C737C6CC4A42784A1A4" |
| 468 | + "integrity": "31FD387AE90A558057F7BF7A2D0E93C1080B0A11D170F5FB7D75928A98B49617" |
469 | 469 | },
|
470 | 470 | {
|
471 | 471 | "id": "Debugger",
|
472 | 472 | "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", |
474 | 474 | "installPath": ".debugger/arm64",
|
475 | 475 | "platforms": [
|
476 | 476 | "darwin"
|
|
483 | 483 | "./vsdbg"
|
484 | 484 | ],
|
485 | 485 | "installTestPath": "./.debugger/arm64/vsdbg-ui",
|
486 |
| - "integrity": "2B7BC3C424AFA2D340AACFC0F427671CAA4194785828D1050AB9F2265D47C5A8" |
| 486 | + "integrity": "85D18DA22979AA5A1DB0B71C3C104F1E3DB1A67E8D69F3AF634543667853CB74" |
487 | 487 | },
|
488 | 488 | {
|
489 | 489 | "id": "Debugger",
|
490 | 490 | "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", |
492 | 492 | "installPath": ".debugger",
|
493 | 493 | "platforms": [
|
494 | 494 | "linux"
|
|
501 | 501 | "./vsdbg"
|
502 | 502 | ],
|
503 | 503 | "installTestPath": "./.debugger/vsdbg-ui",
|
504 |
| - "integrity": "D1765CCBD0C94FBC8A418CCE60D156F44E4725B2DE2C67F451A78A41BAFFBDB6" |
| 504 | + "integrity": "1678AD79ABCEB767FCC9CD5B9CEA82A0A25EC7CC49E91CE45275D2556B3AB410" |
505 | 505 | },
|
506 | 506 | {
|
507 | 507 | "id": "Debugger",
|
508 | 508 | "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", |
510 | 546 | "installPath": ".debugger",
|
511 | 547 | "platforms": [
|
512 |
| - "linux", |
513 | 548 | "linux-musl"
|
514 | 549 | ],
|
515 | 550 | "architectures": [
|
|
520 | 555 | "./vsdbg"
|
521 | 556 | ],
|
522 | 557 | "installTestPath": "./.debugger/vsdbg-ui",
|
523 |
| - "integrity": "5FD3582BD95235FE9236C7B0685D70BB00A5332FB856AA812E09AF0282C942C7" |
| 558 | + "integrity": "25BB43CF3989A239288F6988A35C7EB96C9EC9729ECD886B0D630FB9D42CFAAF" |
524 | 559 | },
|
525 | 560 | {
|
526 | 561 | "id": "Debugger",
|
527 | 562 | "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", |
529 | 564 | "installPath": ".debugger",
|
530 | 565 | "platforms": [
|
531 |
| - "linux", |
532 |
| - "linux-musl" |
| 566 | + "linux" |
533 | 567 | ],
|
534 | 568 | "architectures": [
|
535 | 569 | "x86_64"
|
|
539 | 573 | "./vsdbg"
|
540 | 574 | ],
|
541 | 575 | "installTestPath": "./.debugger/vsdbg-ui",
|
542 |
| - "integrity": "84F562ED273E8B6EE2BD46025E1AD674719B567E39FE99C8C7BB378D1D0E99F6" |
| 576 | + "integrity": "26233E972BDDC41D22456DE1639E0B7028902D28CA83926A83432FFE8C6E654C" |
543 | 577 | },
|
544 | 578 | {
|
545 | 579 | "id": "Razor",
|
|
0 commit comments