mirror of
https://github.com/lrenaud/sane-vscode-buildenv.git
synced 2025-06-17 04:40:32 -07:00
Sane defaults
This commit is contained in:
commit
9218754f23
9 changed files with 118 additions and 0 deletions
19
.vscode/tasks.json
vendored
Normal file
19
.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"tasks": [
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "C/C++: g++ build workspace project",
|
||||
"command": "${workspaceFolder}/build.sh",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": "$gcc",
|
||||
"detail": "compiler: /usr/bin/g++"
|
||||
}
|
||||
],
|
||||
"version": "2.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue