mesonbuild / vscode-meson

Meson for VisualStudio Code
Apache License 2.0
105 stars 50 forks source link

Environment not working for debug test framework #240

Closed cskeogh closed 3 months ago

cskeogh commented 3 months ago

Thank you for the great extension!

Steps:

  1. I am using vscode-meson v1.24.0 with a C/C++ project
  2. Select VSCode's "Testing" feature from the Activity Bar
  3. Select "Debug Test"

The environment is not passed to the debugger. The environment is passed OK for "Run Test".

image