Skip to content

Commit

Permalink
Fix a missing change in the LS protocol spec (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion authored Jun 21, 2021
1 parent 241a1e7 commit 57f1913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language-server/protocol-language-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ be correlated between the textual and data connections.

```typescript
{
contentRoots: [UUID];
contentRoots: [ContentRoot];
}
```

Expand Down

0 comments on commit 57f1913

Please sign in to comment.