gagara
gagara
oops. Didn't look into source code. I was expecting to see some LICENSE file. Thanks!
what exactly not supported? Opening several projects? In fact it is supported. Note: > downgrading to previous commit fixes the issue.
+1 For gradle tests it is also not possible to override `-p` option. e.g.: ``` :TestFile -p path/to/project ``` doesn't work. The only options is to `cd` to workspace before...
In fact there is a `test#project_root` for this purpose. (see https://github.com/vim-test/vim-test#working-directory). It would be good to have some autocmd which will update it once you switch between projects.
With `coc.nvim` (plugin which I use to navigate projects) following works for me: ```vimscript autocmd BufEnter * :call SetVimtestProjectRoot(expand('%:p')) function! SetVimtestProjectRoot(file) if exists("g:WorkspaceFolders") for f in g:WorkspaceFolders if match(a:file, f,...
Thanks a lot. Does it also implements https://github.com/puremourning/vimspector/issues/141#issuecomment-745255008 ?
Seems like this issue happens only when there are several options for given import. It works fine with jdt.ls `1.26.0` but fails with latest `1.31.0`: Here are client logs for...
is it always reproducible? If you restart the build will it fail at the same point? (could be some temp network issue). I don't think you have docker-network problem as...
Tested on my side. Works perfectly. +1 to merge. Would be good to have option to remove entities. Thanks for mind blowing tool!
Downgrading `gtk4` to `4.16.7` fixes the problem