Skip to content

Commit eed1bbe

Browse files
Revert unintended changes in package.json
1 parent b0d0041 commit eed1bbe

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,13 @@
478478
"razor"
479479
]
480480
},
481+
"runtime": "node",
481482
"runtimeArgs": [],
482483
"variables": {
483484
"pickProcess": "csharp.listProcess",
484485
"pickRemoteProcess": "csharp.listRemoteProcess"
485486
},
487+
"program": "./out/src/coreclr-debug/proxy.js",
486488
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
487489
"configurationAttributes": {
488490
"launch": {
@@ -1142,16 +1144,7 @@
11421144
"request": "attach",
11431145
"processId": "${command.pickProcess}"
11441146
}
1145-
],
1146-
"windows": {
1147-
"program": "./.debugger/OpenDebugAD7.exe"
1148-
},
1149-
"osx": {
1150-
"program": "./.debugger/OpenDebugAD7"
1151-
},
1152-
"linux": {
1153-
"program": "./.debugger/OpenDebugAD7"
1154-
}
1147+
]
11551148
}
11561149
]
11571150
}

0 commit comments

Comments
 (0)