Skip to content

Commit 3a8de3f

Browse files
committed
src/goLanguageServer: add missing import
import of ProvideCompletionItenSignature was removed by https://go-review.googlesource.com/c/vscode-go/+/222417 which is not yet merged in upstream. It is needed by the upstream commit microsoft/vscode-go@d53b1b3.
1 parent 2066d2c commit 3a8de3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goLanguageServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
FormattingOptions,
1717
HandleDiagnosticsSignature,
1818
LanguageClient,
19+
ProvideCompletionItemsSignature,
1920
ProvideDocumentFormattingEditsSignature,
2021
ProvideDocumentLinksSignature,
2122
RevealOutputChannelOn

0 commit comments

Comments
 (0)