Fixes Storage of SpawnHandlers in Memory

This commit is contained in:
2025-07-06 13:06:29 -03:00
parent 7b48aa345f
commit 0ca79cbaba
5 changed files with 74 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"editor.renderWhitespace": "boundary",