10 lines
252 B
JSON
10 lines
252 B
JSON
|
{
|
||
|
"editor.suggest.selectionMode": "whenQuickSuggestion",
|
||
|
"editor.quickSuggestions": {
|
||
|
"other": false,
|
||
|
"comments": false,
|
||
|
"strings": false
|
||
|
},
|
||
|
"emmet.useInlineCompletions": true,
|
||
|
"editor.hover.enabled": false
|
||
|
}
|