diff --git a/packages/plugin/src/theia.d.ts b/packages/plugin/src/theia.d.ts index 146236e27d62f..dde5f9b8498d6 100644 --- a/packages/plugin/src/theia.d.ts +++ b/packages/plugin/src/theia.d.ts @@ -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 @@ -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