-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
[LSP] Exclude repl output from lsp #1479
[LSP] Exclude repl output from lsp #1479
Conversation
Thanks! |
There seems to be some unrelated commits in the PR branch. Can you clean that up? (I'm not sure this is necessary, but it is generally easier to deal with ”clean” PRs 😄.) |
@bpringe Are we relying on clojure-lsp in a way that we need to consider before merging this? I seem to recall something about the debugger using clojure-lsp analysis. |
2210547
to
72d4d53
Compare
Thanks @PEZ ! Done, LMK if any more issues |
@PEZ The debugging code just uses clojure-lsp for decorations (for the instrumented functions). It doesn't seem to even add decorations in the repl window currently, and I'm unsure if that's intentional, but either way, I don't think it matters if this disallows that. |
Thanks @ericdallo! Let's merge. 🚀 |
By the way, I removed that newline between changes in the unreleased section of the changelog (on dev). It might have caused an issue with our publish script. |
What has Changed?
Fixes #1250
My Calva PR Checklist
I have:
dev
branch. (Or have specific reasons to target some other branch.)published
. (Sorry for the nagging.)[Unreleased]
entry inCHANGELOG.md
, linking the issue(s) that the PR is addressing.ci/circleci: build
test.Ping @PEZ, @bpringe