8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/.vscode/tasks.json

20 lines
327 B
JSON
Raw Normal View History

2017-01-20 14:53:19 +01:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
2021-05-06 19:33:11 +02:00
"version": "2.0.0",
"tasks": [
{
"label": "make",
"type": "shell",
"command": "make",
"args": [
"TARGET=Debug",
"engine",
"-j7"
],
"problemMatcher": [],
"group": "build"
}
]
2017-01-20 14:53:19 +01:00
}