DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

args from launch.json are ignored #40

Open Paultergeist opened 5 years ago

Paultergeist commented 5 years ago

VSCode: 1.35.1 GoogleTestAdapter: 1.8.3 macOS: 10.14.5

My launch.json has arguments for test executable, which are parsed in main(). When tests are run by GoogleTestAdapter extension argv contains only arguments passed by extension, but those specified in args of launch.json are missing.