[go: up one dir, main page]

Skip to content

Instantly share code, notes, and snippets.

@Furyforev3r
Last active October 28, 2024 13:52
Show Gist options
  • Save Furyforev3r/183436f04a5274609b85fc54b09011e7 to your computer and use it in GitHub Desktop.
Save Furyforev3r/183436f04a5274609b85fc54b09011e7 to your computer and use it in GitHub Desktop.
settings.json
{
"apc.electron": {
"frame": false
},
"apc.listRow": {
"height": 24
},
"apc.stylesheet": {
".editor-actions": "display: none;"
},
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"editor.minimap.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"explorer.compactFolders": false,
"explorer.fileNesting.enabled": true,
"security.workspace.trust.untrustedFiles": "open",
"symbols.hidesExplorerArrows": false,
"window.commandCenter": false,
"window.menuBarVisibility": "hidden",
"window.titleBarStyle": "native",
"workbench.colorTheme": "Min Dark",
"workbench.editor.labelFormat": "short",
"workbench.iconTheme": "symbols",
"workbench.layoutControl.enabled": false,
"workbench.statusBar.visible": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment