code-server
code-server copied to clipboard
Use file system access API to open local folders
hi there, I found a good feature from vscode.dev
it can be used to open folder from my local computer.
is there any plan to support it in code-server?
To make sure I'm hearing you right, you want to be able to access the local file system (i.e. if you run code-server in a remote VM, and then open on your laptop, you want to access the local laptop file system)?
That is a neat feature request! I wonder how difficult it would be to implement. @code-asher what do you think?
We'll add this to the Backlog Candidates and let other folks weigh in with a 👍
This would be cool.
I think vscode.dev does this? So maybe the code is already in place.
To make sure I'm hearing you right, you want to be able to access the local file system (i.e. if you run code-server in a remote VM, and then open on your laptop, you want to access the local laptop file system)?
That is a neat feature request! I wonder how difficult it would be to implement. @code-asher what do you think?
We'll add this to the Backlog Candidates and let other folks weigh in with a +1
thank you all guys. yes, that's what I mean, it can be used by multiple users or just for a short work scene. currently code-server can be used to open local files but doesn't work for folders
I think vscode.dev does this? So maybe the code is already in place.
currently it's vscode.dev feature only. but with some limitations, which has been mentioned by this issue: microsoft/vscode/issues/136486
+1 for this
+100 for this, really REALLY need this feature, currently trying a workaournd (iframe with attaching to the click event) waiting for update on it
Was surprised to see this didn't work when I moved to code-server. Would be a really useful feature.
Yeah, vscode.dev requires Web Extensions, that many existing extensions haven't supported yet, including ours, as they need to be implemented using browserify packages. If code-server supported the Filesystem API like vscode.dev does without requiring Web Extensions, it would be very cool.