Skip to content

pyta-uoft/python-ta-vscode-extension

Repository files navigation

PythonTA VS Code Extension

This project is an extension for running PythonTA within VS Code.

Developers

Requirements

  1. VS Code
  2. Python extension for VS Code
  3. uv
  4. Node.js
  5. pnpm

Setup

  1. Install Python dependencies: uv sync.
  2. Install Javascript dependencies: pnpm install.

To start the extension, use the Debug Extension and Python configuration in VS Code.

Running tests

To run the Python tests, run uv run pytest src/test/python_tests.

Linting

To lint the Typescript code, run pnpm run lint.

Linting for the Python code has not been set up yet.

Template information

This repository is based on a Template for VS Code python tools extensions. See the template README.md for more information.

About

VSCode extension for running PythonTA

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors