mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fixes #371: Section about initialize's response is not formatted correctly
This commit is contained in:
parent
9b7ebe6176
commit
b83effa317
1 changed files with 3 additions and 0 deletions
|
|
@ -1093,6 +1093,7 @@ interface ClientCapabilities {
|
|||
|
||||
_Response_:
|
||||
* result: `InitializeResult` defined as follows:
|
||||
|
||||
```typescript
|
||||
interface InitializeResult {
|
||||
/**
|
||||
|
|
@ -1102,6 +1103,7 @@ interface InitializeResult {
|
|||
}
|
||||
```
|
||||
* error.code:
|
||||
|
||||
```typescript
|
||||
/**
|
||||
* Known error codes for an `InitializeError`;
|
||||
|
|
@ -1117,6 +1119,7 @@ export namespace InitializeError {
|
|||
```
|
||||
|
||||
* error.data:
|
||||
|
||||
```typescript
|
||||
interface InitializeError {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue