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
|
|
|
},
|
2024-02-27 04:50:57 -08:00
|
|
|
"godot_tools.scene_file_config": "c:\\projects\\SectrPrototype\\code",
|
2024-03-02 07:24:09 -08:00
|
|
|
"autoHide.autoHidePanel": false,
|
2024-03-10 07:31:21 -07:00
|
|
|
"autoHide.autoHideSideBar": false,
|
|
|
|
"files.associations": {
|
|
|
|
"*.rmd": "markdown",
|
|
|
|
"type_traits": "cpp"
|
|
|
|
}
|
2024-01-25 07:49:57 -08:00
|
|
|
}
|