Witoslaw Koczewski
Witoslaw Koczewski
Please also think about yank-line.
This is the content of my `lsp-session-file`: `#s(lsp-session ("/p/all-clj") nil #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ()) #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125...
This is exactly the case. My projects `/p/mylib` and `/p/myapp` do not have a common project directory, but I want them to have the same lsp-session `/p/all-clj`. How can I...
> we should add setting like we do here: https://github.com/yyoncho/lsp-mode/blob/master/clients/lsp-pylsp.el#L426 But is this really specific to the language specific code? I can imagine having the same issue regardless of the...
I have the same problem using Spacemacs: `Exception in thread "Thread-15" java.nio.file.NoSuchFileException: src/tao/.#tests_spa.cljs at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) at sun.nio.fs.LinuxFileSystemProvider.readAttributes(LinuxFileSystemProvider.java:99) at java.nio.file.Files.readAttributes(Files.java:1737) at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:225) at...
> Isn't there a way to use a single deps.edn file with local references to other projects to get clojure-lsp to support multiple projects with one instance? I seem to...
There also is the common scenario, where a function which is to move uses a utility function from the same namespace. In some cases it could be easier (and correct?)...
First, thank you for investing time. Hiding the panels via shortcut is no option for me. This is just one more thing, which sucks in VSCode for keyboard users. I'm...
> Would be nice if we could use the same existing rename! function supporting the alias Du you have a specific reason for this? The current `rename!` function expects symbols...