Last active
October 28, 2024 13:52
-
-
Save Furyforev3r/183436f04a5274609b85fc54b09011e7 to your computer and use it in GitHub Desktop.
settings.json
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
{ | |
"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