Closed
Description
openedon Sep 25, 2023
Refs: #79034
- anyOS @hbons
- anyOS @Yoyokrazy
Complexity: 3
To test:
- Create a test extension
- Verify docs on
terminal/context
andterminal/title/context
looks good: https://github.com/microsoft/vscode-docs/blob/vnext/api/references/contribution-points.md#contributesmenus - Add new menu entries for
terminal/context
andterminal/title/context
, hook them up to commands in the extension - Verify intellisense works in package.json for the menu entries
- Verify the commands are called with the first argument being the focused terminal
- Verify the commands are called with the second argument being an array of all selected terminals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment