We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17934f1 commit 632940bCopy full SHA for 632940b
1 file changed
src/core/quickPick/pickWorktree.ts
@@ -241,6 +241,7 @@ const mapWorkspacePickItems = (list: IRecentItem[], disPlayType: DefaultDisplayL
241
kind: vscode.QuickPickItemKind.Default,
242
label: item.label,
243
description: uri.fsPath,
244
+ resourceUri: vscode.Uri.file(item.path),
245
iconPath: getRecentItemIcon(item.type),
246
uriPath: uri.toString(),
247
fsPath: uri.fsPath,
0 commit comments