This commit is contained in:
2026-04-06 19:50:59 -04:00
parent c289fa8800
commit 4f611ee9e1
2 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
60,
78
],
"explorer.autoReveal": false,
"explorer.confirmDelete": false,
"workbench.editor.wrapTabs": true,
"lrutabs.maxTabs": 10,
@@ -23,5 +24,7 @@
"editor.insertSpaces": true,
"editor.renderWhitespace": "boundary",
"files.autoSave": "afterDelay",
"editor.suggest.filterGraceful": false
"editor.suggest.filterGraceful": false,
"extensions.ignoreRecommendations": true
}