Skip to content

SCM: Allow SourceControl implementations to hide the SourceControlInputBox #51808

Closed
@lostintangent

Description

@lostintangent

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

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityon-testplanscmGeneral SCM compound issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions