Skip to content

Instantly share code, notes, and snippets.

@oimtrust
Last active December 9, 2019 15:06
Show Gist options
  • Save oimtrust/77e509e339300dcf407676f628873d84 to your computer and use it in GitHub Desktop.
Save oimtrust/77e509e339300dcf407676f628873d84 to your computer and use it in GitHub Desktop.
Setting in Visual Studio Code
{
"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