SectrPrototype/.vscode/settings.json
Ed_ 4deee942a8 General codebase refactor & cleanup
Renamed HashTable to HMapZPL, with procs having the zpl_ namespace prefix.
(I want to eventually get away from using it)

Started to use the grime pattern for library aliasing better.
2024-02-27 07:50:57 -05:00

10 lines
224 B
JSON

{
// "ols.server.path": "{workspace"
"search.exclude": {
"thirdparty/**" : false,
"**/thirdparty" : false,
},
"godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code",
"autoHide.autoHidePanel": false
}