mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge pull request #575 from Turbo87/patch-1
overview: Fix example response id
This commit is contained in:
commit
0621edab0f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ This is the response:
|
|||
```json
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": "1",
|
||||
"id": 1,
|
||||
"result": {
|
||||
"uri": "file:///p%3A/mseng/VSCode/Playgrounds/cpp/provide.cpp",
|
||||
"range": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue