DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

avoid gtest-adapter to change the workspace settings.json #53

Open shelper opened 4 years ago

shelper commented 4 years ago

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?