diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:39:57 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:39:57 +0100 |
commit | 0f47cfc1ba5847ffd8c373848df0662a01aec9b8 (patch) | |
tree | 906ee613f95ecd5cd80e5bdbe5f977fec5238f24 /.vscode | |
parent | cc20b4d9c2bcb1d1f944de8444dd30b8366526df (diff) |
Reorder files and config
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |