debt - untangle workspace <=> workspaces (part 1, #141154)

This commit is contained in:
Benjamin Pasero
2022-02-07 17:30:09 +01:00
parent ab85d1f61b
commit bf1c9e9391
65 changed files with 209 additions and 209 deletions

View File

@@ -9,8 +9,8 @@ import * as fs from 'fs';
import { IExtHostCommands } from 'vs/workbench/api/common/extHostCommands';
import { IWindowOpenable, IOpenWindowOptions } from 'vs/platform/windows/common/windows';
import { URI } from 'vs/base/common/uri';
import { hasWorkspaceFileExtension } from 'vs/platform/workspaces/common/workspaces';
import { ILogService } from 'vs/platform/log/common/log';
import { hasWorkspaceFileExtension } from 'vs/platform/workspace/common/workspace';
export interface OpenCommandPipeArgs {
type: 'open';