{ "workbench.colorTheme": "Default Dark+", "workbench.startupEditor": "none", "editor.fontFamily": "monospace", "editor.fontSize": 25, "workbench.activityBar.iconClickBehavior": "focus", "javascript.referencesCodeLens.enabled": true, "javascript.suggest.completeFunctionCalls": true, "javascript.referencesCodeLens.showOnAllFunctions": true, "terminal.integrated.fontSize": 20, "security.workspace.trust.untrustedFiles": "open", "terminal.integrated.scrollback": 100000, "editor.accessibilitySupport": "off", "php.validate.executablePath": "C:/xampp/php/php.exe", "launch": { "configurations": [ ], "workbench.editorAssociations": { "*.bat": "default" }, "workbench.colorCustomizations": { }, }, "terminal.integrated.profiles.windows": { "msys mingw64": { "path": "C:/msys64/msys2_shell.cmd", "args": [ "-defterm", "-here", "-no-start", "-mingw64", "--login", "-i" ], }, "Windows PowerShell": { "path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" }, "PowerShell": { "source": "PowerShell", "icon": "terminal-powershell" }, "Command Prompt": { "path": [ "${env:windir}\\Sysnative\\cmd.exe", "${env:windir}\\System32\\cmd.exe" ], "args": [], "icon": "terminal-cmd" }, "Git Bash": { "source": "Git Bash" }, }, "terminal.external.windowsExec": "C:\\msys64\\mysys2.exe", "terminal.integrated.defaultProfile.windows": "MYSYS", // I am using default MYSYS(this line is optional) "terminal.integrated.profiles.windows": { "MYSYS": { "path": "C:\\msys64\\usr\\bin\\bash.exe", "args": [ "--login", "-i" ] } }, "php.debug.executablePath": "C:/xampp/php/php.exe", "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "icon": "terminal-bash" }, "zsh": { "path": "zsh" }, "fish": { "path": "fish" }, "tmux": { "path": "tmux", "icon": "terminal-tmux" }, "pwsh": { "path": "pwsh", "icon": "terminal-powershell" } } }