Updated config

This commit is contained in:
2024-03-09 22:03:35 +01:00
parent 6abf78bec4
commit e2e8834d8c
14 changed files with 99 additions and 81 deletions

View File

@ -14,6 +14,7 @@
"editor.scrollbar.verticalScrollbarSize": 0,
"editor.scrollBeyondLastLine": false,
"editor.showFoldingControls": "never",
"editor.stickyScroll.enabled": false,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.openEditors.visible": 1,
@ -44,4 +45,5 @@
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"workbench.tree.enableStickyScroll": false,
}