mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
adopt IWorkspace2, implement proper workspaceContains, #28526
This commit is contained in:
@@ -42,8 +42,8 @@ export class MainThreadWorkspace extends MainThreadWorkspaceShape {
|
||||
|
||||
// --- workspace ---
|
||||
|
||||
private _onDidChangeWorkspace(folders: URI[]): void {
|
||||
this._proxy.$acceptWorkspaceData(folders);
|
||||
private _onDidChangeWorkspace(): void {
|
||||
this._proxy.$acceptWorkspaceData(this._contextService.getWorkspace2());
|
||||
}
|
||||
|
||||
// --- search ---
|
||||
|
||||
Reference in New Issue
Block a user