Skip to content

Commit 2344e6a

Browse files
authored
Support schemes in text document content (#2000)
1 parent 50e8d65 commit 2344e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_specifications/lsp/3.18/workspace/textDocumentContent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ _Server Capability_:
3636
*/
3737
export type TextDocumentContentOptions = {
3838
/**
39-
* The scheme for which the server provides content.
39+
* The schemes for which the server provides content.
4040
*/
41-
scheme: string;
41+
schemes: string[];
4242
};
4343
```
4444

0 commit comments

Comments
 (0)