This commit is contained in:
Faye Lorenz
2026-02-27 00:02:50 -06:00
commit d67a9f0f93
16 changed files with 17916 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
{
"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"
]
}