-
Notifications
You must be signed in to change notification settings - Fork 40.3k
Tab model API #133532
Copy link
Copy link
Closed
Labels
apiapi-finalizationfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-tabsVS Code editor tab issuesVS Code editor tab issues
Milestone
Metadata
Metadata
Assignees
Labels
apiapi-finalizationfeature-requestRequest for new features or functionalityRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-tabsVS Code editor tab issuesVS Code editor tab issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are many cases where the user wants to be able to either get the state of opened editors / tabs or modify it. This has been conveyed in multiple issues such as #15178. This issue will serve to track the proposal and API development for an API which allows the reading and modification of the tabs.
The current proposal is:
vscode/src/vs/vscode.proposed.d.ts
Lines 2224 to 2317 in a0446e9