Dan Hansen

Results 30 comments of Dan Hansen

It may not be as convenient as changing the automatic download url, but you can use the `java.jdt.ls.home` config option to point to a different version in the mean time.

FWIW, I'm not seeing the same issue with the latest jdt.ls snapshot (0.67.0-202012040244). It could be project specific though?

I'm using the save version of Java on macOS. ```sh $ java -version openjdk version "11.0.9" 2020-10-20 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.9+11) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.9+11,...

I pulled your playground project and that worked fine with just a couple of minor tweaks. Though they don't seem to be related to your issue here. 1) The `.mvn/wrapper/maven-wrapper.properties`...

I used Vim and Neovim installed via Hombrew on the latest coc.nvim release branch. Here's the relevant output from `:CocInfo` ``` vim version: NVIM v0.4.4 node version: v15.3.0 coc.nvim version:...

`framework.info` is created by the OSGi framework when the language server loads. I don't know enough about OSGi to explain why it would fail to be created. I don't see...

The whole server directory could be replaced during an update. Nothing in it is project-specific.

Relates to neoclide/coc.nvim/issues/322

relates to https://github.com/eclipse/eclipse.jdt.ls/pull/381

Do you have `coc-codeaction-selected` mapped in your config? From the [coc.nvim README example config](https://github.com/neoclide/coc.nvim#example-vim-configuration) or ` :help coc-codeaction-selected`: ``` " Applying codeAction to the selected region. " Example: `aap` for...