I have a set of users using my plugin with the new config API, and many of them keep getting confused because they'll mistype a header name, and the vs code will offer to add header paths. However this adds to a new c_cpp_properties.json, and then because the API is used any new locations wouldn't work anyway. I feel like using compile commands would have the same issue.
I have a set of users using my plugin with the new config API, and many of them keep getting confused because they'll mistype a header name, and the vs code will offer to add header paths. However this adds to a new c_cpp_properties.json, and then because the API is used any new locations wouldn't work anyway. I feel like using compile commands would have the same issue.