Browse Source

make vscode use fvm

pull/211/head
Nikolas Rimikis 2 years ago
parent
commit
21814bbe2a
No known key found for this signature in database
GPG Key ID: 85ED1DE9786A4FF2
  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