Joseph Barratt
Joseph Barratt
I had this issue but it resolved after upgrading to the most recent version of vim/coc.
I also ran into this issue. As mentioned in https://gitlab.kitware.com/cmake/cmake/-/issues/21978 > Starting in CMake 3.20, the cmake command line now errors out when passed invalid flags. The -j flag is...
As a workaround you can change the cmake version under `[build-dependencies]` to `"
Just saw https://github.com/fwcd/kotlin-language-server/pull/574 which has a similar idea. Sorry I didn't notice that earlier, though it seems like there was some desire to read exclusions outside of init configuration, and...
Unfortunately the code generation for the protobuf gradle plugin (and other such tools) outputs by default to [$buildDir/generated/...](https://github.com/google/protobuf-gradle-plugin?tab=readme-ov-file#change-where-files-are-generated). But `target` also [looks to be excluded](https://github.com/fwcd/kotlin-language-server/blob/dc240412719601ae90f6e9f92231e5759cc21415/shared/src/main/kotlin/org/javacs/kt/SourceExclusions.kt#L19). I notice this issue has...
Oh I didn't see your PR until just now. I also have a PR https://github.com/fwcd/kotlin-language-server/pull/637, but it takes a different approach, adding a configuration option for specifying exclusions. The only...