tried to fix bugs (partial success)

This commit is contained in:
2025-04-18 22:31:32 +05:00
parent 04e4f63fd7
commit d5d28d4884
8 changed files with 46 additions and 30 deletions

2
.vscode/tasks.json vendored
View File

@@ -10,7 +10,7 @@
"command": "bash",
"args": [
"-c",
"cbuild build_exec_dbg"
"cbuild rebuild_dependencies=src-csharp build_exec_dbg"
],
"options": {
"cwd": "${workspaceFolder}"