Hennadii Chernyshchyk
Hennadii Chernyshchyk
I don't currently have a laptop, but I didn't have this problem the last time I used it.
I'm not sure I like this idea. This makes API more bloated. There is no issue in having two shortcuts, one for build and another to select a target. You...
Can't reproduce on my machine.
Could you try to comment out this line and see if it fixes the issue? https://github.com/Shatur/neovim-session-manager/blob/ffefc2be3e0085d1a564aabe0566c95cd130bedc/lua/session_manager/utils.lua#L51 If yes, I will add an option to not stop LSP clients.
Probably this causes issue with some LSP clients. I currently at work, but I would accept a PR that adds an option to disable stopping LSP clients (and enable it...
@LoneExile or @elge70 could you confirm that the suggested solution works? I just can't reproduce the issue on my machine.
@LoneExile Awesome, thanks! Could you include it in your PR? And keep the option too, just set it to `true` by default.
Played with the suggestion, it doesn't work on my machine, I have the following error with the fix: ``` || Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/diagnostic.lua:51: Invalid buffer id: 4...
Looks like we having a race condition. Maybe we should remove this feature? Because it breaks on some machines.
I temporary removed this feature until we find a perfect solution.