generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
When coding clojure-lsp integration with this plugin, I noticed that after you find the definition of a symbol that goes to a read only file of a external dependency, no LSP feature works on that opened file, no request besides textDocument/didOpen
is sent to server.
Steps to reproduce in clojure-lsp:
- Install the plugin + nightly lsp4ij build: clojure-lsp-2.6.4.zip (ref branch)
- Open a clojure project, example: ericdallo/clojure-sample
- Open a clojure file like
foo.clj
and wait for LSP initialize. - find definition of a function that belongs to a external lib, like
concat
orstr
fromclojure.core
. - the new file will be opened, but no LSP feature will work there, like find references or go to definition of local variables.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done