mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
scoped menus
This commit is contained in:
@@ -55,7 +55,7 @@ async function init(disposables: Disposable[]): Promise<void> {
|
||||
const model = new Model(repositoryRoot, repository);
|
||||
const provider = new GitSCMProvider(model);
|
||||
|
||||
provider.onDidChange(g => console.log(g));
|
||||
provider.onDidChange(g => log(g));
|
||||
|
||||
const outputChannel = window.createOutputChannel('git');
|
||||
outputChannel.appendLine(`Using git ${info.version} from ${info.path}`);
|
||||
|
||||
Reference in New Issue
Block a user