Lucas Alber
Lucas Alber
When updating a dependency (e.g. [LSP](https://github.com/sublimelsp/LSP)) all plugins (e.g. LSP-* helpers) that depend on LSP break. Preferred solution: - Plugins (LSP-* helpers) that depend on another plugin (LSP) declare that...
### Description of the bug Sublime Text is running at 60 fps on a 240hz monitor. ``` >>> sublime.log_fps(True) fps: 60.9 average: 0ms fps: 61 average: 1ms fps: 61 average:...
**Reproduce:** Use the `spheres.cfg` and try to connect to an accum node. ``` [qvk] validation layer: Validation Error: [ VUID-vkBeginCommandBuffer-commandBuffer-00049 ] Object 0: handle = 0x560feaea0880, type = VK_OBJECT_TYPE_COMMAND_BUFFER; |...
### Hyprland Version System/Version info ```sh Hyprland, built from branch main at commit 1d2acbe19355c8640d54a4b6cba225c6f4370c85 (config: add absolute monitor workspace selectors (5848)). Date: Fri May 3 19:38:00 2024 Tag: v0.39.1-138-g1d2acbe1, commits:...
Debugger does not start and logs: ``` Traceback (most recent call last): File "/home/lucas/.config/sublime-text/Packages/Debugger/modules/debugger.py", line 69, in get instance = Debugger(window, skip_project_check=skip_project_check) File "/home/lucas/.config/sublime-text/Packages/Debugger/modules/debugger.py", line 90, in __init__ self.on_session_output =...
`gopls` should be integrated in Sublime Text by using the official helper package sublimelsp/LSP-gopls.
Currently, JDTLS does not announce inlay hint support. Inlay Hints are therefore enabled manually in https://github.com/sublimelsp/LSP-jdtls/commit/320929bb97a9c124091fe9ec956df3acd6f44491.
Depends on https://github.com/eclipse/eclipse.jdt.ls/issues/2362 Currently, `java.completion.onDidSelect` commands fail and do not produce a response. Until the issue is fixed on jdtls side, the command is not sent to the server.
Workaround: download a newer JDK and set "java.home" property in LSP-jdtls.settings, e.g. ``` { "settings": { "java.home": "/usr/lib/jvm/java-19-openjdk/" } } ``` Suggested change in LDP-jdtls; error message if java version...
**Describe the bug** The logging configuration should not be part of the jar, as this interferes with a custom configuration.