Skip to content

Commit 756f5bd

Browse files
committed
Merge branch 'topic/fix-snap' into 'master'
Expanded the case snippet in ada-snippets.json See merge request eng/ide/ada_language_server!1446
2 parents 43809a5 + 1e0c5b7 commit 756f5bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

integration/vscode/ada/ada-snippets.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"scope": "ada",
3939
"body": [
4040
"case ${1:Variable} is",
41-
"\t$0",
41+
"\twhen ${3:Condition} =>",
42+
"\t\t$0",
43+
"\twhen others =>",
44+
"\t\t$2",
4245
"end case;"
4346
],
4447
"description": "Case Statement"

0 commit comments

Comments
 (0)