Ekopalypse
Ekopalypse
and another one https://community.notepad-plus-plus.org/topic/21366/window-view-problem
Npp uses the builtin windows dialogs, so this is rather a windows than a npp issue. Imho, issue should be closed.
I can try, can you give me some hints on what I need to do? I'm not a Clojure user yet.
@ericdallo - Thx - I'll give it a try.
Yes, this seems to work. I called it directly from a cmd prompt and from within Notepad++.
@ericdallo - Just found out that the clojure-lsp has a diagnostic command option. Does calling `clojure-lsp.exe diagnostics --filenames C:\x64\test_clojure\main.clj` do the same thing as it does with the didOpen notification?
I ran `C:\Temp\clojure\clj-kondo.exe --copy-configs --lint D:\x64\test_clojure\main.clj` and it did not throw an exception. BUT - I got `No configs copied.`
@ericdallo - Sorry, I am currently busy with a business matter. I'll get back to you as soon as I get the issue resolved. Thank you very much with all...
@ericdallo - I've create a [gist](https://gist.github.com/Ekopalypse/30184e2dafd1d261d6940344c34943cb) with all the information requested. Running clj-kondo.exe from cmd does not create a ./clj-kondo directory within the source file directory nor within the current...
@Donho - the resulting lines 7 and 8 are the same, but the original lines 1-6 are different. CTRL+V does NOT change the line endings of 1-6, whereas pasting via...