Skip to content

Commit 029d601

Browse files
CopilotTyriar
andcommitted
Add chat subcommand to help section for complete integration
Co-authored-by: Tyriar <[email protected]>
1 parent cbf3264 commit 029d601

File tree

1 file changed

+4
-0
lines changed
  • extensions/terminal-suggest/src/completions

1 file changed

+4
-0
lines changed

extensions/terminal-suggest/src/completions/code.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,10 @@ export const codeTunnelSubcommands = [
986986
}
987987
],
988988
},
989+
{
990+
name: 'chat',
991+
description: 'Pass in a prompt to run in a chat session in the current working directory.',
992+
},
989993
extTunnelSubcommand,
990994
{
991995
name: 'status',

0 commit comments

Comments
 (0)