-
### History
The LSP spec uses URIs to identify files. clj-kondo uses filenames. clojure-lsp uses both—URIs most of the time, but filenames when running queries on the analysis and findings. At the …
-
Here is my hx --health output:
```
(base) ➜ johnboccio@johnboccio-desktop ~/Git/LearningRust hx --health
Config file: /home/johnboccio/.config/helix/config.toml
Language file: default
Log file:…
-
**Describe the bug**
When using Clojure LSP, you cannot navigate to external dependencies which are located inside of JAR files, because of invalid URI scheme. When trying to navigate to the path sho…
-
**Describe the bug**
When the client calls 'clojure/serverInfo/raw' the map keys are now in camelCase instead of kebab-case.
**To Reproduce**
Steps to reproduce the behavior:
send 'clojure/serv…
Cyrik updated
2 years ago
-
Type: Bug
## Issue Description ##
I'm trying to debug a simple Net Core 3.1 web app using this extension and I can't seem to make it work.
I suspect its because this extensions expects `dotnet` i…
-
### Summary
Syntax highlights not recognized by Helix after build. set HELIX_RUNTIME to MSYS64 ~/.config/helix/runtime and fetched/built all the grammars.
### Reproduction Steps
I tried this:
…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [X] Have you used the …
-
The body of a promise created by `p/future` is always run, even if the promise is cancelled with `p/cancel!`. This keeps the common thread pool busier than it needs to be.
I'm not sure whether this…
-
**Describe the bug**
When a let expression only contains "reader commented" expressions it throws an exception.
**To Reproduce**
In Calva click on `(let [#_new-project-settings #_(config/resolve-…
Cyrik updated
2 years ago
-
**Problem**
clojure-lsp assumes that after parsing a zloc from a syntactically correct file, it will be able to navigate to any cursor position using `parser/to-pos`. There's one case though where it…