mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
DidOpenTextDocumentParams does not extend TextDocumentIdentifier
See 032c12a09c/server/src/protocol.ts (L411-L416).
The `uri` field is present in the `TextDocumentItem` in any case.
This commit is contained in:
parent
0266d9107b
commit
aa25218aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ _Notification_:
|
|||
* method: 'textDocument/didOpen'
|
||||
* params: `DidOpenTextDocumentParams` defined as follows:
|
||||
```typescript
|
||||
interface DidOpenTextDocumentParams extends TextDocumentIdentifier {
|
||||
interface DidOpenTextDocumentParams {
|
||||
/**
|
||||
* The document that was opened.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue