Skip to content

Commit cf141d7

Browse files
Revert unintended package.json changes (again!)
1 parent 10c5061 commit cf141d7

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
@@ -310,10 +310,12 @@
310310
"razor"
311311
]
312312
},
313+
"runtime": "node",
313314
"runtimeArgs": [],
314315
"variables": {
315316
"pickProcess": "csharp.listProcess"
316317
},
318+
"program": "./out/src/coreclr-debug/proxy.js",
317319
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
318320
"configurationAttributes": {
319321
"launch": {
@@ -805,16 +807,7 @@
805807
"request": "attach",
806808
"processId": "${command.pickProcess}"
807809
}
808-
],
809-
"windows": {
810-
"program": "./coreclr-debug/debugAdapters/OpenDebugAD7.exe"
811-
},
812-
"osx": {
813-
"program": "./coreclr-debug/debugAdapters/OpenDebugAD7"
814-
},
815-
"linux": {
816-
"program": "./coreclr-debug/debugAdapters/OpenDebugAD7"
817-
}
810+
]
818811
}
819812
]
820813
}

0 commit comments

Comments
 (0)