21 lines
539 B
JSON
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"
|
|
}
|
|
}
|