talonhub/community

Factor out git commands from vscode.talon

Open

#736 opened on Jan 14, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (854 forks)github user discovery
help wanted

Repository metrics

Stars
 (852 stars)
PR merge metrics
 (PR metrics pending)

Description

Why? vscode.talon has a bunch of git commands which contributes to the pollution of the help menu.

Suggestion:

  • Remove the terminal tag constraint git.talon
  • Split core and secondary commands at the bottom of the file
  • Remove git commands from vscode.talon and instead enable the tag for core commands
  • Override action implementation when within vscode

Same procedure can be suggested for debugger commands.

Contributor guide