Skip to content

Commit ad0f8f9

Browse files
committed
fix build path for vscode task
1 parent e1003a3 commit ad0f8f9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/tasks.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"label": "build",
88
"type": "shell",
99
"command": "cd build; make",
10-
"problemMatcher": [
11-
"$gcc"
12-
],
10+
"problemMatcher": {
11+
"base": "$gcc",
12+
"fileLocation": ["relative", "../"]
13+
},
1314
"group": {
1415
"kind": "build",
1516
"isDefault": true

0 commit comments

Comments
 (0)