Skip to content

ide-compile-commands: add every vala file in vala_info

Sometimes no compile command in the compile_commands.json file has a .vala file in the 'file' field. With this MR, if the 'command' field contains 'valac', all .vala files that are in the command field are added to vala_info.

this is related with issue #1089 (closed)

Merge request reports