Configure o9 Python PluginsVisual Studio Code extension to launch python plugin debug package in containerised environment, which is going to be on parity with tenant mode of execution. Prerequisites
Steps to install docker. Install Docker, you can ignore the warning from Docker about using WSLcurl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh Add your user to the Docker groupsudo usermod -aG docker $USER Install Docker Compose v2sudo apt-get update && sudo apt-get install docker-compose-plugin Sanity check that both tools were installed successfullydocker --version docker compose version Extension requirementsnodejs - v22.3.0 npm - 10.8.1 nvm - 1.1.10 vsce - 2.15.0 vscode - 1.97.2 |