update dev config,

This commit is contained in:
louiscklaw
2025-04-17 13:26:49 +08:00
parent ed0d058d04
commit 5e046ff091
2 changed files with 3 additions and 2 deletions

View File

@@ -17,5 +17,6 @@
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "GitHub Dark Dimmed",
"editor.formatOnSave": true,
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"git.openRepositoryInParentFolders": "always"
}