This commit is contained in:
Sridhar Ratnakumar 2021-11-30 18:12:30 -05:00
parent 4448176db5
commit 160d57b526
5 changed files with 14 additions and 15 deletions

2
.vscode/tasks.json vendored
View file

@ -7,7 +7,7 @@
"label": "Build System",
"type": "shell",
// TODO: Run in tmux (for those cases which kills X server)
"command": "make",
"command": "bin/run-via-tmux",
"args": [],
"problemMatcher": [],
"group": {