Lucas Alber
Lucas Alber
Open your Packages directory. Then edit this line https://github.com/daveleroy/sublime_debugger/blob/master/modules/adapters/util/lsp.py#L25 in the Debugger package. Then restart ST.
What about adding a setting, that lets LSP save all modified files without user interaction?
This is an issue with LSP and not specific to LSP-clangd. @rchl can we transfer the issue to LSP?
@TerminalFi A while back, I saw the same behavior with LSP-jdtls too, if that helps.
Same setup as @opekope2. I noticed that if I right-click twice, the left click on other modules work again.
It seems that enabling argument buffers increases the limits significantly. Argument buffers can be enabled either in the `MVKConfiguration` struct or with the `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS` environment variable. See https://github.com/KhronosGroup/MoltenVK/issues/1610 and https://github.com/KhronosGroup/MoltenVK/blob/aed91cb5631e112faa521fe5739935424b9a4675/MoltenVK/MoltenVK/API/mvk_config.h#L894
I believe changing the server version fixes this issue because part of the update procedure is clearing the data directory. I don't think pinning the server version will fix this,...
I cannot reproduce the issue on my system. Please provide more info on your system and a complete copy of the Throubleshoot Server command. How are you closing sublime? (eg....
> What is going on when the Troubleshoot Server return “HTTP ERROR NOT FOUND”? Please open a new issue. Include the last lines from the Sublime console and the LSP...
This is an internal JDTLS failure and not related to LSP-jdtls. I assume that that is why Android support is still considered _experimental_.