vscode optimizations

This commit is contained in:
Michele Cereda
2023-09-23 17:39:07 +02:00
parent 10089ef1c3
commit dd20c7c8c9
2 changed files with 75 additions and 25 deletions

View File

@@ -1,4 +1,6 @@
{
"editor.formatOnPaste": true,
"cSpell.words": [
"adduser",
"airgap",
@@ -129,6 +131,7 @@
"xattr",
"zstd"
],
"markdown.extension.toc.levels": "2..6",
"markdown.extension.toc.orderedList": true
}