Last active
December 9, 2019 15:06
-
-
Save oimtrust/77e509e339300dcf407676f628873d84 to your computer and use it in GitHub Desktop.
Setting in Visual Studio Code
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": "SynthWave '84", | |
"window.zoomLevel": -1, | |
"workbench.iconTheme": "material-icon-theme", | |
"php.validate.executablePath": "C:/php-7.3.12/php.exe", | |
"files.autoSave": "afterDelay", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontWeight": "500", | |
"extensions.ignoreRecommendations": true, | |
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment