Skip to content

Test: terminal quick fix widget #166761

@meganrogge

Description

@meganrogge

Refs #162067

Complexity: 3

Authors: @meganrogge @Tyriar @mjbvz

Create Issue


We now have an ActionWidgetService used by both the code actions in the editor and the quick fixes in the terminal. Make sure that the widget works as expected in the terminal and feels consistent with the experience in an editor.

The quick fixes we support currently include:

  • git similar : git sttatus
  • git push : checkout a branch that has no upstream and git push
  • git create PR : git push --set-upstream origin <branch-name>
  • git two dashes: git add . -all
  • free port : launch a server or task that uses a specific <port> then launch that again so you see an error related to address already in use - example

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions