vscode misc
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
|||||||
*.tmp
|
*.tmp
|
||||||
*.tmp*
|
*.tmp*
|
||||||
*.vscdb
|
*.vscdb
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
"workbench.colorTheme": "Atom One Dark",
|
"workbench.colorTheme": "Atom One Dark",
|
||||||
"workbench.preferredDarkColorTheme": "Atom One Dark",
|
"workbench.preferredDarkColorTheme": "Atom One Dark",
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
|
||||||
// "workbench.tree.indent": 10,
|
// "workbench.tree.indent": 10,
|
||||||
"workbench.tree.renderIndentGuides": "always",
|
"workbench.tree.renderIndentGuides": "always",
|
||||||
"workbench.view.alwaysShowHeaderActions": true,
|
"workbench.view.alwaysShowHeaderActions": true,
|
||||||
@@ -138,7 +137,7 @@
|
|||||||
// terminal
|
// 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.fontSize": 13,
|
||||||
"terminal.integrated.cursorStyle": "line",
|
"terminal.integrated.cursorStyle": "line",
|
||||||
"terminal.integrated.defaultProfile.linux": "zsh",
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
||||||
|
|||||||
Reference in New Issue
Block a user