Oleksandr Manenko
Oleksandr Manenko
I solved the issue a bit differently, though the idea is similar: https://github.com/clojure-emacs/cider/issues/2927#issuecomment-1194489852
Greetings! I have a similar (the same?) issue, even though I use a different Java version. The most important part of the error message highlighted in bold: > Exception in...
> @manenko After switching the jdk from 11+ to 1.8 or back you need to clear clj cache — either by running it with `-Sforce` or by removing `.cpcache` directory....
Hi @ababo! Try this: 1. Invoke the Command Palette (Ctrl+Shift+P/Cmd+Shift+P). 2. Type `clang format`. 3. Choose and invoke `Clang Format: Select Style` command. 4. Choose `File` from the menu. Now...
Clone the plugin and change `untilBuild.set("242.*")` to `untilBuild.set("243.*")`. Then, in the project directory, execute `./gradlew buildPlugin` and wait for the build to complete. The plugin will be in the build...