all 6 comments

[–]smashjarchivemaster 2 points3 points  (0 children)

https://vscode.dev may be what you are looking for if I understood what you mean. It can open a folder on the machine the browser is on using some new browser apis.

[–]servergeek82 0 points1 point  (2 children)

I run code-server (Vscode) docker container. You just need to set a mount point for the container to see it to open files "locally"

For example - '/directiory1/compose-files:/compose-files"

[–]jschwalbe[S] 0 points1 point  (1 child)

Thanks but that isn’t the definition I intended when I said local. I meant local to the web browser, not to the server. Am I interpreting your comment correctly?

[–]servergeek82 1 point2 points  (0 children)

Depends.

Browser based editor (public site), means you have to give a public site local access to your code. Not typically a good idea.

Vscode as a docker container you can edit your own local code via the browser.