Skip to content

Commit 9284de3

Browse files
committed
changed comment
1 parent 9445bfe commit 9284de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/completion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class CompletionItemProvider {
3838
label: symbol,
3939
kind: CompletionItemKind.Keyword,
4040
data: 2,
41-
//we could check for snippets too
41+
//we could add snippets too
4242
})),
4343
];
4444
}

0 commit comments

Comments
 (0)