mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
grammar: interruptor
This commit is contained in:
parent
b5afb3a2a2
commit
92cd891e35
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ interface X {
|
|||
let x: X;
|
||||
```
|
||||
|
||||
Running **Go to Definition** on `X` in `let x: X` will show a dialog that lets the user select between the two definitions of the `interface X`. The emitted JSON in this case looks like this:
|
||||
Running **Go to Definition** on `X` in `let x: X` will show a dialog that lets the user select between the two definitions of the `interface X`. The emitted JSON, in this case, looks like this:
|
||||
|
||||
```typescript
|
||||
{ id : 38, type: "vertex", label: "definitionResult" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue