Delete tasks.json

This commit is contained in:
Sridhar Ratnakumar 2022-04-08 22:33:35 -04:00 committed by GitHub
parent 75266b26ff
commit 91bb1b6bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.vscode/tasks.json vendored
View file

@ -1,19 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build System",
"type": "shell",
// TODO: Run in tmux (for those cases which kills X server)
"command": "bin/run-via-tmux",
"args": [],
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}