Tool/software:
In CCS 20.0.1.4__1.6.1, keyword jump and search are not working properly when editing CLA files.
When hovering the mouse over CLA keywords, Clangd outputs the following error in real-time:
[object Object] I[14:43:49.672] <-- textDocument/codeAction(115) I[14:43:49.672] --> reply:textDocument/codeAction(115) 0 ms, error: invalid AST [Error - 14:43:49] Request textDocument/codeAction failed.
The ccs setting "files.associations": { "*.cla": "c" }
has already been added.
The content of a `.cla` file cannot be recognized by Clangd in the same way that program content in a `.c` file can.
How can this be resolved?
Thankyou.