- Theme: Light Modern
- Icon: Material Icon theme
Last active
August 9, 2024 06:30
-
-
Save mcnaveen/2214d307f5de7ad380f1c62818e6e2f4 to your computer and use it in GitHub Desktop.
This file contains 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": "#ffffff00", | |
"scrollbarSlider.hoverBackground": "#ffffff00" | |
}, | |
"window.newWindowDimensions": "inherit", | |
"window.dialogStyle": "custom", | |
"window.commandCenter": false, | |
"workbench.iconTheme": "vs-minimal", | |
"workbench.colorTheme": "Default Light Modern", | |
"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.minimap.enabled": false, | |
"editor.scrollbar.vertical": "hidden", | |
"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.editor.editorActionsLocation": "hidden", | |
"workbench.activityBar.orientation": "vertical", | |
"workbench.sideBar.location": "left", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment