You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Keep focus on the previously active editor (unrelated to the renamed file)
348
351
assert.strictEqual(vscode.window.activeTextEditor?.document.uri.path.toLowerCase(),otherFileUri.path.toLowerCase(),'The other file should still be active');
349
-
// VS Code auto-remaps open tabs on rename. Desktop (file scheme) reliably closes the old tab;
350
-
// in web/virtual FS the tab may transiently linger without breaking correctness. Only enforce on desktop.
0 commit comments