SCM: Allow SourceControl implementations to hide the SourceControlInputBox #51808
Labels
feature-request
Request for new features or functionality
on-testplan
scm
General SCM compound issues
Milestone
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 calledvisible
(or something equivalent), that allowed implementations to hide it, that would be great. Thanks!// CC @jasongin
The text was updated successfully, but these errors were encountered: