999axel999 opened a new pull request, #1705:
URL: https://github.com/apache/daffodil-vscode/pull/1705
## Summary
Relax the editor title menu conditions for the infoset and infoset diff
actions so they are available throughout an active debug session, regardless of
the currently focused editor language.
## Tests
- `node -e "const p=require('./package.json'); const
items=p.contributes.menus['editor/title'].filter(x=>x.command==='infoset.display'||x.command==='infoset.diff');
if(items.some(x=>x.when!=='inDebugMode')) process.exit(1);"`
## Review Notes
DeepSeek review confidence: 0
- Manual verification only; change is limited to package.json menu
contributions.
Prepared with local automation assistance; final submission remains
human-approved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]