Locked editor groups don't redirect file opens to unlocked group

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When opening new Files they appear in locked groups.

Steps to Reproduce

Click on right or locked Tabgroup, open File in Explorer

Expected Behavior

Before the latest update, it worked fine, and new files only opened in tab groups that are not locked.

Operating System

Windows 10/11

Version Information

Version: 2.6.19 (user setup)
VSCode Version: 1.105.1
Commit: 224838f96445be37e3db643a163a817c15b36060
Date: 2026-03-12T04:07:27.435Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This looks like a regression from a recent update where the file explorer stopped checking whether an editor group is locked before opening a file in it.

The team is aware of similar editor group targeting issues, and I’ve flagged this specific locked-group regression for them.

As a workaround for now, click into the unlocked editor group first, then open the file from the explorer. It should use the active group if it’s unlocked.

Let me know if anything changes or if you notice any related issues.

I have the same issue. Would appreciate a quick fix since it’s extreemly disruptive

+1, it’s very annoying.

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When an editor group is locked via “Lock Editor Group”, new files opened from the Explorer or Quick Open (Cmd + P) still appear in the locked group instead of being redirected to an unlocked group. This defeats the purpose of locking a group entirely.
This appears to be the same regression reported in Locked editor groups don’t redirect file opens to unlocked group, and the issue persists in version 2.6.21.

Steps to Reproduce

Open Cursor with a project
Split the editor into two groups (e.g., left and right)
Right-click the tab bar of one group and select “Lock Group”
Click on the locked group to make it active
Open any file from the Explorer sidebar or via Cmd + P

Expected Behavior

New files should open in an unlocked editor group, regardless of which group is currently active. The locked group should remain untouched with only its original tabs.

Actual Behavior
New files open directly in the locked group, ignoring the lock state. The locked group behaves identically to an unlocked group when opening new files.

Operating System

MacOS

Version Information

Version: 2.6.21 (Universal)
VSCode Version: 1.105.1
Commit: fea2f546c979a0a4ad1deab23552a43568807590
Date: 2026-03-21T22:09:10.098Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Additional Information

Additional Context
Relevant settings.json entries:
json{
“workbench.editor.enablePreview”: false,
“workbench.editor.revealIfOpen”: true,
“workbench.editor.openSideBySideDirection”: “right”
}
The issue persists regardless of these settings.

Does this stop you from using Cursor

No - Cursor works, but with this issue

+1 this completely breaks my workflow as I run the Claude Code VS Code plugin in a locked editor group on the right, so my focus is usually in that editor group when prompting, but I never want code files to open in that editor group. I will probably have to switch to VS Code until this is fixed.

It has been 2 weeks and this issue has not been fixed
It seems they do not care about this issue, and it is really frustrating

The problem is fixed with the latest update.
Tested it with:

Version: 3.0.13 (user setup)
VSCode Version: 1.105.1
Commit: 48a15759f53cd5fc9b5c20936ad7d79847d914b0
Date: 2026-04-07T03:05:17.114Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045