dense-analysis / dense-analysis/ale
can not find compile_commands.json under build/Debug and build/Release
Open
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
Assessment
This issue has not been assessed yet.