wip fixes for hot reload

This commit is contained in:
2024-01-25 10:49:57 -05:00
parent 89f2041b79
commit 1755dac070
7 changed files with 94 additions and 54 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
// "ols.server.path": "{workspace"
"search.exclude": {
"thirdparty/**" : false,
"**/thirdparty" : false,
}
}