panekj / lapce-cpp-clangd

C/C++ LSP plugin based on clangd for Lapce
Apache License 2.0
18 stars 4 forks source link

add option to configure file extensions #13

Closed Rakksor closed 10 months ago

Rakksor commented 10 months ago

Adds options to configure which file extensions are used for C and C++ (can be changed in the settings menu). This should solve issue #12.

panekj commented 10 months ago

This shouldn't be configurable, it also removes the triggers from the manifest files which is wrong

Rakksor commented 9 months ago

Is there a specific reason this should not be configurable? Issue #12 seems to suggest that it could be helpful. As for the triggers: the language based ones are still there so it still works. But it might make sense to add compile_commands.json to workspace_contains as clangd uses this.