Skip to content

Instantly share code, notes, and snippets.

@livehass
Last active April 27, 2024 19:59
Show Gist options
  • Save livehass/2fc8d3be8285a9d40710375699527ac0 to your computer and use it in GitHub Desktop.
Save livehass/2fc8d3be8285a9d40710375699527ac0 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily":"'JetBrains Mono','Fira Code'",
"editor.lineHeight": 1.8,
"editor.minimap.enabled": false,
"editor.fontSize": 18,
"editor.fontLigatures": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.guides.indentation": true,
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"editor.rulers": [80, 120],
"workbench.startupEditor": "newUntitledFile",
"window.commandCenter": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.preferredHighContrastColorTheme": "One Dark Pro Darker",
"workbench.preferredHighContrastLightColorTheme": "One Dark Pro Vivid",
"workbench.preferredDarkColorTheme": "One Dark Pro Vivid",
"workbench.iconTheme": "icons",
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "compact",
"workbench.activityBar.location": "top",
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat":"short",
"git.openRepositoryInParentFolders": "always",
"explorer.compactFolders": false,
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"workbench.layoutControl.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"window.titleBarStyle": "native",
"apc.electron": {
"titleBarStyle": "hiddenInset",
"frame": false
},
"apc.header": {
"height": 30,
},
"apc.stylesheet": {
".title-label > h2": "display: none",
".editor-actions": "display: none",
".pane-body": "padding: 8px",
".pane-header": "padding: 0 8px",
".window-appicon": "display: none",
".monaco-workbench .part.sidebar .title-actions .action-item": "margin-right: 15%",
".composite-bar-container": "height: 2px",
".scroll-decoration": "display: none",
".nosidebar .inline-tabs-placeholder": "width: 75px",
".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.listRow": {
"height": 24
},
"apc.font.family": "Inter Regular",
"window.customTitleBarVisibility": "windowed",
"explorer.autoReveal": false,
"explorer.sortOrder": "foldersNestsFiles",
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*",
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.parameterHints.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.suggestSelection": "first",
"gitlens.codeLens.recentChange.enabled": false,
"terminal.integrated.showExitAlert": false,
"[prisma]": {
"editor.formatOnSave": true
},
"typescript.suggest.autoImports": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
}
@livehass
Copy link
Author

`
{
"editor.fontFamily":"'JetBrains Mono','Fira Code'",
"editor.lineHeight": 1.8,
"editor.minimap.enabled": false,
"editor.fontSize": 18,
"editor.fontLigatures": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.guides.indentation": true,
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"editor.rulers": [80, 120],
"workbench.startupEditor": "newUntitledFile",
"window.commandCenter": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"workbench.preferredHighContrastColorTheme": "One Dark Pro Darker",
"workbench.preferredHighContrastLightColorTheme": "One Dark Pro Vivid",
"workbench.preferredDarkColorTheme": "One Dark Pro Vivid",
"workbench.iconTheme": "icons",
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "compact",
"workbench.activityBar.location": "top",
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat":"short",
"git.openRepositoryInParentFolders": "always",
"explorer.compactFolders": false,
"editor.semanticHighlighting.enabled": false,
"breadcrumbs.enabled": false,
"workbench.layoutControl.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"window.titleBarStyle": "native",
"apc.electron": {
"titleBarStyle": "hiddenInset",
"frame": false
},
"apc.header": {
"height": 30,
},
"apc.stylesheet": {
".title-label > h2": "display: none",
".editor-actions": "display: none",
".pane-body": "padding: 8px",
".pane-header": "padding: 0 8px",
".window-appicon": "display: none",
".monaco-workbench .part.sidebar .title-actions .action-item": "margin-right: 15%",
".composite-bar-container": "height: 2px",
".scroll-decoration": "display: none",
".nosidebar .inline-tabs-placeholder": "width: 75px",
".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.listRow": {
"height": 24
},
"apc.font.family": "Inter Regular",
"window.customTitleBarVisibility": "windowed",
"explorer.autoReveal": false,
"explorer.sortOrder": "foldersNestsFiles",
"explorer.fileNesting.patterns": {
"package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*",
"tailwind.config.js": "tailwind.config*, postcss.config*",
".env.local": ".env*",
".env": ".env*",
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.parameterHints.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.suggestSelection": "first",
"gitlens.codeLens.recentChange.enabled": false,
"terminal.integrated.showExitAlert": false,
"[prisma]": {
"editor.formatOnSave": true
},
"typescript.suggest.autoImports": true,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},

}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment