mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
smoketest: more logging
This commit is contained in:
@@ -619,6 +619,8 @@ export class CommandCenter {
|
||||
if (resourceStates.length === 0 || (resourceStates[0] && !(resourceStates[0].resourceUri instanceof Uri))) {
|
||||
const resource = this.getSCMResource();
|
||||
|
||||
this.outputChannel.appendLine(`git.stage.getSCMResource ${resource ? resource.resourceUri.toString() : null}`);
|
||||
|
||||
if (!resource) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user