SectrPrototype/.vscode/settings.json

18 lines
430 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",
2024-03-19 05:36:58 -07:00
"type_traits": "cpp",
"utf8proc.c": "cpp",
"xtr1common": "cpp"
},
"C_Cpp.intelliSenseEngineFallback": "disabled"
2024-01-25 07:49:57 -08:00
}