Skip to content

Commit 1d2c965

Browse files
committed
fix(diffView): remove unnecessary check for autoCloseRooTabs in closeAllRooOpenedViews
1 parent aa87e05 commit 1d2c965

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/integrations/editor/DiffViewProvider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ export class DiffViewProvider {
308308

309309
private async closeAllRooOpenedViews() {
310310
const autoCloseTabs = vscode.workspace.getConfiguration("roo-cline").get<boolean>("autoCloseRooTabs", false)
311-
if (!autoCloseTabs) {
312-
return
313-
}
314311

315312
const tabs = vscode.window.tabGroups.all
316313
.flatMap((tg) => tg.tabs)

0 commit comments

Comments
 (0)