Skip to content

Commit ac846be

Browse files
authored
Merge pull request #1101 from escwxyz/patch-1
fix(snippets): case statement should end with `esac`
2 parents 993fe4b + f790b35 commit ac846be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export const SNIPPETS: BashCompletionItem[] = [
459459
'\t*)',
460460
'\t\t${4:command ...}',
461461
'\t\t;;',
462-
'end',
462+
'esac',
463463
].join('\n'),
464464
},
465465
{

0 commit comments

Comments
 (0)