Remove .vscode folder

This commit is contained in:
Nathan Bonnemains 2019-04-17 18:57:50 +02:00
parent 6d899156cf
commit 5205564187
2 changed files with 0 additions and 31 deletions

15
.vscode/launch.json vendored
View file

@ -1,15 +0,0 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
}
]
}

16
.vscode/tasks.json vendored
View file

@ -1,16 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "ninja",
"type": "shell",
"command": "cd ${workspaceFolder}/build && ninja",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}