Skip to content

Commit 86c1ee4

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
feat(snippets): comment snippet
1 parent ca7d4aa commit 86c1ee4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/snippets.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,11 @@ export const SNIPPETS: BashCompletionItem[] = [
639639
label: 'device',
640640
insertText: '/dev/${1|null,stdin,stdout,stderr|}',
641641
},
642+
{
643+
documentation: 'comment',
644+
label: 'comment definition',
645+
insertText: '# ${1:description}',
646+
},
642647
].map((item) => ({
643648
...item,
644649
documentation: {

0 commit comments

Comments
 (0)