DavidSchuldenfrei/gtest-adapter

avoid gtest-adapter to change the workspace settings.json

Opened this issue · 0 comments

right now, everytime i change the
"gtest-adapter.debugConfig": "debug_example_config",

then it is added to the workspace's settings.json file
which may not be desirable 'cus different people will use different debugconfig, and settings.json is often version controlled.

is there away to avoid saving the debug config to the settings.json?