-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vscode] Support TextEditor#show()
and TextEditor#hide()
#11146
Labels
vscode
issues related to VSCode compatibility
Comments
48 tasks
I will have a look at this |
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 16, 2022
…a#11146 Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 17, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 17, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 17, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
1 task
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 18, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
May 19, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
Jun 7, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
to eclipsesource/theia
that referenced
this issue
Jun 14, 2022
…a#11146 * extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
jfaltermeier
added a commit
that referenced
this issue
Jun 14, 2022
* extends theia.d.ts accordingly * adapt editor-manager to handle split editor open-request with missing counter option by computing the counter * add show/hide to TextEditorsMain interface Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com> Contributed on behalf of STMicroelectronics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description:
Add support for showing and hiding text editors with
show(column?: ViewColumn)
andhide()
, see https://code.visualstudio.com/api/references/vscode-api#TerminalOptions.The text was updated successfully, but these errors were encountered: