Files
puzzlez/.vscode/settings.json

11 lines
193 B
JSON

{
"haxe.enableDiagnostics": true,
"haxe.configurations": [
["build/app/flash/haxe/debug.hxml"],
],
"haxe.displayServer": {
"arguments": [
//"-v"
],
}
}