SectrPrototype/.vscode/settings.json

15 lines
335 B
JSON
Raw Normal View History

2024-01-25 07:49:57 -08:00
{
// "ols.server.path": "{workspace"
"search.exclude": {
"thirdparty/**" : false,
"**/thirdparty" : false,
2024-01-29 22:27:43 -08:00
},
"godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code",
"autoHide.autoHidePanel": false,
"autoHide.autoHideSideBar": false,
"files.associations": {
"*.rmd": "markdown",
"type_traits": "cpp"
}
2024-01-25 07:49:57 -08:00
}