diff --git a/src/commands.ts b/src/commands.ts index 8ad6d901..def1810c 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -171,7 +171,7 @@ export class Commands { if (opened.length > 1) { const items: vscode.QuickPickItem[] = opened.map((folder): vscode.QuickPickItem => { return { - label: folder.folderUri.fsPath, + label: folder.folderUri.path, } }) const item = await vscode.window.showQuickPick(items, {