Skip to content

Releases: IanMayo/python-vs-code-integration

Release v1.0.3

29 Aug 15:42

Choose a tag to compare

Python-VS Code Bridge v1.0.3

Installation

Download the .vsix file and install it in VS Code:

code --install-extension python-vscode-bridge-v1.0.3.vsix

Quick Start

  1. Install the extension
  2. Run command: Python Bridge: Open Demo Files
  3. Run command: Python Bridge: Install Python Dependencies
  4. Execute demo: python demo.py

What's included

  • WebSocket bridge between Python and VS Code
  • Complete Python client library
  • Interactive demo scripts
  • Example automation workflows

Release v1.0.2

29 Aug 15:33

Choose a tag to compare

Python-VS Code Bridge v1.0.2

Installation

Download the .vsix file and install it in VS Code:

code --install-extension python-vscode-bridge-v1.0.2.vsix

Quick Start

  1. Install the extension
  2. Run command: Python Bridge: Open Demo Files
  3. Run command: Python Bridge: Install Python Dependencies
  4. Execute demo: python demo.py

What's included

  • WebSocket bridge between Python and VS Code
  • Complete Python client library
  • Interactive demo scripts
  • Example automation workflows