Skip to content

Add tox file validation highlighting #18

Open
@starlord-daniel

Description

@starlord-daniel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions