xdebug / vscode-php-debug

PHP Debug Adapter for Visual Studio Code 🐞⛔
MIT License
779 stars 178 forks source link

feat: Add skipEntryPaths to immediately detach a debug session depending on entry path #911

Closed zobo closed 1 year ago

zobo commented 1 year ago

Add new configuration directive to configure if the debugger should immediately detach/disconnect from a session matching paths defined.

codecov[bot] commented 1 year ago

Codecov Report

Merging #911 (77c19b2) into main (317a53d) will increase coverage by 0.09%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #911      +/-   ##
==========================================
+ Coverage   67.00%   67.10%   +0.09%     
==========================================
  Files          14       14              
  Lines        1982     1988       +6     
  Branches      389      393       +4     
==========================================
+ Hits         1328     1334       +6     
  Misses        654      654              
Files Changed Coverage Δ
src/phpDebug.ts 62.82% <100.00%> (+0.31%) :arrow_up:
src/xdebugConnection.ts 81.86% <100.00%> (ø)
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.33.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: