vscode-php-debug icon indicating copy to clipboard operation
vscode-php-debug copied to clipboard

feat: support env in path mapping

Open Tolsee opened this issue 3 months ago • 1 comments

Just like vscode's env substitution, support ${env:ENV_VAR} in pathMappings

Tolsee avatar Nov 13 '25 04:11 Tolsee

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 65.44%. Comparing base (23d1ef3) to head (9f53670).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1068      +/-   ##
==========================================
+ Coverage   65.37%   65.44%   +0.06%     
==========================================
  Files          17       18       +1     
  Lines        2279     2283       +4     
  Branches      538      539       +1     
==========================================
+ Hits         1490     1494       +4     
  Misses        789      789              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 13 '25 07:11 codecov[bot]