forked from dovandu/code_flutter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvs_setting.json
More file actions
32 lines (32 loc) · 989 Bytes
/
vs_setting.json
File metadata and controls
32 lines (32 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
```json
{
"workbench.sideBar.location": "right",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Default Light+",
"[dart]": {
"editor.formatOnSave": false,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"explorer.confirmDelete": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.colorCustomizations": {
"terminal.foreground" : "#388e3c",
},
"files.autoSave": "afterDelay",
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace"
}
}
```