chore(vscode): add build pre task

This commit is contained in:
Jeremy Attali 2020-06-16 22:28:41 -04:00
parent 0e9f66ad5b
commit ad564ebc33
2 changed files with 7 additions and 1 deletions

6
.vscode/launch.json vendored
View File

@ -19,6 +19,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{
@ -43,6 +44,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{
@ -67,6 +69,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{
@ -91,6 +94,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{
@ -115,6 +119,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{
@ -139,6 +144,7 @@
}
],
"externalConsole": false,
"preLaunchTask": "build",
"MIMode": "gdb",
"setupCommands": [
{

2
.vscode/tasks.json vendored
View File

@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"label": "build",
"type": "shell",
"command": "ninja",
"group": {