Skip to content

Commit 73f5774

Browse files
committed
Fix compile issue
1 parent c9f2c3c commit 73f5774

File tree

1 file changed

+1
-1
lines changed
  • extensions/terminal-suggest/src/completions

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export const extTunnelSubcommand = {
549549
};
550550

551551

552-
export const codeTunnelSubcommands = [
552+
export const codeTunnelSubcommands: Fig.Subcommand[] = [
553553
{
554554
name: 'tunnel',
555555
description: 'Create a tunnel that\'s accessible on vscode.dev from anywhere. Run`code tunnel --help` for more usage info',

0 commit comments

Comments
 (0)