All notable changes to the "python-tox" extension will be documented in this file.
- New
python-tox.runWithArgs
andpython-tox.runMultipleWithArgs
commands which ask for additional arguments to tox. - Basic integration with VS Code's testing extension API, by providing a tox test runner when a
tox.ini
file is open. This allows running tox environments right from the editor. - Integration with VS Code's task API, so that tox environments can be run as tasks.
- Hover information for environment variables (
passenv
/setenv
) when editing atox.ini
file. - Upgraded all dependencies.
- New
python-tox.openDocs
command to open the tox documentation in the default browser. - Upgraded all dependencies.
- Updated documentation and
package.json
- No code changes
- Updated documentation and
package.json
- No code changes
- Initial release