Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>IDE support for o9 Python PluginsNew to Visual Studio Code? Get it now.
IDE support for o9 Python Plugins

IDE support for o9 Python Plugins

IDE Support for Python Plugins

|
5 installs
| (0) | Free
IDE support for o9 Python Plugins
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Configure o9 Python Plugins

Visual 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

  • WSL
  • Docker setup in WSL

Steps to install docker.

Install Docker, you can ignore the warning from Docker about using WSL

curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh

Add your user to the Docker group

sudo usermod -aG docker $USER

Install Docker Compose v2

sudo apt-get update && sudo apt-get install docker-compose-plugin

Sanity check that both tools were installed successfully

docker --version docker compose version

Extension requirements

nodejs - v22.3.0 npm - 10.8.1 nvm - 1.1.10 vsce - 2.15.0 vscode - 1.97.2

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft