Correct slashes for unix

This commit is contained in:
2025-01-18 21:19:05 +01:00
parent 9a35cdec2d
commit e7e71af7f0

View File

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