Add VS Cosde Tasks

feature/IndividualCalls
Geoffrey Merck 6 years ago
parent 0daba1fb0e
commit e865a0ab09

21
.vscode/tasks.json vendored

@ -0,0 +1,21 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "make",
"args": [
"-f",
"Makefile",
"-j3"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Loading…
Cancel
Save

Powered by TurnKey Linux.