Browse Source

Merge pull request #211 from Leptopoda/feature/vscode_fvm

make vscode use fvm
pull/217/head
Kate 2 years ago committed by GitHub
parent
commit
9b229c6d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .vscode/settings.json

11
.vscode/settings.json vendored

@ -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…
Cancel
Save