Open
Description
Problem
Currently, issues with the tox file only occur when running the tox commands.
It would have a large benefit to get diagnostics that tell you where an issue is upon saving the file.
Solution
To implement diagnostics for tox, 2 things are needed:
- a tox validation mechanism
- VSCode diagnostics integration
There are some libraries, that do tox validation already, but a custom implementation for this would also work, leveraging the tox configuration specification.
To include diagnostics in VSCode, Programmatic Language Features can be used.