Closed ckankare closed 3 days ago
I can confirm this bug using:
This is fixed in the development version (actually in libadalang)
When having this error, you get recurrent notifications:
Apparently, you should be able to disable those notifications using the cogwheel, but they keep appearing after setting the notifications to Off. Is this a bug in this extension or in VS Code 1.95.2 for Linux?
When having this error, you get recurrent notifications:
Apparently, you should be able to disable those notifications using the cogwheel, but they keep appearing after setting the notifications to Off. Is this a bug in this extension or in VS Code 1.95.2 for Linux?
We have noticed that too, it seems like a bug in VS Code, but we'll create an internal issue to investigate why it does not work.
This should be fixed in 26.0.202411173 release.
Environment
Bug Summary and Reproducer
Bug Summary:
Generics causes the language server to crash with
Steps to reproduce:
With the following file
add a space somewhere (or something that triggers
textDocument/semanticTokens/full
), this causes the language server to crash with the following error:and the following stack trace:
Attached reproducible case and ALS log file. als_bug_1.zip ada_ls_log.2024-10-24T211228.log
Configuration and Logs
Other VS Code Extensions
No response
Additional context
No response