Added VSCode settings and Flutter Development
Publish Docs / publish-docs (push) Successful in 55s
Details
Publish Docs / publish-docs (push) Successful in 55s
Details
This commit is contained in:
parent
d4bab30f75
commit
5141cdeb26
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue