aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 47e2c8a..9ffd19d 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -7,7 +7,7 @@
"label": "build.pdf",
"type": "shell",
"windows": {
- "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.cmd"
+ "command": "${workspaceFolder}\\..\\buchprojekt.wiki\\build.ps1"
},
"group": {
"kind": "build",