From 0e4e992b0f958001d87d29247441c1a6a5bbe916 Mon Sep 17 00:00:00 2001 From: GsLogimaker Date: Tue, 1 Oct 2024 16:42:55 +0000 Subject: [PATCH] Update .vscode/taks.json --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 930e13d..c56f5bb 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -5,7 +5,7 @@ "label": "godot-extension: Build Debug", "detail": "Builds debug godot extension library", "type": "shell", - "command": "scons --directory /cpp/ target=template_debug debug_symbols=yes optimize=debug", + "command": "scons --directory cpp target=template_debug debug_symbols=yes optimize=debug", "group": { "kind": "build", "isDefault": true @@ -15,13 +15,13 @@ "label": "godot-extension: Clean Build Files", "detail": "Removes artifacts from the build process", "type": "shell", - "command": "scons --clean --directory /cpp/", + "command": "scons --clean --directory cpp", "problemMatcher": [] }, { "label": "godot-extension: Build Compilation Commands", "detail": "Removes artifacts from the build process", "type": "shell", - "command": "scons cdb --directory /cpp/ target=template_debug debug_symbols=yes optimize=debug", + "command": "scons cdb --directory cpp target=template_debug debug_symbols=yes optimize=debug", "problemMatcher": [] }, { "label": "godot-extension: Doctool Dump Documentation Files",