File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import {
33 InlineCompletionItemWithReferences ,
44 LogInlineCompletionSessionResultsParams ,
55 InlineCompletionRegistrationOptions ,
6- ProtocolNotificationType ,
7- ProtocolRequestType ,
86 InlineCompletionParams ,
97 PartialResultParams ,
108} from './lsp'
119
10+ import { ProtocolNotificationType , ProtocolRequestType } from 'vscode-languageserver-protocol'
11+
1212export type InlineCompletionWithReferencesParams = InlineCompletionParams & PartialResultParams
1313
1414export const inlineCompletionWithReferencesRequestType = new ProtocolRequestType <
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ import {
22 InlineCompletionItem ,
33 InlineCompletionList ,
44 InlineCompletionParams ,
5- ProtocolRequestType ,
65 InlineCompletionRegistrationOptions ,
76} from './lsp'
87
8+ import { ProtocolRequestType } from 'vscode-languageserver-protocol'
9+
910/**
1011 * inlineCompletionRequestType defines the custom method that the language client
1112 * requests from the server to provide inline completion recommendations.
You can’t perform that action at this time.
0 commit comments