7 lines
158 B
JSON
7 lines
158 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave":{
|
|
"source.fixAll": true
|
|
},
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false
|
|
} |