more vscode keybinds

This commit is contained in:
2024-02-23 13:02:00 +01:00
parent 0c251971a1
commit a45b41086d
3 changed files with 130 additions and 60 deletions

View File

@ -82,7 +82,7 @@
//
// JSON
"[json][jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
"editor.defaultFormatter": "vscode.json-language-features",
},
"prettier.singleQuote": true,
//
@ -95,5 +95,4 @@
"emmet.showAbbreviationSuggestions": false,
"editor.linkedEditing": true,
},
"workbench.editor.showTabs": "none",
}