Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/services/environment/common/environmentService.ts')
-rw-r--r--src/vs/workbench/services/environment/common/environmentService.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vs/workbench/services/environment/common/environmentService.ts b/src/vs/workbench/services/environment/common/environmentService.ts
index d9e2e3ba65e..de37a985f17 100644
--- a/src/vs/workbench/services/environment/common/environmentService.ts
+++ b/src/vs/workbench/services/environment/common/environmentService.ts
@@ -44,6 +44,7 @@ export interface IWorkbenchEnvironmentService extends IEnvironmentService {
// --- Editors to open
readonly filesToOpenOrCreate?: IPath[] | undefined;
readonly filesToDiff?: IPath[] | undefined;
+ readonly filesToMerge?: IPath[] | undefined;
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// NOTE: KEEP THIS INTERFACE AS SMALL AS POSSIBLE. AS SUCH: