We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329754d commit f19249cCopy full SHA for f19249c
server/src/snippets.ts
@@ -645,7 +645,7 @@ export const SNIPPETS: BashCompletionItem[] = [
645
insertText: [
646
'_$1_completions()',
647
'{',
648
- '\treadarray -t COMPREPLY < <(compgen -W "-h --help -v --version" "${COMP_WORDS[1]}")',
+ '\treadarray -t COMPREPLY < <(compgen -W "-h --help -v --version" "\${COMP_WORDS[1]}")',
649
'}',
650
'',
651
'complete -F _$1_completions ${1:command}',
0 commit comments