Replies: 2 comments 1 reply
-
|
Hi @vdualb, thanks for the suggestion - it was a good one, and well-scoped. What it does: Bear now recognizes One limitation worth knowing about up front: vala-language-server reads only the format:
entries:
use_array_format: falseThis is a documented config knob rather than an automatic per-compiler switch - the reasoning (we keep every entry in the database the same shape) is written up in A related note for mixed C/Vala projects: Could you give it a try? Build from the |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thanks for working on it. I couldn't get myself to work on testing it. I looked into vls code and compared
This is wrong. When I tested vls with I patched vls to accept |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
vala-language-server currently requires
compile_commands.jsonto work. Please add support for valac compiler, so vls could work with autotools projects. That's an example of compile commands generated for vala-language-server itself by meson:Details
Beta Was this translation helpful? Give feedback.
All reactions