From 34baf2dc272fac6996029329b0e2e23461cdea99 Mon Sep 17 00:00:00 2001 From: Jaby Date: Sat, 18 Jan 2025 21:19:05 +0100 Subject: [PATCH] Correct slashes for unix --- src/Library/Library.code-workspace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Library/Library.code-workspace b/src/Library/Library.code-workspace index 3331dc0b..5cbd4dda 100644 --- a/src/Library/Library.code-workspace +++ b/src/Library/Library.code-workspace @@ -6,11 +6,11 @@ }, { "name": "Include", - "path": "..\\..\\include" + "path": "../../include" }, { "name": "Root", - "path": "..\\.." + "path": "../.." } ], "tasks": { -- 2.30.2