We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341bcf7 commit 0023b44Copy full SHA for 0023b44
src/uriHandler.ts
@@ -176,6 +176,7 @@ export class UriHandler implements vscode.UriHandler {
176
return;
177
}
178
if (workspaces && workspaces.length) {
179
+ Logger.appendLine(`Found workspaces for ${remoteUri.toString()}: ${workspaces.map(w => w.toString()).join(', ')}`, UriHandler.ID);
180
progress.report({ message: vscode.l10n.t('Opening workspace') });
181
await this._savePendingCheckoutAndOpenFolder(params, workspaces[0]);
182
} else {
0 commit comments