Browse Source

feat(tool): add vscode extension recommendations

Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
pull/896/head
Nikolas Rimikis 1 year ago
parent
commit
7e5cea4ab7
No known key found for this signature in database
GPG Key ID: 85ED1DE9786A4FF2
  1. 9
      .vscode/extensions.json
  2. 8
      .vscode/settings.json

9
.vscode/extensions.json vendored

@ -0,0 +1,9 @@
{
"recommendations": [
"dart-code.dart-code",
"dart-code.flutter",
"jebbs.plantuml",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker"
]
}

8
.vscode/settings.json vendored

@ -2,12 +2,14 @@
"dart.lineLength": 120,
"yaml.format.singleQuote": true,
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"files.insertFinalNewline": true,
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
},
"files.associations": {
"*.arb": "json",
}
}
}

Loading…
Cancel
Save