Skip to content

Instantly share code, notes, and snippets.

@geekish
Last active March 13, 2024 17:00
Show Gist options
  • Save geekish/ecb0e81f42e91f3e7813b537ff86a8f1 to your computer and use it in GitHub Desktop.
Save geekish/ecb0e81f42e91f3e7813b537ff86a8f1 to your computer and use it in GitHub Desktop.
VS Code settings - only a part of my actual settings, for reference
[
{
"key": "ctrl+r",
"when": "findWidgetVisible && !replaceActive",
"command": "editor.action.startFindReplaceAction"
}
]
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.fontFamily": "MonoLisa, Consolas, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.fontWeight": "300",
"editor.formatOnSave": true,
"editor.lineHeight": 1.65,
"editor.minimap.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.stickyScroll.scrollWithEditor": false,
"editor.tabSize": 2,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"explorer.confirmDelete": false,
"files.autoSave": "onFocusChange",
"git.autofetch": true,
"search.useGlobalIgnoreFiles": true,
"search.useParentIgnoreFiles": true,
"terminal.integrated.lineHeight": 1.5,
"typescript.updateImportsOnFileMove.enabled": "always",
"window.commandCenter": false,
"window.openFoldersInNewWindow": "on",
"workbench.colorTheme": "Catppuccin Frappé",
"workbench.iconTheme": "catppuccin-frappe",
"workbench.layoutControl.enabled": false,
"workbench.tree.enableStickyScroll": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment