From 0f47cfc1ba5847ffd8c373848df0662a01aec9b8 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:39:57 +0100 Subject: Reorder files and config --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bc63171..64b0b5e 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -7,10 +7,10 @@ "label": "build.pdf", "type": "shell", "linux": { - "command": "${workspaceFolder}/../buchprojekt.wiki/build.sh" + "command": "${workspaceFolder}/build.sh" }, "windows": { - "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.ps1" + "command": "${workspaceFolder}\\..\\buchprojekt\\build.ps1" }, "group": { "kind": "build", -- cgit v1.2.3