-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
Milestone
Description
Refs #162067
- Windows @devinvalenciano
- macOS @sandy081
- Linux @connor4312
- Windows @lszomoru
Complexity: 3
Authors: @meganrogge @Tyriar @mjbvz
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 toaddress already in use- example
Reactions are currently unavailable