Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
  • Loading branch information
jonah-iden committed Jan 10, 2023
1 parent 7da7ff5 commit b473914
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin/src/theia.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5323,7 +5323,6 @@ export module '@theia/plugin' {
*/
password: boolean;


/**
* Selection range in the input value. Defined as tuple of two number where the
* first is the inclusive start index and the second the exclusive end index. When `undefined` the whole
Expand All @@ -5335,7 +5334,6 @@ export module '@theia/plugin' {
*/
valueSelection: readonly [number, number];


/**
* Selection range in the input value. Defined as tuple of two number where the
* first is the inclusive start index and the second the exclusive end index. When `undefined` the whole
Expand Down

0 comments on commit b473914

Please sign in to comment.