Sometimes you want to reset your VS Code like it is fresh installed. You messed up something or just want fresh installation. You have to do two things. Delete VS Code configurations Delete VS Code extensions Location for configuration Windows %APPDATA%\Code macOS $HOME/Library/Application Support/Code Linux $HOME/.config/Code Location for extensions Windows %USERPROFILE%\.vscode\extensions macOS ~/.vscode/extensions Linux ~/.vscode/extensions If you want to delete only…
Setup debugging with PHP8.1 and Xdebug 3 on Windows
The article bellow is the written version of the following video tutorial, so if you prefer to watch the video “just click it” :). Preparation As a test project for debugging we use the following PHP MVC Framework therefore If you want to follow along, please download (or clone) the project into your xampp_installation_folder/htdocs folder…