diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 13:32:17 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 13:32:17 +0100 |
commit | 6e789958a0b63938c43ffd3ac0de61956f7c678a (patch) | |
tree | 52b80e26035d4d4734b9fe1061cd0b2745cc2820 /.vscode | |
parent | ab41bb74e90088b13ed2514bdafd87bf100e21d6 (diff) |
Add directive for linux
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9ffd19d..bc63171 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,6 +6,9 @@ { "label": "build.pdf", "type": "shell", + "linux": { + "command": "${workspaceFolder}/../buchprojekt.wiki/build.sh" + }, "windows": { "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.ps1" }, |