vscode-gradle icon indicating copy to clipboard operation
vscode-gradle copied to clipboard

Items in "Recent Tasks" window have "Pin tasks" action in context menu but they don't do anything

Open donat opened this issue 3 years ago • 2 comments

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 image

donat avatar Mar 17 '22 08:03 donat

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.

CsCherrYY avatar Mar 29 '22 02:03 CsCherrYY