Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8090be

Browse files
author
Fan
committed
Removed unnecessary "problemMatcher" variables from tasks.json's
1 parent 4aca4eb commit b8090be

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC/.vscode/tasks.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
{
77
"label": "Build QEMU",
88
"type": "shell",
9-
"command": "sh -c -l 'make --directory=${workspaceFolder}/build/gcc' ",
9+
"command": "make --directory=${workspaceFolder}/build/gcc",
1010
"group": {
1111
"kind": "build",
1212
"isDefault": true
13-
},
14-
"problemMatcher": []
13+
}
1514
},
1615
{
1716
"label": "Run QEMU",
@@ -30,7 +29,7 @@
3029
}
3130
],
3231
"background": {
33-
"activeOnStart": true,
32+
"activeOnStart": false,
3433
"beginsPattern": ".",
3534
"endsPattern": ".",
3635
}

FreeRTOS/Demo/Posix_GCC/.vscode/tasks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"label": "Build Posix Demo",
88
"type": "shell",
99
"command": "make",
10-
"problemMatcher": [],
1110
"group": {
1211
"kind": "build",
1312
"isDefault": true

0 commit comments

Comments
 (0)