Closed InsertCreativityHere closed 8 months ago
Like the title says, using these as your settings causes the server to panic:
"slice.configurations": [ { "paths": ["."], "addWellKnownTypes": false } ]
At least on windows, maybe other platforms. I suspect we're normalizing the . away in some cases but not in others...
.
Yep, this isn't a windows specific issue. It crashes on MacOS as well, so it's not the usual issue (windows pathing incompatibility).
Like the title says, using these as your settings causes the server to panic:
At least on windows, maybe other platforms. I suspect we're normalizing the
.
away in some cases but not in others...