Fix issue where invalid isolate commands would prevent other isolate commands from running

This commit is contained in:
2025-07-21 21:27:40 +02:00
parent 052c670627
commit bb69558aaa
4 changed files with 54 additions and 116 deletions

11
.vscode/launch.json vendored
View File

@@ -76,6 +76,17 @@
"args": [
"tester.yml",
]
},
{
"name": "Launch Package (Avorion)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "C:/Users/Administrator/Seafile/Games-Avorion/Avorion",
"args": [
"*.yml",
]
}
]
}