mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-05 22:10:02 +03:00
Fixed messaging with the Godot editor not working on Windows
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -12,7 +12,7 @@
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/dist/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm: compile-tsc-debug"
|
||||
"preLaunchTask": "npm: webpack-debug"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user