Last active
August 23, 2024 22:35
-
-
Save adophilus/55c8ef9a28cfd0eee54077336992b365 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"workbench.iconTheme": "ayu", | |
"workbench.colorTheme": "Ayu Mirage", | |
"extensions.experimental.affinity": { | |
"asvetliakov.vscode-neovim": 1 | |
}, | |
"biome.lspBin": "biome", | |
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'Operator Caska', 'Droid Sans Mono', 'monospace', monospace", | |
"editor.fontLigatures": true, | |
"editor.minimap.enabled": false, | |
"workbench.startupEditor": "none", | |
"solidity.telemetry": true, | |
// "vscode_custom_css.imports": [ | |
// "file:///home/adophilus/.projects/tools/vscode/vscode-settings-json/custom-vscode.css", | |
// "file:///home/adophilus/.projects/tools/vscode/vscode-settings-json/custom-vscode.js" | |
// ], | |
"git.confirmSync": false, | |
"git.autofetch": true, | |
"[javascript]": { | |
"editor.defaultFormatter": "biomejs.biome" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "biomejs.biome" | |
}, | |
"workbench.sideBar.location": "right", | |
"window.menuBarVisibility": "hidden", | |
"workbench.activityBar.location": "hidden", | |
"window.commandCenter": false, | |
"workbench.layoutControl.enabled": false, | |
"explorer.confirmDragAndDrop": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment