some more tab todos

This commit is contained in:
Johannes 2022-03-15 12:58:33 +01:00
parent 724657e4e3
commit 3470f05276
No known key found for this signature in database
GPG key ID: 6DEF802A22264FCA

View file

@ -25,6 +25,7 @@ declare module 'vscode' {
/**
* The column which the tab belongs to
*/
// TODO@API point to TabGroup instead?
readonly viewColumn: ViewColumn;
/**
@ -85,7 +86,8 @@ declare module 'vscode' {
* Closes the tab. This makes the tab object invalid and the tab
* should no longer be used for further actions.
*/
// TODO@API move into TabGroups
// TODO@API move into TabGroups, support one or many tabs or tab groups
// TODO@API add `preserveFocus`
close(): Thenable<void>;
}