Skip to content

Commit

Permalink
Support schemes in text document content (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Aug 12, 2024
1 parent 50e8d65 commit 2344e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _specifications/lsp/3.18/workspace/textDocumentContent.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ _Server Capability_:
*/
export type TextDocumentContentOptions = {
/**
* The scheme for which the server provides content.
* The schemes for which the server provides content.
*/
scheme: string;
schemes: string[];
};
```

Expand Down

0 comments on commit 2344e6a

Please sign in to comment.