|
40 | 40 | "workspace" |
41 | 41 | ], |
42 | 42 | "defaults": { |
43 | | - "roslyn": "5.7.0-1.26203.6", |
| 43 | + "roslyn": "5.7.0-1.26213.1", |
44 | 44 | "omniSharp": "1.39.14", |
45 | | - "razor": "10.0.0-preview.26179.2", |
| 45 | + "razor": "10.0.0-preview.26208.5", |
46 | 46 | "razorOmnisharp": "7.0.0-preview.23363.1", |
47 | 47 | "xamlTools": "18.6.11622.36" |
48 | 48 | }, |
|
697 | 697 | "binaries": [ |
698 | 698 | "./rzls" |
699 | 699 | ] |
| 700 | + }, |
| 701 | + { |
| 702 | + "id": "VSWebAssemblyBridge", |
| 703 | + "description": "VSWebAssemblyBridge (Platform Agnostic)", |
| 704 | + "url": "https://vsdebugger.blob.core.windows.net/vswebassemblybridge-9-0-705702/vswebassemblybridge.zip", |
| 705 | + "installPath": ".vswebassemblybridge", |
| 706 | + "platforms": [ |
| 707 | + "win32", |
| 708 | + "linux", |
| 709 | + "darwin" |
| 710 | + ], |
| 711 | + "architectures": [ |
| 712 | + "x86", |
| 713 | + "x86_64", |
| 714 | + "arm64" |
| 715 | + ], |
| 716 | + "integrity": "9FDBDC91E2D79028A8932C1A96D3ABCFC7F40472FBC8F226E3FB1F6A1B5C97E7" |
700 | 717 | } |
701 | 718 | ], |
702 | 719 | "engines": { |
|
708 | 725 | "onDebugResolve:coreclr", |
709 | 726 | "onDebugResolve:clr", |
710 | 727 | "onDebugResolve:monovsdbg", |
| 728 | + "onDebugResolve:monovsdbg_wasm", |
711 | 729 | "onDebugResolve:dotnet", |
712 | 730 | "onLanguage:csharp", |
713 | 731 | "onCommand:o.showOutput", |
|
1197 | 1215 | "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
1198 | 1216 | "default": false |
1199 | 1217 | }, |
| 1218 | + "csharp.wasm.debug.useVSDbg": { |
| 1219 | + "type": "boolean", |
| 1220 | + "description": "%generateOptionsSchema.useVSDbg.description%", |
| 1221 | + "default": true |
| 1222 | + }, |
1200 | 1223 | "dotnet.unitTestDebuggingOptions": { |
1201 | 1224 | "type": "object", |
1202 | 1225 | "description": "%configuration.dotnet.unitTestDebuggingOptions%", |
|
4859 | 4882 | "csharp" |
4860 | 4883 | ], |
4861 | 4884 | "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255" |
| 4885 | + }, |
| 4886 | + { |
| 4887 | + "type": "monovsdbg_wasm", |
| 4888 | + "label": ".NET Core using Mono Runtime", |
| 4889 | + "hiddenWhen": "true", |
| 4890 | + "languages": [ |
| 4891 | + "csharp" |
| 4892 | + ], |
| 4893 | + "aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255" |
4862 | 4894 | } |
4863 | 4895 | ], |
4864 | 4896 | "semanticTokenTypes": [ |
|
0 commit comments