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

Code lenses after EDA tool is opened #1152

Open
lars-reimann opened this issue May 4, 2024 · 0 comments
Open

Code lenses after EDA tool is opened #1152

lars-reimann opened this issue May 4, 2024 · 0 comments
Labels
bug 🪲 Something isn't working

Comments

@lars-reimann
Copy link
Member

Describe the bug

After the EDA tool is opening, code lenses in the editor are no longer clickable until the file is edited.

To Reproduce

  1. Create a file test.sds in VS Code:
pipeline example {
    val table = Table({
        "a": [1, 2, 3, 4, 5],
        "b": [6, 7, 8, 9, 10],
        "c": [11, 12, 13, 14, 15]
    });
}
  1. Click on the code lens "Explore table".
  2. Go back to the editor.
  3. Try clicking on the code lens "Explore table" again. This does not work.
  4. Edit the file.
  5. Try clicking on the code lens "Explore table" again. This should now work again.

Expected behavior

The code lenses should stay active.

Screenshots (optional)

No response

Additional Context (optional)

While at it, we might also ensure that code lenses, validation, semantic highlighting, etc. are triggered for the first shown file when VS Code is launched.

@lars-reimann lars-reimann added the bug 🪲 Something isn't working label May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

1 participant