dense-analysis / dense-analysis/ale

can not find compile_commands.json under build/Debug and build/Release

Open
#4,322 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

g:ale_c_build_dir_names is default to ['build','bin'] which can only find compile_commands.json under build/, however many build cmake c/c++ projects under build/Release or build/Debug, and the compile_commands.json was put under there by default, can ale default to also search the Debug and Release sud directory? I tried set `let g:ale_c_build_dir_names=["build","bin","build/Release","build/Debug"]` and that did not help.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.