This extension integrates the tox task automation tool with Visual Studio Code.
Note: The extension was mainly written to scratch my own itch, and this is the first time I'm writing something "real" using TypeScript and NodeJS.
Contributions, suggestions and improvements of all kinds are very welcome, but use at your own risk.
Install the extension via the Visual Studio Marketplace or the Open VSX Registry. Also, make sure that tox is installed.
Finally, run one of the commands via the command palette or bind them to a shortcut. No default shortcuts are provided.
For VSpaceCode, consider a configuration such as:
To get a development build of the latest commit, you can:
- Go to the GitHub Actions tab, view the newest passing run and download an automated build from the "Artifacts" section.
- Or clone the repository and run
npm run package
Then install the resulting .vsix file using the command palette and selecting
"Extensions: Install from VSIX...".
python-tox.select: Show a menu allowing to pick a tox environment.python-tox.selectMultiple: Show a menu allowing to pick multiple tox environments.
See CHANGELOG.md.
- Double-check the CI
npm version <major|minor|patch>git push origingit push origin vX.Y.Z- Lean back and let the CI do the rest
