Skip to content
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

workbench.action.closeEditorsInGroup doesn't close it self (the current Widget) #6997

Closed
tomer-epstein opened this issue Jan 29, 2020 · 1 comment · Fixed by #7018
Closed
Labels
bug bugs found in the application vscode issues related to VSCode compatibility

Comments

@tomer-epstein
Copy link
Contributor

tomer-epstein commented Jan 29, 2020

Description
workbench.action.closeEditorsInGroup command doesn't close it self (the current Widget)

Reproduction Steps
Open couple of files in agroup
execute workbench.action.closeEditorsInGroup command.
Can also be tested with this vscode ext - https://github.com/tomer-epstein/vscode-close-editor.git

Diagnostics:
plugin-vscode-commands-contribution.ts
({ owner }) => CodeEditorWidget.is(owner) && owner !== editor

@amiramw
Copy link
Member

amiramw commented Jan 29, 2020

@tomer-epstein add your vscode that makes it easy to reproduce.

@akosyakov akosyakov added bug bugs found in the application vscode issues related to VSCode compatibility labels Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants