Lucas Alber

Results 23 issues of Lucas Alber

**Describe the bug** Language Server crashes if a removed folder is in the project. This may also be a ST bug. **To Reproduce** Steps to reproduce the behavior: 1. Create...

sublime issue

**Describe the bug** Emmet normally shows a preview of complex abbreviations. When LSP-html is active, the preview only flashes shortly or is missing completely. **To Reproduce** Steps to reproduce the...

### Checklist #### General - [x] I tested **all** changes and their related features with **all** corresponding user types on a test server. (KIT Test System) - [x] Language: I...

tests
ready for review
server
client

Connection to the debugger works. But I am getting a "missing mainClass..." error.

How to reproduce: 1. Create a shader file 2. Type `ö` 3. Server crashes with exit code `-6` Observation: When a comment contains a special character, the server does not...

**Describe the bug** The console shows exceptions when using LSP-jdtls related to code actions. ``` Error handling None Traceback (most recent call last): File "/home/lucas/.config/sublime-text/Packages/LSP/plugin/core/sessions.py", line 1977, in on_payload handler(result)...

language server issue

Closes #2078 `Session.open_uri_async` focuses a view if there is a preexisting session buffer: https://github.com/sublimelsp/LSP/blob/969a9c8d8f581f4815643b3297501cb55b49a1d9/plugin/core/sessions.py#L1487-L1490 or if the URI was opened using a plugin, since in this case the view was...

**Is your feature request related to a problem? Please describe.** Some language server names (and thus their helper plugin) do not correspond to the language they support. (E.g. `clangd`, `jdtls`)....

enhancement

> `session.open_uri_async` does only focus the view if a `range` is passed. `open_file` has the same issue. I think there is also some inconsistency in the implementation of `open_uri_async`: If...

I would like to follow the current (by playerctld) selected player name preferably using Glib bindings and events. (Receive for example an event when a new player appears, or playerctld...