From 6e789958a0b63938c43ffd3ac0de61956f7c678a Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Mon, 24 Feb 2020 13:32:17 +0100 Subject: Add directive for linux --- .vscode/tasks.json | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vscode') 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" }, -- cgit v1.2.3