2024-01-25 10:49:57 -05:00
|
|
|
{
|
|
|
|
// "ols.server.path": "{workspace"
|
|
|
|
"search.exclude": {
|
|
|
|
"thirdparty/**" : false,
|
|
|
|
"**/thirdparty" : false,
|
2024-01-30 01:27:43 -05:00
|
|
|
},
|
2024-02-27 07:50:57 -05:00
|
|
|
"godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code",
|
2024-03-02 10:24:09 -05:00
|
|
|
"autoHide.autoHidePanel": false,
|
2024-03-10 10:31:21 -04:00
|
|
|
"autoHide.autoHideSideBar": false,
|
|
|
|
"files.associations": {
|
|
|
|
"*.rmd": "markdown",
|
2024-03-19 08:36:58 -04:00
|
|
|
"type_traits": "cpp",
|
2024-05-06 23:29:47 -04:00
|
|
|
"utf8proc.c": "cpp",
|
|
|
|
"xtr1common": "cpp"
|
|
|
|
},
|
|
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled"
|
2024-01-25 10:49:57 -05:00
|
|
|
}
|