- Theme: Light Modern
- Icon: Material Icon theme
Last active
March 14, 2025 11:21
-
-
Save mcnaveen/2214d307f5de7ad380f1c62818e6e2f4 to your computer and use it in GitHub Desktop.
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
| { | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "explorer.compactFolders": true, | |
| "explorer.confirmDragAndDrop": false, | |
| // "workbench.colorCustomizations": { | |
| // "scrollbarSlider.background": "#ffffff", | |
| // "scrollbarSlider.hoverBackground": "#ffffff00" | |
| // }, | |
| "window.newWindowDimensions": "inherit", | |
| "window.dialogStyle": "custom", | |
| "window.commandCenter": false, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.settings.editor": "json", | |
| "breadcrumbs.filePath": "last", | |
| "breadcrumbs.symbolPath": "on", | |
| "breadcrumbs.enabled": true, | |
| "editor.fontFamily": "Geist Mono", | |
| "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08', 'calt', 'dlig'", | |
| "editor.lineHeight": 0, | |
| "editor.fontSize": 14, | |
| "editor.fontWeight": "normal", | |
| "editor.guides.bracketPairs": "active", | |
| "editor.inlineSuggest.enabled": true, | |
| "editor.suggestSelection": "first", | |
| "editor.largeFileOptimizations": false, | |
| "editor.scrollbar.vertical": "visible", | |
| "editor.cursorStyle": "line-thin", | |
| "editor.colorDecorators": false, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.scrollbar.horizontalScrollbarSize": 6, | |
| "editor.scrollbar.verticalScrollbarSize": 10, | |
| "editor.stickyScroll.enabled": false, | |
| "editor.codeLensFontFamily": "OperatorMono-Book", | |
| "editor.cursorBlinking": "smooth", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.wordWrap": "bounded", | |
| "editor.tabSize": 2, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "tailwindCSS.classAttributes": ["class", "className", "ngClass", "style"], | |
| "nxConsole.showNodeVersionOnStartup": false, | |
| "liveServer.settings.NoBrowser": true, | |
| "terminal.integrated.fontFamily": "Hack Nerd Font", | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.external.osxExec": "iterm.app", | |
| "window.titleBarStyle": "native", | |
| "apc.menubar.compact": true, | |
| "apc.electron": { | |
| "frame": false, | |
| "titleBarStyle": "hidden" | |
| }, | |
| "apc.stylesheet": { | |
| ".quick-input-widget .monaco-inputbox": "height: 30px !important; border-radius: 8px; margin-bottom: 4px;", | |
| ".quick-input-widget .monaco-list-rows": "background: transparent !important;", | |
| ".quick-input-header > .quick-input-and-message .monaco-inputbox": { | |
| "border-radius": "5px 5px 5px 5px !important" | |
| }, | |
| ".quick-input-widget": { | |
| "backdrop-filter": "blur(10px) !important", | |
| "background": "#ffffff01 !important", | |
| "border": "1px solid #F8F8F8 !important", | |
| "border-radius": "8px !important", | |
| "box-shadow": "0 0 0 1px rgba(0,0,0,1) !important", | |
| "overflow": "hidden !important", | |
| "padding": "1px", | |
| "top": "10% !important" | |
| } | |
| }, | |
| "apc.statusBar": { | |
| "height": 30, | |
| "position": "editor-bottom" | |
| }, | |
| "apc.activityBar": { | |
| "itemMargin": 6, | |
| "position": "bottom", | |
| "hideSettings": true, | |
| "size": 30 | |
| }, | |
| "apc.font.family": "Geist Mono", | |
| "apc.monospace.font.family": "Geist Mono", | |
| "apc.header": { | |
| "height": 34, | |
| "fontSize": 14 | |
| }, | |
| "files.exclude": { | |
| // "**/.open-next": true, | |
| // "**/.sst": true, | |
| // "**/.nx": true, | |
| // "**/.turbo": true, | |
| // "**/.git": true, | |
| // "**/.svn": true, | |
| // "**/.hg": true, | |
| // "**/CVS": true, | |
| // "**/.DS_Store": true, | |
| // "**/Thumbs.db": true, | |
| // "**/node_modules": true, | |
| // "**/.husky": true, | |
| // "**/.github": true, | |
| // "**/.gitignore": false, | |
| // "**/dist": true, | |
| // "**/.next": true, | |
| // "**/*.tsbuildinfo": true, | |
| // "**/.astro": true | |
| }, | |
| "terminal.integrated.env.osx": { | |
| "FIG_NEW_SESSION": "1" | |
| }, | |
| "editor.accessibilitySupport": "off", | |
| "cSpell.enabled": false, | |
| "cursor.cpp.disabledLanguages": ["scminput"], | |
| "cursor.cmdk.useThemedDiffBackground": true, | |
| "workbench.layoutControl.enabled": false, | |
| "window.density.editorTabHeight": "compact", | |
| "workbench.activityBar.orientation": "vertical", | |
| "supermaven.enable": { | |
| "*": false | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "workbench.colorTheme": "Default Dark Modern", | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "cursor.chat.premiumChatAutoScrollWhenAtBottom": true, | |
| "cursor.chat.showSuggestedFiles": true, | |
| "explorer.fileNesting.patterns": { | |
| "*.ts": "${capture}.js", | |
| "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", | |
| "*.jsx": "${capture}.js", | |
| "*.tsx": "${capture}.ts", | |
| "tsconfig.json": "tsconfig.*.json", | |
| "package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb", | |
| "pubspec.yaml": "pubspec.lock,pubspec_overrides.yaml,.packages,.flutter-plugins,.flutter-plugins-dependencies,.metadata", | |
| "*.dart": "${capture}.g.dart", | |
| "Cargo.toml": "Cargo.lock", | |
| "*.sqlite": "${capture}.${extname}-*", | |
| "*.db": "${capture}.${extname}-*", | |
| "*.sqlite3": "${capture}.${extname}-*", | |
| "*.db3": "${capture}.${extname}-*", | |
| "*.sdb": "${capture}.${extname}-*", | |
| "*.s3db": "${capture}.${extname}-*" | |
| }, | |
| "continue.enableTabAutocomplete": false, | |
| "parallels-desktop.extension.path": "/Users/mcnaveen/.parallels-desktop-vscode", | |
| "parallels-desktop.hashicorp.vagrant.path": "/usr/local/bin/vagrant", | |
| "parallels-desktop.prlctl.path": "/usr/local/bin/prlctl", | |
| "parallels-desktop.git.path": "/usr/bin/git", | |
| "parallels-desktop.brew.path": "/opt/homebrew/bin/brew", | |
| "parallels-desktop.hashicorp.vagrant.parallels.plugin": true, | |
| "update.mode": "manual", | |
| "cursor.chat.collapseInputBoxPills": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
