Added 'build/Debug' and 'build/Release' to g:ale_c_build_dir_names (#4322) (#5008)

This commit is contained in:
F-Kearney
2025-07-20 11:01:56 +01:00
committed by GitHub
parent 4b1bf3ee8f
commit 9abe393961
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ let g:__ale_c_project_filenames = ['.git/HEAD', 'configure', 'Makefile', 'CMakeL
let g:ale_c_build_dir_names = get(g:, 'ale_c_build_dir_names', [
\ 'build',
\ 'build/Debug',
\ 'build/Release',
\ 'bin',
\])

View File

@@ -26,7 +26,7 @@ g:ale_c_always_make
c_build_dir_names
g:ale_c_build_dir_names
Type: |List|
Default: `['build', 'bin']`
Default: `['build', 'build/Debug', 'build/Release', 'bin']`
A list of directory names to be used when searching upwards from C files
to discover compilation databases with. For directory named `'foo'`, ALE