We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897c280 commit 9aa5c00Copy full SHA for 9aa5c00
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs
@@ -184,7 +184,7 @@ libExecTestBenchCommons =
184
("install-includes:", filePathCompleter),
185
("include-dirs:", directoryCompleter),
186
("autogen-includes:", filePathCompleter),
187
- ("autogen-modules:", filePathCompleter),
+ ("autogen-modules:", modulesCompleter sourceDirsExtractionLibrary),
188
("c-sources:", filePathCompleter),
189
("cxx-sources:", filePathCompleter),
190
("asm-sources:", filePathCompleter),
0 commit comments