Created
July 20, 2021 09:10
-
-
Save m5lil/b32643d8a1db955bef3dcac610e9432a to your computer and use it in GitHub Desktop.
vscode settings (Laragon integrated)
This file contains 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
{ | |
"files.autoSave": "afterDelay", | |
"git.path": "C:\\laragon\\bin\\git\\bin\\git.exe", | |
"terminal.integrated.profiles.windows": { | |
"PowerShell": { | |
"source": "PowerShell", | |
"icon": "terminal-powershell" | |
}, | |
"Command Prompt": { | |
"path": [ | |
"${env:windir}\\Sysnative\\cmd.exe", | |
"${env:windir}\\System32\\cmd.exe" | |
], | |
"args": [], | |
"icon": "terminal-cmd" | |
}, | |
"laragon": { | |
"path": ["C:\\laragon\\bin\\cmder\\cmder.bat"], | |
"args": ["/K"], | |
"icon": "cmder" | |
}, | |
}, | |
"terminal.integrated.defaultProfile.windows": "laragon", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment