Last active
June 1, 2026 15:24
-
-
Save rla/3377e735284761ebd8c0658a0e10d903 to your computer and use it in GitHub Desktop.
VS Code 1.98.2
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
| { | |
| "update.mode": "none", | |
| "workbench.colorTheme": "Visual Studio Dark", | |
| "editor.minimap.enabled": false, | |
| "extensions.autoCheckUpdates": false, | |
| "extensions.autoUpdate": false, | |
| "update.showReleaseNotes": false, | |
| "git.optimisticUpdate": false, | |
| "markdown.editor.updateLinksOnPaste.enabled": false, | |
| "editor.fontFamily": "'DejaVu Sans Mono', monospace", | |
| "editor.fontSize": 13, | |
| "window.zoomLevel": 0.5, | |
| "editor.lineHeight": 1.6, | |
| "breadcrumbs.enabled": false, | |
| "chat.commandCenter.enabled": false, | |
| "extensions.ignoreRecommendations": true, | |
| "editor.stickyScroll.scrollWithEditor": false, | |
| "workbench.tree.enableStickyScroll": false, | |
| "editor.scrollBeyondLastLine": false, | |
| "editor.stickyScroll.enabled": false, | |
| "claudeCode.preferredLocation": "panel", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.formatOnSave": true, | |
| "explorer.confirmDelete": false, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "editor.guides.indentation": false, | |
| "editor.tabSize": 2, | |
| "javascript.preferences.importModuleSpecifier": "relative", | |
| "javascript.preferences.importModuleSpecifierEnding": "js", | |
| "typescript.preferences.importModuleSpecifier": "relative", | |
| "typescript.preferences.importModuleSpecifierEnding": "js", | |
| "typescript.preferences.preferTypeOnlyAutoImports": false, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.startupEditor": "none", | |
| "workbench.editorAssociations": { | |
| "*.svg": "default" | |
| }, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "[scss]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "explorer.autoReveal": false, | |
| "git.openRepositoryInParentFolders": "never", | |
| "[html]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "typescript.tsdk": "/Users/raivo/tree/typescript-vscode/node_modules/typescript/lib", | |
| "tailwindCSS.colorDecorators": false, | |
| "oxc.fixKind": "dangerous_fix_or_suggestion" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment