Skip to content

Commit

Permalink
sort commands
Browse files Browse the repository at this point in the history
  • Loading branch information
TerminalFi committed Aug 27, 2024
1 parent c30f79d commit da02e51
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,36 @@
"CopilotAcceptPanelCompletionCommand",
"CopilotAcceptPanelCompletionShimCommand",
"CopilotAskCompletionsCommand",
"CopilotCheckStatusCommand",
"CopilotCheckFileStatusCommand",
"CopilotCheckStatusCommand",
"CopilotClosePanelCompletionCommand",
"CopilotConversationAgentsCommand",
"CopilotConversationChatCommand",
"CopilotConversationChatShimCommand",
"CopilotConversationCloseCommand",
"CopilotConversationCopyCodeCommand",
"CopilotConversationDebugCommand",
"CopilotConversationDestroyCommand",
"CopilotConversationDestroyShimCommand",
"CopilotConversationInsertCodeCommand",
"CopilotConversationInsertCodeShimCommand",
"CopilotConversationRatingCommand",
"CopilotConversationRatingShimCommand",
"CopilotConversationTemplatesCommand",
"CopilotConversationToggleReferencesBlockCommand",
"CopilotConversationTurnDeleteCommand",
"CopilotConversationTurnDeleteShimCommand",
"CopilotGetPanelCompletionsCommand",
"CopilotGetVersionCommand",
"CopilotGetPromptCommand",
"CopilotGetVersionCommand",
"CopilotNextCompletionCommand",
"CopilotPreviousCompletionCommand",
"CopilotRejectCompletionCommand",
"CopilotSendAnyRequestCommand",
"CopilotSignInCommand",
"CopilotSignInWithGithubTokenCommand",
"CopilotSignOutCommand",
"CopilotConversationToggleReferencesBlockCommand",
"CopilotToggleConversationChatCommand",
"CopilotConversationChatShimCommand",
"CopilotConversationChatCommand",
"CopilotConversationCloseCommand",
"CopilotConversationDestroyShimCommand",
"CopilotConversationDestroyCommand",
"CopilotConversationAgentsCommand",
"CopilotConversationTemplatesCommand",
"CopilotConversationTurnDeleteCommand",
"CopilotConversationTurnDeleteShimCommand",
"CopilotConversationRatingShimCommand",
"CopilotConversationRatingCommand",
"CopilotConversationCopyCodeCommand",
"CopilotConversationInsertCodeShimCommand",
"CopilotConversationInsertCodeCommand",
"CopilotSendAnyRequestCommand",
# ST: helper commands
"CopilotPrepareAndEditSettingsCommand",
# ST: event listeners
Expand Down

0 comments on commit da02e51

Please sign in to comment.