2023-01-26 15:03:48 +00:00
|
|
|
{
|
2025-01-20 18:32:57 +00:00
|
|
|
"task.slowProviderWarning": true,
|
|
|
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
|
|
|
"search.exclude": {
|
|
|
|
"**/.fvm": true
|
|
|
|
},
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/.fvm": true
|
|
|
|
},
|
|
|
|
"dart.lineLength": 120,
|
|
|
|
"[dart]": {
|
|
|
|
"editor.rulers": [
|
|
|
|
120
|
2023-01-26 15:33:33 +00:00
|
|
|
],
|
2025-01-20 18:32:57 +00:00
|
|
|
"editor.selectionHighlight": true,
|
|
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
|
|
"editor.suggestSelection": "first",
|
|
|
|
"editor.tabCompletion": "onlySnippets",
|
|
|
|
"editor.wordBasedSuggestions": "off"
|
|
|
|
},
|
|
|
|
"dart.doNotFormat": [
|
|
|
|
"**/generated/**",
|
|
|
|
"lib/data/**"
|
|
|
|
]
|
2023-01-26 15:03:48 +00:00
|
|
|
}
|