From 386a2b91049e4e33b040c056e78d3fb4e5ceb229 Mon Sep 17 00:00:00 2001 From: Benjamin Christopher Simmonds <44439583+benibenj@users.noreply.github.com> Date: Mon, 4 May 2026 16:48:51 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/vs/workbench/services/editor/common/editorService.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vs/workbench/services/editor/common/editorService.ts b/src/vs/workbench/services/editor/common/editorService.ts index d2ec1d32c93..ac9788f7d5c 100644 --- a/src/vs/workbench/services/editor/common/editorService.ts +++ b/src/vs/workbench/services/editor/common/editorService.ts @@ -139,8 +139,6 @@ export interface IVisibleEditorsChangeEvent { * Indicates whether the visibility change is the result of an explicit * user action (`true`) or happened automatically as a side effect * (e.g. the chat agent opening files it has edited). - * - * When omitted, callers should treat the change as explicit. */ readonly isExplicit: boolean; }