Closed
Description
Currently, the SourceControl
API doesn't appear to allow implementations to hide the commit input box. For Live Share, this would be valuable, since on the "guest" side, we'd like to provide read-only access of the host's local changes, but not allow any source control operations to be performed. The API already allows controlling which actions are exposed (which is perfect!), but to round out this experience, it would be great to hide the commit box as well.
If the SourceControlInputBox
interface had a property called visible
(or something equivalent), that allowed implementations to hide it, that would be great. Thanks!
// CC @jasongin