sebastiansturm
                                            sebastiansturm
                                        
                                    strange, could you enable `lsp-log-io` and post the missing candidates' `uri` fields please? As well as your value of `(lsp-workspace-root)`
I doubt that's one of the offending matches - it specifies `"kind": 13`, so I assume it's one of the `[Var ]` items which seem to show up with correct...
thanks! According to your log, the `parse_args` function specifies no `containerName`, and I accidentally bound the addition of `pathstr` to `container-name?` being defined. Will push a fix shortly
I force-pushed the change, please have a look
thanks for your help! Will merge this then, but leave the issue open as the original request remains unaddressed
thanks alot, much cleaner than the kludge I'd been using! And judging by ivy's documentation, I'd expect this to work since ivy apparently supports alist candidates. On the other hand,...
this is still waiting for https://github.com/abo-abo/swiper/pull/2716, or did I miss something?
ok, sure!
currently I'm getting loads of `No such file or directory (os error 2)` errors when trying to build tree-sitter-langs via `tree-sitter-langs-create-bundle`. Got to leave now until the late evening, plan...
I finally had another go at this and noticed that the errors were caused by tree-sitter looking for `tree-sitter-langs/config.json`. Generating a dummy config via `tree-sitter init-config` and moving the generated...