Open
Description
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?
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?
Activity
jsjoeio commentedon Jan 10, 2022
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 👍
code-asher commentedon Jan 10, 2022
code-asher commentedon Jan 10, 2022
I think vscode.dev does this? So maybe the code is already in place.
renothing commentedon Jan 11, 2022
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
renothing commentedon Jan 18, 2022
currently it's vscode.dev feature only. but with some limitations, which has been mentioned by this issue: microsoft/vscode/issues/136486
realsama commentedon Jun 24, 2022
+1 for this
yairyairyair commentedon Oct 5, 2022
+100 for this, really REALLY need this feature, currently trying a workaournd (iframe with attaching to the click event)
waiting for update on it
mdfederici commentedon Nov 18, 2022
Was surprised to see this didn't work when I moved to code-server. Would be a really useful feature.
david9991 commentedon Jul 21, 2023
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.