# sudo apt-get update
When setting these options consider the following:
sudo grep max_children /var/log/php?.?-fpm.log.1 /var/log/php?.?-fpm.log| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Listen for XDebug", | |
| "type": "php", | |
| "request": "launch", | |
| "port": 9000, | |
| "ignore": [ | |
| "**/vendor/**/*.php" |
| #!/bin/bash | |
| #UNIX: code --list-extensions | xargs -L 1 echo code --install-extension | |
| #WINDOWS: code --list-extensions | % { "code --install-extension $_" } | |
| # LOCAL | |
| code --install-extension alefragnani.project-manager | |
| code --install-extension amiralizadeh9480.laravel-extra-intellisense | |
| code --install-extension bcanzanella.openmatchingfiles | |
| code --install-extension bmewburn.vscode-intelephense-client |