cyberhybridhub/.vscode/settings.json
2026-05-20 10:22:58 -05:00

21 lines
539 B
JSON

{
"dart.flutterSdkPath": "/home/nathan/github-open/flutter",
"terminal.integrated.env.linux": {
"PATH": "/home/nathan/github-open/flutter/bin:${env:PATH}"
},
"editor.formatOnSave": true,
"editor.rulers": [80],
"files.exclude": {
"**/.dart_tool": true,
"**/.packages": true,
"build": true
},
"[dart]": {
"editor.formatOnSave": true,
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
}
}