This commit is contained in:
Justin Yoo 2023-05-13 12:14:02 +00:00
Родитель c8955d7dba
Коммит 7f5758a9b6
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -115,6 +115,10 @@
// Uncomment if you want to disable the minimap view
"editor.minimap.enabled": false,
// Uncomment if you want to disable the welcome page of GitLens
"gitlens.showWelcomeOnInstall": false,
"gitlens.showWhatsNewAfterUpgrades": false,
// Recommended settings for the explorer pane
"explorer.sortOrder": "type",
"explorer.fileNesting.enabled": true,