Skip to content

Template for creating vscode projects with pybricks launch functions

Notifications You must be signed in to change notification settings

johnmeshulam/pybricks-vscode-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybricks VSCode Template

This template uses VScode tasks and run configurations to launch the current open Python file on a pybricks hub.

Setup

  1. Run python -m venv .venv to create a virtual environment
  2. Run pip install -r requirements.txt to install the libraries
  3. In pybrickslaunch.py, set the HUB_NAME variable.

Usage

  1. Open the python file you want to run in the editor
  2. Go to "Run and debug"
  3. Choose "Pybricks: Current File" run configuration
  4. Click the play button

About

Template for creating vscode projects with pybricks launch functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages