Skip to content

Instantly share code, notes, and snippets.

@m5lil
Created July 20, 2021 09:10
Show Gist options
  • Save m5lil/b32643d8a1db955bef3dcac610e9432a to your computer and use it in GitHub Desktop.
Save m5lil/b32643d8a1db955bef3dcac610e9432a to your computer and use it in GitHub Desktop.
vscode settings (Laragon integrated)
{
"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