-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
diff-editorDiff editor issuesDiff editor issueseditor-apiIssues about the API of vscode in the area of editorsIssues about the API of vscode in the area of editorsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- Create a new extension that uses the tabs proposed api
- Open couple of files, and couple of diff editors
- Create a command that executes
await window.tabs[0].close();
Expected: Invoking the command would close each tab one by one
Actual: Tabs contains files get closed, but diff editors do not
Metadata
Metadata
Assignees
Labels
diff-editorDiff editor issuesDiff editor issueseditor-apiIssues about the API of vscode in the area of editorsIssues about the API of vscode in the area of editorsinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders