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

[DSLX:LS] Diagnostics updates for dependent modules. #1666

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2024

  1. [DSLX:LS] Diagnostics updates for dependent modules.

    Previously if you made a change to `leaf.x` that unbroke a module that
    depended on `leaf.x`, you wouldn't naturally get an update to the
    "problems" pane in VSCode that indicated the problem had been resolved.
    
    Introduces a very lightweight virtualized filesystem layer so we can see
    updated text in the editor (language server) workspace reflected in the
    language server results.
    
    Update before review.
    cdleary committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1b175c6 View commit details
    Browse the repository at this point in the history
  2. Unbreak repl in contrib.

    cdleary committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d7a8513 View commit details
    Browse the repository at this point in the history