Merge pull request 'Correct slashes for unix' (#13) from topic/jb/workspace_compatible_linux into main
Reviewed-on: https://git.william.zone/jaby/jabyengine/pulls/13 Reviewed-by: cody <william@werl.me>
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
},
|
||||
{
|
||||
"name": "Include",
|
||||
"path": "..\\..\\include"
|
||||
"path": "../../include"
|
||||
},
|
||||
{
|
||||
"name": "Root",
|
||||
"path": "..\\.."
|
||||
"path": "../.."
|
||||
}
|
||||
],
|
||||
"tasks": {
|
||||
|
||||
Reference in New Issue
Block a user