mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
commit
15fd9f92ac
1 changed files with 1 additions and 1 deletions
|
|
@ -2401,7 +2401,7 @@ _Request_:
|
|||
export interface CompletionParams extends TextDocumentPositionParams {
|
||||
|
||||
/**
|
||||
* The completion context. This is only available it the client specifies
|
||||
* The completion context. This is only available if the client specifies
|
||||
* to send this using `ClientCapabilities.textDocument.completion.contextSupport === true`
|
||||
*/
|
||||
context?: CompletionContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue