mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "0.1.0",
|
|
"command": "make",
|
|
"isShellCommand": true,
|
|
"args": [
|
|
"TARGET=Debug",
|
|
"engine",
|
|
"-j9"
|
|
],
|
|
"showOutput": "always"
|
|
}
|