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