Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the verification status bar and verification panel to show the status of all files in a project #413

Open
keyboardDrummer opened this issue Jul 17, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@keyboardDrummer
Copy link
Member

keyboardDrummer commented Jul 17, 2023

Currently the status bar and verification panel only shows verifiables inside the currently focussed document. Change this so they show all verifiables in the project of the currently focused document.

Implementations require the client to know to which project the currently focused file maps. This could be done by a StartsWith path comparison on the client, or by letting the server notify the client of document->project mappings for all open documents.

Another option would be not to filter on the currently selected file, then the IDE will show verification for all currently ongoing projects, and the IDE can remain project agnostic. (Currently in favor of this!) Question is when would the IDE then clear the verification state of a file. When it is closed would not be an option. I think the server should then publish reset verification statuses.

@keyboardDrummer keyboardDrummer added the enhancement New feature or request label Jul 18, 2023
@keyboardDrummer keyboardDrummer self-assigned this Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant