mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Add active editor to editor tabs and use in variable resolver (#123450)
This commit is contained in:
@@ -622,7 +622,8 @@ export interface MainThreadEditorTabsShape extends IDisposable {
|
||||
export interface IEditorTabDto {
|
||||
group: number;
|
||||
name: string;
|
||||
resource: UriComponents
|
||||
resource: UriComponents;
|
||||
isActive: boolean;
|
||||
}
|
||||
|
||||
export interface IExtHostEditorTabsShape {
|
||||
|
||||
Reference in New Issue
Block a user