vscode
VS Code
VS Code
{ "claudeCode.useTerminal": true, "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.smoothScrolling": true, "extensions.ignoreRecommendations": true, "files.readonlyInclude": { "**/.cargo/git/checkouts/**/*.rs": true, "**/.cargo/registry/src/**/*.rs": true, "**/lib/rustlib/src/rust/library/**/*.rs": true }, "files.simpleDialog.enable": true, "git.openRepositoryInParentFolders": "always", "gitlens.ai.model": "vscode", "gitlens.ai.vscode.model": "copilot:gpt-4.1", "gitlens.graph.layout": "editor", "i18n-ally.displayLanguage": "zn", "liveServer.settings.donotShowInfoMsg": true, "rust-analyzer.checkOnSave": false, "security.workspace.trust.enabled": false, "terminal.integrated.cursorBlinking": true, "terminal.integrated.cursorStyle": "line", "terminal.integrated.fontSize": 16, "terminal.integrated.smoothScrolling": true, "typescript.experimental.useTsgo": true, "where-am-i.colorful": false, "window.autoDetectColorScheme": true, "window.dialogStyle": "custom", "window.nativeTabs": true, "workbench.activityBar.orientation": "vertical", "workbench.colorTheme": "Vitesse Dark", "workbench.iconTheme": "file-icons", "workbench.list.smoothScrolling": true, "workbench.preferredDarkColorTheme": "Vitesse Dark", "workbench.preferredLightColorTheme": "Vitesse Light", "workbench.productIconTheme": "icons-carbon", "workbench.startupEditor": "none"}