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 b0d0041 commit eed1bbeCopy full SHA for eed1bbe
package.json
@@ -478,11 +478,13 @@
478
"razor"
479
]
480
},
481
+ "runtime": "node",
482
"runtimeArgs": [],
483
"variables": {
484
"pickProcess": "csharp.listProcess",
485
"pickRemoteProcess": "csharp.listRemoteProcess"
486
487
+ "program": "./out/src/coreclr-debug/proxy.js",
488
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
489
"configurationAttributes": {
490
"launch": {
@@ -1142,16 +1144,7 @@
1142
1144
"request": "attach",
1143
1145
"processId": "${command.pickProcess}"
1146
}
- ],
- "windows": {
1147
- "program": "./.debugger/OpenDebugAD7.exe"
1148
- },
1149
- "osx": {
1150
- "program": "./.debugger/OpenDebugAD7"
1151
1152
- "linux": {
1153
1154
- }
+ ]
1155
1156
1157
0 commit comments