This commit is contained in:
2024-11-06 22:42:01 -05:00
parent 7a30ebc19a
commit c315c206f4
10 changed files with 17 additions and 18 deletions

19
.vscode/launch.json vendored
View File

@@ -14,12 +14,17 @@
"args": [],
"cwd": "${workspaceRoot}/game/main",
"preLaunchTask": "Build",
// "environment": [
// {
// "name": "RUST_BACKTRACE",
// "value": "1"
// }
// ]
"environment": [
// {
// "name": "RUST_BACKTRACE",
// "value": "1"
// },
{
//Set Asset Folder
"name": "CARGO_MANIFEST_DIR",
"value": "${workspaceRoot}\\game\\main"
}
]
}
]
}
}