Skip to content

Instantly share code, notes, and snippets.

@danieljpgo
Last active January 14, 2024 16:18
Show Gist options
  • Save danieljpgo/c43f60b781fb42968288b4fe85e3f4de to your computer and use it in GitHub Desktop.
Save danieljpgo/c43f60b781fb42968288b4fe85e3f4de to your computer and use it in GitHub Desktop.
{
// "workbench.activityBar.iconClickBehavior": "focus",
"workbench.activityBar.location": "side", // hidden
"workbench.colorTheme": "Min Dark",
"workbench.editor.labelFormat": "short",
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "symbols",
"workbench.layoutControl.enabled": false,
"workbench.productIconTheme": "icons-carbon",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"workbench.editor.showTabs": "single",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.perEditorGroup": true,
"workbench.editor.limit.value": 1,
// "workbench.panel.defaultLocation": "right",
// "workbench.sideBar.location": "right",
"editor.minimap.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "JetBrains Mono",
// "editor.fontFamily": "Geist Mono",
"editor.fontLigatures": false,
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.guides.bracketPairs": true,
"editor.bracketPairColorization.enabled": true,
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 1.8, // maybe change here
"editor.lineNumbers": "relative",
"editor.linkedEditing": true,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [80, 120],
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.semanticHighlighting.enabled": false,
"editor.stickyScroll.enabled": true,
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
// "editor.glyphMargin": false,
// "editor.hideCursorInOverviewRuler": true,
// "editor.fontFamily": "Fira Code",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"breadcrumbs.enabled": false,
// "breadcrumbs.filePath": "off",
"window.commandCenter": false,
"window.titleBarStyle": "native",
"window.zoomLevel": 2,
"extensions.ignoreRecommendations": true,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.fontSize": 14,
"git.autofetch": true,
"git.enableSmartCommit": true,
// "git.mergeEditor": true,
"diffEditor.ignoreTrimWhitespace": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.autoImports": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.suggest.autoImports": true,
"symbols.hidesExplorerArrows": false, // check here later for more minimal setup
"codesnap.backgroundColor": "#000000",
"codesnap.containerPadding": "2rem",
"codesnap.boxShadow": "rgba(0, 0, 0, 0.55) 0px 12px 30px",
// "apc.font.family": "Inter",
"apc.font.family": "JetBrains Mono",
// "apc.font.family": "Geist Mono",
// "apc.parts.font.family": {
// "sidebar": "JetBrains Mono",
// "titlebar": "Inter",
// "activityBar": "JetBrains Mono",
// "panel": "JetBrains Mono",
// "tabs": "Inter",
// "statusbar": "JetBrains Mono",
// "settings-body": "Inter",
// "monaco-menu": "JetBrains Mono"
// },
// "apc.monospace.font.family": "JetBrains Mono",
"apc.activityBar": {
"position": "bottom",
"hideSettings": true,
"size": 32
},
"apc.statusBar": {
"position": "editor-bottom",
"fontSize": 12,
"height": 32
},
"apc.electron": {
"frame": false,
"titleBarStyle": "hiddenInset",
"trafficLightPosition": {
"x": 16,
"y": 16
}
},
"apc.stylesheet": {
".title-label > h2": "display: none !important",
".title-actions": "display: none !important",
".editor-actions": "display: none !important",
".monaco-workbench .part.editor>.content .editor-group-container>.title>.label-container": "transition: padding-left 0.3s ease-in-out",
".nosidebar .label-container": "padding-left: 38px"
// ".horizontal-activitybar .monaco-workbench.mac.sidebar-right.noauxiliarybar:not(.fullscreen) .part.editor>.content .editor-group-container>.title:not(.tabs)": "padding-left: calc(var(--traffic-X) + 52px);"
// ".monaco-workbench .part.editor>.content .editor-group-container>.title>.label-container>.title-label": "padding-left: 60px"
// ".action-label": "display: none !important"
// ".inline-tabs-placeholder": "dispaly: none"
// ".title-label": "display: none"
// ".nosidebar .inline-tabs-placeholder": "width: 75px" // Align tabs to not overlap window controls when primary bar is hidden
// ".pane-header": "padding: 0 8px"
// ".pane-body": "padding: 8px"
// ".split-view-view:first-child .pane-header": "display: none !important;",
// ".monaco-list-row": "border-radius: 4px;",
// ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "display: none;"
},
"apc.header": {
// "height": 32
},
"apc.listRow": {
// "height": 24
}
// "markdown-preview-enhanced.previewTheme": "atom-light.css"
// "[prisma]": {
// "editor.defaultFormatter": "Prisma.prisma"
// },
// "tabnine.experimentalAutoImports": true,
// "gitlens.currentLine.enabled": false,
// "gitlens.hovers.currentLine.over": "line",
// "gitlens.codeLens.enabled": false,
// "files.associations": {
// "*.js": "javascriptreact",
// "*.env.local": "env",
// "*.env.development": "env",
// "*.env.production": "env"
// },
// "javascript.inlayHints.parameterNames.enabled": "all",
// "typescript.inlayHints.parameterNames.enabled": "all",
// "[typescriptreact]": {
// "editor.defaultFormatter": "vscode.typescript-language-features"
// },
// "[javascript]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode",
// "editor.suggestSelection": "recentlyUsed",
// "editor.suggest.showKeywords": false,
// "editor.formatOnSave": true
// },
// "emmet.useInlineCompletions": true,
// "emmet.syntaxProfiles": {
// "javascript": "jsx"
// },
// "emmet.includeLanguages": {
// "javascript": "javascriptreact"
// },
// "editor.quickSuggestions": {
// "comments": "off",
// "other": "off",
// "strings": "off"
// }
// "editor.renderWhitespace": "boundary",
// "editor.defaultFormatter": "freebroccolo.reasonml",
// "editor.defaultFormatter": "dbaeumer.vscode-eslint",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment