mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
Update vscode task to new format.
This commit is contained in:
parent
7338eab650
commit
b806195711
24
.vscode/tasks.json
vendored
24
.vscode/tasks.json
vendored
@ -1,13 +1,19 @@
|
|||||||
{
|
{
|
||||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||||
// for the documentation about the tasks.json format
|
// for the documentation about the tasks.json format
|
||||||
"version": "0.1.0",
|
"version": "2.0.0",
|
||||||
"command": "make",
|
"tasks": [
|
||||||
"isShellCommand": true,
|
{
|
||||||
"args": [
|
"label": "make",
|
||||||
"TARGET=Debug",
|
"type": "shell",
|
||||||
"engine",
|
"command": "make",
|
||||||
"-j9"
|
"args": [
|
||||||
],
|
"TARGET=Debug",
|
||||||
"showOutput": "always"
|
"engine",
|
||||||
|
"-j7"
|
||||||
|
],
|
||||||
|
"problemMatcher": [],
|
||||||
|
"group": "build"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user