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

Rea-time validation known issues #179

Open
928PJY opened this issue Dec 17, 2020 · 0 comments
Open

Rea-time validation known issues #179

928PJY opened this issue Dec 17, 2020 · 0 comments

Comments

@928PJY
Copy link
Collaborator

928PJY commented Dec 17, 2020

Known issues:

  • When the user opens one file, all diagnostics reported when building this file (some maybe not related to this file, like an issue in a toc that has no relation with this file). when the user closes the current file, all the diagnostics in the current file will be cleared, but others won't until the user explicitly open and close that file.
    The impact is limited for the following two reasons:
    • All the errors reported can be treated as related since it is a dependency when building this file, it can be improved by making the dependency build more accurate.
    • In most cases, the current repository should be perfect, all the new issues should be took care.

Ideas:

  • Currently, we have debounce mechanism, but we maybe we can assign different debounce windows for different event.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant