diff --git a/src/vs/workbench/contrib/positronPreview/browser/positronPreviewServiceImpl.ts b/src/vs/workbench/contrib/positronPreview/browser/positronPreviewServiceImpl.ts index 008f7abdf8b..a9e488440ae 100644 --- a/src/vs/workbench/contrib/positronPreview/browser/positronPreviewServiceImpl.ts +++ b/src/vs/workbench/contrib/positronPreview/browser/positronPreviewServiceImpl.ts @@ -511,7 +511,7 @@ export class PositronPreviewService extends Disposable implements IPositronPrevi public async openEditor(uri: URI, title?: string): Promise { // Create and store webview overlay for editor - // We use the URI to try to attempt to open the same editor, if possible + // We use the URI to attempt to bring focus to an editor if it already exists const previewId = `editorPreview.${uri.toString()}`; this._editors.set(previewId, { uri: uri,