Created
May 5, 2023 02:16
-
-
Save flaugabriel/3aea2418afe1d3ec934b35b238157ae4 to your computer and use it in GitHub Desktop.
it is my settings by vscode
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.colorTheme": "Boxy Monokai", | |
"workbench.iconTheme": "vscode-icons", | |
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline", | |
"editor.codeLensFontFamily": "MesloLS NF", | |
"editor.inlineSuggest.showToolbar": "always", | |
"editor.tabSize": 2, | |
"window.zoomLevel": 1, | |
"vsicons.dontShowNewVersionMessage": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment