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:
commit
4cff7c1827
|
@ -6,11 +6,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Include",
|
"name": "Include",
|
||||||
"path": "..\\..\\include"
|
"path": "../../include"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Root",
|
"name": "Root",
|
||||||
"path": "..\\.."
|
"path": "../.."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|
Loading…
Reference in New Issue