vscode-gradle
vscode-gradle copied to clipboard
Items in "Recent Tasks" window have "Pin tasks" action in context menu but they don't do anything
Extension Name: vscode-gradle Extension Version: v3.11.2022031600 OS Version: Macos latest VSCode version: Version: 1.65.0 Commit: b5205cc8eb4fbaa726835538cd82372cc0222d43
Describe the bug The context menu seems to be the same on the items in the recent tasks window as it is in the Gradle projects window, but the pin tasks action doesn't do anything.
To Reproduce
- Create a new project and run any tasks
- Select the pin task action from the context menu in recent tasks:
Expected behavior Options:
- don't show the action
- create a pinned task in the gradle project window
Screenshots

Could you find the pinned tasks in the Gradle Projects view, not this Recent Tasks view? since we remove the pinned tasks view, the pinned tasks will show in projects view.
IMO what we need to do here is to help you focus on the Gradle Projects view.