-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
I am set to build VS Code Extension carring simple automated build. I would like to read current basic settings from this extensions, especially properties defined in c_cpp_properties.json like compilerPath, includePath or defines, so I do not need to redefine them in my extension and such user settings are always consistens between extensions.
Is there any simple way to accomplish the above, other than re-parsing c_cpp_properties.json file in my extension and maintaining copy of configurations.ts?
Please excuse posting here if this is not the best place for such question.