mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
scm: hide input box model from extension host
This commit is contained in:
@@ -43,7 +43,7 @@ async function init(disposables: Disposable[]): Promise<void> {
|
||||
git.onOutput(str => outputChannel.append(str), null, disposables);
|
||||
|
||||
const commitHandler = new CommitController(model);
|
||||
const commandCenter = new CommandCenter(model, commitHandler, outputChannel);
|
||||
const commandCenter = new CommandCenter(model, outputChannel);
|
||||
const provider = new GitSCMProvider(model, commandCenter);
|
||||
const contentProvider = new GitContentProvider(git, rootPath, onGitChange);
|
||||
const checkoutStatusBar = new CheckoutStatusBar(model);
|
||||
|
||||
Reference in New Issue
Block a user