Skip to content

Commit

Permalink
Active smooting animations in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed Jan 6, 2025
1 parent 21c02f4 commit 04b1da0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"source.fixAll": "always",
"source.fixAll.eslint": "always"
},
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line",
"editor.fontFamily": "Iosevka Term Extended",
"editor.fontLigatures": true,
Expand All @@ -74,6 +76,7 @@
"strings": "on"
},
"editor.renderWhitespace": "boundary",
"editor.smoothScrolling": true,
"editor.stickyScroll.enabled": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
Expand Down Expand Up @@ -132,9 +135,12 @@
"security.promptForLocalFileProtocolHandling": false,
"terminal.external.osxExec": "Warp.app",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.fontFamily": "Iosevka Term Extended",
"terminal.integrated.smoothScrolling": true,
"terraform.languageServer.enable": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"vue.server.hybridMode": false,
Expand All @@ -150,6 +156,7 @@
"workbench.editor.tabSizing": "shrink",
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.list.smoothScrolling": true,
"workbench.productIconTheme": "fluent-icons",
"workbench.startupEditor": "none",
"workbench.tree.indent": 15,
Expand Down

0 comments on commit 04b1da0

Please sign in to comment.