-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open multiple projects or one code-server per project #274
Comments
use the Open Folder Keystroke combination (Ctrl+ K+O), it should tell code-server to listen to that folder. Keep in mind code-server only uses one instance, there’s no multiple instances per folder, which would be highly unoptimized |
It does not work either. The same error: |
weird, it works on my machine though.... [And this is supposed to be solved by Docker, shame on you Docker marketing] |
@sr229 I'm trying to use the open folder keystroke, but I can't select subfolders. For example, I've mapped Any ideas? |
Was this on the folder selection? |
This might merit as a bug CC @coadler |
Well I copied |
We used to have a bug where opening a folder would try to open it as a file which sounds like it might be this? The open dialog has been completely redone in v2 so if there are any issues on it definitely ping me here or create a new issue. |
I kind of forgot about this. But after seeing your update I went ahead and tried the latest v2 and it works perfectly - able to open 1 project per tab. On a personal note, this comes at a good time because I recently changed jobs and was revisiting the idea of running all my development on a server instead of my laptop. |
So I tried this on v2. And while I don't have an issue opening a different folder anymore, the UI is kind of a total mess on Firefox. If I manually type in the path then it OK, it works just fine. But if I'm navigating through the hierarchy and clicking on folders, it doesn't update the path text, making click-based navigation pretty much impossible. |
Yeah Firefox has some really weird issues with the open dialog. #1063 |
Running code-server-1.32.0-275-darwin-x64.
I was wondering if you have to run one instance of code-server per project, or if you are supposed to be able switch between projects once code-server is up and running. If you can switch or have multiple projects open at once, that would be perfect. If I have to do one instance per project, then I need to work with multiple ports or multiple sub-domains, one per project.
When I try to open a folder in vscode (via code-server) I get
Unable to open '<directory>': File is a directory.
Adding a folder to the workspace seems to break things and just renders a blank screen.
The text was updated successfully, but these errors were encountered: