40 lines
758 B
JSON
40 lines
758 B
JSON
{
|
||
"snippets.ultisnips.enable": false,
|
||
"suggest.noselect": false,
|
||
"suggest.enablePreselect": true,
|
||
"inlayHint.enable": false,
|
||
"diagnostic.virtualText": false,
|
||
"diagnostic.enable": true,
|
||
"diagnostic.errorSign": "✗",
|
||
"diagnostic.warningSign": "•",
|
||
"diagnostic.infoSign": "ℹ",
|
||
"diagnostic.hintSign": "➤",
|
||
"hover.floatConfig": {
|
||
"border": true,
|
||
"rounded": true
|
||
},
|
||
"suggest.floatConfig": {
|
||
"border": true,
|
||
"rounded": true
|
||
},
|
||
"diagnostic.floatConfig": {
|
||
"border": true,
|
||
"rounded": true
|
||
},
|
||
"signature.floatConfig": {
|
||
"border": true,
|
||
"rounded": true
|
||
},
|
||
"markdownlint.config": {
|
||
"line-length": false,
|
||
"no-inline-html": false
|
||
},
|
||
"html.filetypes": [
|
||
"html",
|
||
"liquid",
|
||
"markdown",
|
||
"liquid.markdown",
|
||
"twig"
|
||
]
|
||
}
|