Skip to content

Commit 608219c

Browse files
committed
Completion, not complete
Forgot to change this at #161. Shameful
1 parent 29b9b3e commit 608219c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function onMessage(msg: m.Message) {
423423
let result:
424424
| CompletionItem[]
425425
| null = utils.runAnalysisAfterSanityCheck(filePath, [
426-
"complete",
426+
"completion",
427427
filePath,
428428
params.position.line,
429429
params.position.character,

0 commit comments

Comments
 (0)