Skip to content

Commit 40ad0d7

Browse files
committed
Update URL templates in defaultConfigYaml to include windowId parameter for better handling of editor instances
1 parent ff67564 commit 40ad0d7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

packages/shell-operations/src/data/defaultConfigYaml.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ editors:
88
- name: Cursor (via shell)
99
shellExecutable: cursor
1010
- name: VSCode
11-
urlTemplate: vscode://file/{path}
11+
urlTemplate: vscode://file/{path}/?windowId=_blank
1212
- name: Cursor
13-
urlTemplate: cursor://file/{path}
13+
urlTemplate: cursor://file/{path}/?windowId=_blank
1414
- name: VSCode + WSL
15-
urlTemplate: vscode://vscode-remote/wsl+Ubuntu/{path}
15+
urlTemplate: vscode://vscode-remote/wsl+Ubuntu/{path}/?windowId=_blank
1616
- name: Cursor + WSL
17-
urlTemplate: cursor://vscode-remote/wsl+Ubuntu/{path}
17+
urlTemplate: cursor://vscode-remote/wsl+Ubuntu/{path}/?windowId=_blank
1818
- name: VSCode + Remote SSH
19-
urlTemplate: vscode://vscode-remote/ssh-remote+{address}/{path}
19+
urlTemplate: vscode://vscode-remote/ssh-remote+{address}/{path}/?windowId=_blank
2020
- name: Cursor + Remote SSH
21-
urlTemplate: cursor://vscode-remote/ssh-remote+{address}/{path}
21+
urlTemplate: cursor://vscode-remote/ssh-remote+{address}/{path}/?windowId=_blank
2222
2323
templates:
2424
- name: Empty Project

0 commit comments

Comments
 (0)