This is way out of scope also as multiple users working on one file (especially on a potentially live instance???) leads to infinite weird problems.
Microsoft actually managed to hot-reload the file when someone saves it and automatically merges it with that file in another editor.
You’re not meant to work on an existing deployed server tree that’s also managed outside of the editor tool chain using the editor tool chain.
I mean yea, nobody should ever work live on an deployed server unless it’s a development server for instant feedback.
However, we are working on some other ideas to simplify collaborative development and testing with multiple clients.
Great to know!