Created
July 3, 2019 01:23
-
-
Save patrickmaciel/12f1701d7a062e84fcc51967e548b8ae to your computer and use it in GitHub Desktop.
my vscode settings
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
{ | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"terminal.integrated.shellArgs.windows": [ | |
"-l", | |
"-i" | |
], | |
"workbench.editor.enablePreview": false, | |
"emmet.includeLanguages": { | |
"blade": "html", | |
"javascript": "javascriptreact" | |
}, | |
"php.validate.enable": true, | |
"php.validate.run": "onType", | |
"php.validate.executablePath": "c:\\php\\php.exe", | |
"window.zoomLevel": 0, | |
"editor.fontSize": 16, | |
"editor.wordWrap": "on", | |
"git.autofetch": true, | |
"liveServer.settings.donotShowInfoMsg": true, | |
"liveServer.settings.donotVerifyTags": true, | |
"workbench.colorTheme": "Dracula", | |
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"terminal.integrated.rendererType": "dom" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment