Last active
November 3, 2025 20:22
-
-
Save gegehprast/35afa0ff3e1985fa85abbb008250b1be to your computer and use it in GitHub Desktop.
VS Code Default Profile Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.settings.applyToAllProfiles": [ | |
| "workbench.colorTheme", | |
| "workbench.iconTheme", | |
| "workbench.activityBar.location", | |
| "workbench.editor.showTabs", | |
| "workbench.startupEditor", | |
| "workbench.tips.enabled", | |
| "workbench.tree.enableStickyScroll", | |
| "workbench.tree.indent", | |
| "workbench.tree.renderIndentGuides", | |
| "workbench.sideBar.location", | |
| "workbench.colorCustomizations", | |
| "workbench.navigationControl.enabled", | |
| "workbench.layoutControl.enabled", | |
| "window.zoomPerWindow", | |
| "window.zoomLevel", | |
| "window.newWindowProfile", | |
| "window.newWindowDimensions", | |
| "window.commandCenter", | |
| "window.restoreWindows", | |
| "editor.minimap.enabled", | |
| "editor.indentSize", | |
| "editor.detectIndentation", | |
| "editor.lineNumbers", | |
| "editor.cursorWidth", | |
| "editor.formatOnPaste", | |
| "editor.multiCursorModifier", | |
| "editor.fontFamily", | |
| "editor.fontSize", | |
| "editor.fontLigatures", | |
| "editor.guides.bracketPairs", | |
| "editor.quickSuggestions", | |
| "editor.inlineSuggest.enabled", | |
| "editor.cursorBlinking", | |
| "editor.lineHeight", | |
| "editor.stickyScroll.enabled", | |
| "editor.tabCompletion", | |
| "editor.snippetSuggestions", | |
| "editor.cursorSmoothCaretAnimation", | |
| "editor.tokenColorCustomizations", | |
| "editor.unicodeHighlight.ambiguousCharacters", | |
| "explorer.confirmDelete", | |
| "explorer.compactFolders", | |
| "terminal.integrated.profiles.windows", | |
| "terminal.integrated.defaultProfile.windows", | |
| "terminal.integrated.env.windows", | |
| "terminal.integrated.env.linux", | |
| "terminal.integrated.fontFamily", | |
| "terminal.integrated.stickyScroll.enabled", | |
| "terminal.integrated.fontLigatures.enabled", | |
| "terminal.integrated.defaultProfile.linux", | |
| "terminal.explorerKind", | |
| "terminal.external.linuxExec", | |
| "zenMode.centerLayout", | |
| "zenMode.hideLineNumbers", | |
| "javascript.updateImportsOnFileMove.enabled", | |
| "typescript.updateImportsOnFileMove.enabled", | |
| "breadcrumbs.enabled", | |
| "files.insertFinalNewline", | |
| "emmet.triggerExpansionOnTab", | |
| "git.autofetch", | |
| "extensions.experimental.affinity", | |
| "redhat.telemetry.enabled", | |
| "gitlens.views.commitDetails.files.layout", | |
| "gitlens.codeLens.recentChange.enabled", | |
| "gitlens.codeLens.authors.enabled", | |
| "remote.SSH.configFile", | |
| "remote.SSH.remotePlatform", | |
| "github.copilot.enable", | |
| "vscode-neovim.ctrlKeysForInsertMode", | |
| "vscode-neovim.ctrlKeysForNormalMode", | |
| ], | |
| "workbench.colorTheme": "Catppuccin Frappé", | |
| "workbench.iconTheme": "catppuccin-frappe", | |
| "workbench.activityBar.location": "hidden", | |
| "workbench.editor.showTabs": "single", | |
| "workbench.editor.highlightModifiedTabs": true, | |
| "workbench.startupEditor": "none", | |
| "workbench.tips.enabled": false, | |
| "workbench.tree.enableStickyScroll": false, | |
| "workbench.tree.indent": 8, | |
| "workbench.tree.renderIndentGuides": "none", | |
| "workbench.sideBar.location": "right", | |
| "workbench.colorCustomizations": { | |
| "[SynthWave '84]": { | |
| "editorOverviewRuler.warningForeground": "#f77c6c", | |
| "editorWarning.foreground": "#f77c6c", | |
| "list.warningForeground": "#f77c6c" | |
| } | |
| }, | |
| "workbench.navigationControl.enabled": false, | |
| "workbench.layoutControl.enabled": false, | |
| "workbench.editorAssociations": { | |
| "*.svg": "default" | |
| }, | |
| "window.zoomPerWindow": false, | |
| "window.zoomLevel": 0, | |
| "window.newWindowProfile": "Default", | |
| "window.newWindowDimensions": "inherit", | |
| "window.commandCenter": false, | |
| "window.restoreWindows": "one", | |
| "editor.minimap.enabled": false, | |
| "editor.indentSize": 2, | |
| "editor.detectIndentation": true, | |
| "editor.lineNumbers": "relative", | |
| "editor.cursorWidth": 3, | |
| "editor.formatOnPaste": true, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.fontFamily": "FiraCode Nerd Font Mono", | |
| "editor.fontSize": 14, | |
| "editor.fontLigatures": true, | |
| "editor.guides.bracketPairs": true, | |
| "editor.quickSuggestions": { | |
| "strings": "on", | |
| "comments": "on", | |
| "other": "on" | |
| }, | |
| "editor.inlineSuggest.enabled": true, | |
| "editor.cursorBlinking": "phase", | |
| "editor.lineHeight": 1.6, | |
| "editor.stickyScroll.enabled": false, | |
| "editor.tabCompletion": "on", | |
| "editor.snippetSuggestions": "inline", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "scope": ["entity.name.function"], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| } | |
| ] | |
| }, | |
| "editor.unicodeHighlight.ambiguousCharacters": false, | |
| "explorer.confirmDelete": false, | |
| "explorer.compactFolders": false, | |
| "terminal.integrated.profiles.windows": { | |
| "PowerShell": { | |
| "source": "PowerShell", | |
| "icon": "terminal-powershell", | |
| "path": "C:\\Program Files\\PowerShell\\7\\pwsh.exe" | |
| }, | |
| "Command Prompt": { | |
| "path": ["${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe"], | |
| "args": [], | |
| "icon": "terminal-cmd" | |
| }, | |
| "Git Bash": { | |
| "source": "Git Bash" | |
| } | |
| }, | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "terminal.integrated.env.windows": {}, | |
| "terminal.integrated.defaultProfile.linux": "fish", | |
| "terminal.integrated.env.linux": {}, | |
| "terminal.explorerKind": "external", | |
| "terminal.external.linuxExec": "kitty", | |
| "zenMode.centerLayout": false, | |
| "zenMode.hideLineNumbers": false, | |
| "breadcrumbs.enabled": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "files.insertFinalNewline": true, | |
| "emmet.triggerExpansionOnTab": true, | |
| "git.autofetch": true, | |
| "extensions.experimental.affinity": { | |
| "asvetliakov.vscode-neovim": 1 | |
| }, | |
| "redhat.telemetry.enabled": false, | |
| "gitlens.views.commitDetails.files.layout": "tree", | |
| "gitlens.codeLens.recentChange.enabled": false, | |
| "gitlens.codeLens.authors.enabled": false, | |
| "remote.SSH.remotePlatform": {}, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "yaml": false, | |
| "plaintext": false, | |
| "markdown": true, | |
| "LICENSE": true | |
| }, | |
| "files.associations": { | |
| "*.toml": "rust" | |
| }, | |
| "vscode-neovim.ctrlKeysForInsertMode": [], | |
| "vscode-neovim.ctrlKeysForNormalMode": [ | |
| "a", | |
| "b", | |
| "c", | |
| "d", | |
| "e", | |
| "f", | |
| "h", | |
| "i", | |
| "k", | |
| "l", | |
| "m", | |
| "o", | |
| "r", | |
| "t", | |
| "u", | |
| "v", | |
| "x", | |
| "y", | |
| "z", | |
| "/", | |
| "]", | |
| "right", | |
| "left", | |
| "up", | |
| "down", | |
| "backspace", | |
| "delete" | |
| ], | |
| "github.copilot.nextEditSuggestions.enabled": true, | |
| "workbench.secondarySideBar.defaultVisibility": "hidden", | |
| "terminal.integrated.stickyScroll.enabled": false, | |
| "gitlens.ai.model": "vscode", | |
| "gitlens.ai.vscode.model": "copilot:gpt-4.1", | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "markdown-preview-enhanced.enablePreviewZenMode": true, | |
| "terminal.integrated.fontLigatures.enabled": true, | |
| "[dockercompose]": { | |
| "editor.insertSpaces": true, | |
| "editor.tabSize": 2, | |
| "editor.autoIndent": "advanced", | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| "[github-actions-workflow]": { | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment