Minor fixes and tweaks

This commit is contained in:
2025-03-28 01:00:26 +01:00
parent 1f6c4e4976
commit 2629722f67
5 changed files with 68 additions and 14 deletions

14
.vscode/launch.json vendored
View File

@@ -19,6 +19,20 @@
"**/Outpost*.xml"
]
},
{
"name": "Launch Package (Barotrauma cookfile)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "C:/Users/Administrator/Seafile/Games-Barotrauma",
"args": [
"-loglevel",
"trace",
"-cook",
"cookassistant.yml",
]
},
{
"name": "Launch Package (Workspace)",
"type": "go",