lum_ccc_rust/.vscode/settings.json

15 lines
285 B
JSON

{
"cmake.configureOnOpen": false,
"dart.analysisExcludedFolders": [
"flutter_src",
"ex_src"
],
"search.exclude": {
"flutter_src": true,
},
"files.watcherExclude": {
"**/var/**": true,
"**/bin/**": true
},
"foldOnOpen.targets": ["AllBlockComments"]
}