I have another post that is VSCode on Windows 10 SSH into remote host and working in the project source directory then Xdebug This post is different as it connecting to the Remote Docker Container and working inside the container. VSCode running on Windows 10 Remote...
vscode
Download an Azure Function App for Development in VS Code
If you start with creating an Azure Function App in Azure and then want to switch to local development here are the steps to download and import the function app into VSCode This does not cover installing the Azure Function Core extensions but that is covered here...
VSCode – XDebug 3 – MacOS – Docker Desktop
My setup MacOS Big Sur version 11.2.3 (20D91)VSCode version: 1.56.0 with felixfbecker.php-debug (v1.15.1) extension installedDocker Desktop 3.3.1 (63152)Docker container running Ubuntu 20.04 Apache, PHP 7.4.3 and Xdebug v3.0.4 Because I was running php-fpm on my...