Closed Rakksor closed 10 months ago
This shouldn't be configurable, it also removes the triggers from the manifest files which is wrong
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.
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.