From 04b1da046d8de201ffcca73fbd826e4c0765fc4c Mon Sep 17 00:00:00 2001 From: Patrick Kissling Date: Mon, 6 Jan 2025 12:19:30 +0100 Subject: [PATCH] Active smooting animations in vscode --- vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vscode/settings.json b/vscode/settings.json index b0707e3..1787f64 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -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, @@ -74,6 +76,7 @@ "strings": "on" }, "editor.renderWhitespace": "boundary", + "editor.smoothScrolling": true, "editor.stickyScroll.enabled": true, "editor.suggestSelection": "first", "editor.tabSize": 2, @@ -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, @@ -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,