빌드 관련 설정 업데이트

This commit is contained in:
2024-08-03 14:57:51 +09:00
parent 7501164625
commit 9f2d1a57e7
2 changed files with 4 additions and 4 deletions

4
.vscode/launch.json vendored
View File

@@ -5,9 +5,9 @@
"name": "Debug", "name": "Debug",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/build/BumbleCee", "program": "/home/happytanuki/BumbleCee/build/BumbleCee",
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${fileDirname}", "cwd": "${workspaceFolder}",
"environment": [], "environment": [],
"externalConsole": false, "externalConsole": false,
"MIMode": "gdb", "MIMode": "gdb",

4
.vscode/tasks.json vendored
View File

@@ -8,7 +8,7 @@
"command": "make", "command": "make",
"args": [], "args": [],
"options": { "options": {
"cwd": "${fileDirname}/../build" "cwd": "/home/happytanuki/BumbleCee/build/"
}, },
"group": { "group": {
"kind": "build", "kind": "build",
@@ -24,7 +24,7 @@
".." ".."
], ],
"options": { "options": {
"cwd": "${fileDirname}/../build" "cwd": "/home/happytanuki/BumbleCee/build/"
}, },
"group": { "group": {
"kind": "build", "kind": "build",