This extension is now superseded by VSCode Catch2 Test Adapter
This extension allows you to run your Google tests using the Test Explorer for VS Code.
gtestExplorer.executable
: The relative path describing the location of your test executable (relative to the workspace folder)gtestExplorer.env
: Environment variables to be set when running the testsgtestExplorer.cwd
: The working directory where Google is run (relative to the workspace folder)