Nikolas Rimikis
2 years ago
1 changed files with 10 additions and 1 deletions
@ -1,4 +1,13 @@
|
||||
{ |
||||
"dart.lineLength": 120, |
||||
"yaml.format.singleQuote": true |
||||
"yaml.format.singleQuote": true, |
||||
"dart.flutterSdkPath": ".fvm/flutter_sdk", |
||||
// Remove .fvm files from search |
||||
"search.exclude": { |
||||
"**/.fvm": true |
||||
}, |
||||
// Remove from file watching |
||||
"files.watcherExclude": { |
||||
"**/.fvm": true |
||||
} |
||||
} |
Loading…
Reference in new issue