Skip to content

Commit

Permalink
src/goLanguageServer: add missing import
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hyangah committed Mar 20, 2020
1 parent 2066d2c commit 3a8de3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goLanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
FormattingOptions,
HandleDiagnosticsSignature,
LanguageClient,
ProvideCompletionItemsSignature,
ProvideDocumentFormattingEditsSignature,
ProvideDocumentLinksSignature,
RevealOutputChannelOn
Expand Down

0 comments on commit 3a8de3f

Please sign in to comment.