Skip to content

Commit

Permalink
issue 10025
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-bo committed Sep 8, 2021
1 parent ed82493 commit ceaeee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/theia.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@ declare module '@theia/plugin' {
*
* @sample `let sel:DocumentSelector = { scheme: 'file', language: 'typescript' }`;
*/
export type DocumentSelector = DocumentFilter | string | Array<DocumentFilter | string>;
export type DocumentSelector = DocumentFilter | string | ReadonlyArray<DocumentFilter | string>;

/**
* A tuple of two characters, like a pair of
Expand Down

0 comments on commit ceaeee0

Please sign in to comment.