Fixed messaging with the Godot editor not working on Windows

This commit is contained in:
Ignacio Etcheverry
2020-05-26 02:14:45 +02:00
parent 84e77e0364
commit 7b0b5ab6b4
9 changed files with 120 additions and 50 deletions

2
.vscode/launch.json vendored
View File

@@ -12,7 +12,7 @@
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask": "npm: compile-tsc-debug"
"preLaunchTask": "npm: webpack-debug"
}
]
}