We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c5061 commit cf141d7Copy full SHA for cf141d7
package.json
@@ -310,10 +310,12 @@
310
"razor"
311
]
312
},
313
+ "runtime": "node",
314
"runtimeArgs": [],
315
"variables": {
316
"pickProcess": "csharp.listProcess"
317
318
+ "program": "./out/src/coreclr-debug/proxy.js",
319
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
320
"configurationAttributes": {
321
"launch": {
@@ -805,16 +807,7 @@
805
807
"request": "attach",
806
808
"processId": "${command.pickProcess}"
809
}
- ],
- "windows": {
810
- "program": "./coreclr-debug/debugAdapters/OpenDebugAD7.exe"
811
- },
812
- "osx": {
813
- "program": "./coreclr-debug/debugAdapters/OpenDebugAD7"
814
815
- "linux": {
816
817
- }
+ ]
818
819
820
0 commit comments