-
`DllImport` is no longer recommended as it is unfriendly to tree shaking and requires extra runtime support. The replacement is `LibraryImport`, but that requires a source generator that is only avai…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
clangd is not informed of the language currently selected in the editor.
This means that in hea…
-
### Please describe why this is necessary.
To be able to compile the DuckDB Delta extension, a C++ based project linking against the delta kernel through the FFI, I currently need to manually patch t…
-
### Describe the Issue
Affect language: TK JP SC DE
some list names are not localized.
![Image](https://github.com/user-attachments/assets/2059ae4b-be14-45d5-8293-a3e73da5ae0d)
![Image](https://githu…
-
I tried to measure the execution time using the `clock()` function in ``. However, it throws the following error:
```
undefined reference to `times`
```
Thus, I cannot measure the execution time p…
-
**Describe the bug**
When I try to use a hole with expression-like syntax (`:[foo:e]`) in C code, I see the `;` semicolon character included in the expression. `;` isn't a valid expression token in C…
-
Running on Windows. I'm probably just being dumb here.
When starting via command 'roslyn-language-server' I receive this error:
panicked at D:\a\roslyn-language-server\roslyn-language-server\sr…
-
- CMake officially supports the following languages: ` Supported languages include C, CXX (i.e. C++), CUDA, OBJC (i.e. Objective-C), OBJCXX, Fortran, HIP, ISPC, and ASM`
- We only really test C/C++. …
-
We should have more tests directly use the C# language server since we have that capability now.
- [x] Completion
- [x] Completion resolve
- [x] Document highlight
- [ ] FindRefs
- [x] GoToDef
…
-
I notice that idlc generates `__alloc()` and `_free()` functions for constructed types but does not generate a function for deep copying.
Deep copy functions would make life easier when programming i…