Very Simple Server
Hi, I don't know if coder is suited for my use case.
But all I need is a way for other people to live edit on the same directory, but keeping their configs, such as vscode extensions or git configs. So they can pick their files and commit.
Is this doable with coder/code-server?
6 Replies
<#1373591103319572510>
Category
Other
Product
N/A
Platform
N/A
Logs
Please post any relevant logs/error messages.
What product are you using?
a way for other people to live edit on the same directoryWhat do you mean by "live edit"? This isn't possible with Coder. But, to be certain, we'd need to know what you mean.
i think this will fit more of your use case, just my 2cent:
https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare
Live Share - Visual Studio Marketplace
Extension for Visual Studio Code - Real-time collaborative development from the comfort of your favorite tools.
coder likely can do the same, but you just don't see which one editing the code
@Gennox either what has been recommended or set up proper versioning and branches, and each dev pulls the code from the remote source
generally speaking you don't want to be on the same environment