vscode misc

This commit is contained in:
2026-04-04 19:41:28 +08:00
parent a3914f5474
commit 4b4e3ac97c
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
*.tmp
*.tmp*
*.vscdb
.DS_Store

View File

@@ -5,7 +5,6 @@
"workbench.colorTheme": "Atom One Dark",
"workbench.preferredDarkColorTheme": "Atom One Dark",
"workbench.iconTheme": "material-icon-theme",
// "workbench.tree.indent": 10,
"workbench.tree.renderIndentGuides": "always",
"workbench.view.alwaysShowHeaderActions": true,
@@ -138,7 +137,7 @@
// terminal
//----------------------------------------------------------------
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font, MesloLGS NF, Ubuntu Mono",
"terminal.integrated.fontFamily": "\"JetBrainsMono Nerd Font\", \"MesloLGS NF\", Ubuntu Mono",
"terminal.integrated.fontSize": 13,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.linux": "zsh",