Merge pull request 'Correct slashes for unix' (#13) from topic/jb/workspace_compatible_linux into main

Reviewed-on: #13
Reviewed-by: cody <william@werl.me>
This commit is contained in:
cody 2025-01-20 21:12:55 +00:00
commit 6d923b6ab6
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
}, },
{ {
"name": "Include", "name": "Include",
"path": "..\\..\\include" "path": "../../include"
}, },
{ {
"name": "Root", "name": "Root",
"path": "..\\.." "path": "../.."
} }
], ],
"tasks": { "tasks": {