1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00

vscode runner uses tmux

This commit is contained in:
Sridhar Ratnakumar 2022-03-08 16:29:55 -05:00
parent 918fd9c1e5
commit 70ab4e73a4

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
{
"label": "Ema Example Server",
"type": "shell",
"command": "bin/run",
"command": "bin/run-via-tmux",
"args": [],
"problemMatcher": [],
"group": {