Correct slashes for unix #13

Merged
cody merged 1 commits from topic/jb/workspace_compatible_linux into main 2025-01-20 21:12:55 +00:00
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": {