Not possible to add new file extension to make it work with LS. "documentFilters" does not work. #8925
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
status/in-progress
This issue has been taken by an engineer and is under active development.
Milestone
Description
Document Filters, declarative LS configuration ( #7554 ) does not work.
Reproduction Steps
Configure Clang LS as server and add "h" to documentFilters->pathRegexp, like:
It is expected that LS work for h files but it does not.
In fact "documentFilters" does not work at all (adding or removing it changes nothing).
The only way I could make it work is adding fake "h" language to Default Languages.
The text was updated successfully, but these errors were encountered: