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
Codercord
Codercord5mo ago
Codercord
Codercord5mo ago
<#1373591103319572510>
Category
Other
Product
N/A
Platform
N/A
Logs
Please post any relevant logs/error messages.
What product are you using?
Scott
Scott5mo ago
a way for other people to live edit on the same directory
What do you mean by "live edit"? This isn't possible with Coder. But, to be certain, we'd need to know what you mean.
ÙwÚ
ÙwÚ5mo ago
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.
ÙwÚ
ÙwÚ5mo ago
coder likely can do the same, but you just don't see which one editing the code
Phorcys
Phorcys5mo ago
@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

Did you find this page helpful?