This project is an extension for running PythonTA within VS Code.
- Install Python dependencies:
uv sync. - Install Javascript dependencies:
pnpm install.
To start the extension, use the Debug Extension and Python configuration in VS Code.
To run the Python tests, run uv run pytest src/test/python_tests.
To lint the Typescript code, run pnpm run lint.
Linting for the Python code has not been set up yet.
This repository is based on a Template for VS Code python tools extensions. See the template README.md for more information.