File tree Expand file tree Collapse file tree
packages/shell-operations/src/data Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2323templates:
2424 - name: Empty Project
You can’t perform that action at this time.
0 commit comments