-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Is there an option to open a folder as a new tab? #7375
-
Is there an option to open a folder as a new tab. Similar to how vscode has "Open New Workbench Here", which will open a new window with the folder. Wondering if there's a way to do this with code-server. Currently, what I do is I open a new tab, enter the url my code-server is at, then copy the path of the folder I want to open and replace it in the url bar.
imageBeta Was this translation helpful? Give feedback.
All reactions
Wait no it does work, I had some conflicting browser settings. After configuring that setting I went to File > Open Folder
.
Replies: 1 comment 2 replies
-
(削除) I thought maybe (削除ここまで) setting window.openFoldersInNewWindow
to on
would do it, (削除) but it still opens in the same tab. (削除ここまで)
(削除) It sounds like a bug in VS Code, but maybe it is intentional behavior. (削除ここまで)
Beta Was this translation helpful? Give feedback.
All reactions
-
Wait no it does work, I had some conflicting browser settings. After configuring that setting I went to File > Open Folder
.
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 1
-
awesome it works! I also just realized that the reason my local vscode context window (right click) has the "open new workbench here" button but code-server didn't was because of an extension (not from native vscode).
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1