vscode
VS Code
settings.json#
json
{ "editor.cursorSmoothCaretAnimation": "on", "editor.fontFamily": "'FiraCode Nerd Font', 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace", "editor.fontLigatures": true, "editor.fontSize": 16, "editor.gotoLocation.multipleDefinitions": "goto", "editor.guides.bracketPairs": "active", "editor.linkedEditing": true, "editor.smoothScrolling": true, "extensions.ignoreRecommendations": true, "files.simpleDialog.enable": true, "git.blame.editorDecoration.enabled": true, "git.openRepositoryInParentFolders": "always", "github.gitProtocol": "ssh", "i18n-ally.displayLanguage": "zh", "liveServer.settings.donotShowInfoMsg": true, "security.workspace.trust.enabled": false, "terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorStyle": "line", "terminal.integrated.fontSize": 16, "terminal.integrated.initialHint": false, "terminal.integrated.smoothScrolling": true, "where-am-i.colorful": false, "window.autoDetectColorScheme": true, "window.dialogStyle": "custom", "window.nativeTabs": true, "workbench.iconTheme": "catppuccin-mocha", "workbench.list.smoothScrolling": true, "workbench.preferredDarkColorTheme": "Vitesse Dark", "workbench.preferredLightColorTheme": "Vitesse Light", "workbench.productIconTheme": "icons-carbon", "workbench.startupEditor": "none"}