Added VSCode settings and Flutter Development
Publish Docs / publish-docs (push) Successful in 55s Details

This commit is contained in:
Mike Kell 2026-04-04 08:12:59 -04:00
parent d4bab30f75
commit 5141cdeb26
1 changed files with 15 additions and 0 deletions

15
.vscode/settings.json vendored
View File

@ -1,4 +1,19 @@
{ {
"dart.flutterSdkPath": "D:\\develop\\flutter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"files.exclude": {
"**/.dart_tool": true,
"**/build": true
},
"search.exclude": {
"**/.dart_tool": true,
"**/build": true
},
"dart.previewFlutterUiGuides": true,
"dart.lineLength": 100,
"plantuml.render": "PlantUMLServer", "plantuml.render": "PlantUMLServer",
"plantuml.server": "https://plantuml.kellsupport.com", "plantuml.server": "https://plantuml.kellsupport.com",
"plantuml.exportFormat": "svg", "plantuml.exportFormat": "svg",