cschleiden / vscode-github-actions

Simple, unofficial extension to view GitHub Actions workflows and runs in VS Code
https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions
MIT License
301 stars 35 forks source link

limit contribution within views registered by this extension #215

Open Eskibear opened 1 year ago

Eskibear commented 1 year ago

It's contributing items into views of other extensions.

E.g. the item's context value is "BootApp_running", which matches below when clause.

image

https://github.com/cschleiden/vscode-github-actions/blob/233b9b55ebd8f22f3764a81bbbd05941d379be64/package.json#L311-L313

Suggestion

Add view == viewId into the when clauses, otherwise it's likely to register menu items/inline buttons into views of other extensions.