From f790b35450ee40453af32c83d6d9e754744f77f7 Mon Sep 17 00:00:00 2001 From: J <124119483+escwxyz@users.noreply.github.com> Date: Tue, 6 Feb 2024 17:01:49 +0800 Subject: [PATCH] fix(snippets): case statement should end with `esac` Changed `end` to `esac` --- server/src/snippets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/snippets.ts b/server/src/snippets.ts index 2730fc1f..3996c099 100644 --- a/server/src/snippets.ts +++ b/server/src/snippets.ts @@ -459,7 +459,7 @@ export const SNIPPETS: BashCompletionItem[] = [ '\t*)', '\t\t${4:command ...}', '\t\t;;', - 'end', + 'esac', ].join('\n'), }, {