mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
smoketest: more debug
This commit is contained in:
@@ -1717,6 +1717,8 @@ export class CommandCenter {
|
||||
private getSCMResource(uri?: Uri): Resource | undefined {
|
||||
uri = uri ? uri : window.activeTextEditor && window.activeTextEditor.document.uri;
|
||||
|
||||
this.outputChannel.appendLine(`git.getSCMResource.uri ${uri && uri.toString()}`);
|
||||
|
||||
if (!uri) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user