Skip to content

Commit c3fcadd

Browse files
committed
Allow debugger to run on case-sensitive fs's (i.e. Ubuntu)
1 parent e87c780 commit c3fcadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"python"
6161
]
6262
},
63-
"program": "./out/client/debugger/main.js",
63+
"program": "./out/client/debugger/Main.js",
6464
"runtime": "node",
6565
"configurationAttributes": {
6666
"launch": {

0 commit comments

Comments
 (0)