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 eacfd15 commit 999b514Copy full SHA for 999b514
src/commands.ts
@@ -171,7 +171,7 @@ export class Commands {
171
if (opened.length > 1) {
172
const items: vscode.QuickPickItem[] = opened.map((folder): vscode.QuickPickItem => {
173
return {
174
- label: folder.folderUri.fsPath,
+ label: folder.folderUri.path,
175
}
176
})
177
const item = await vscode.window.showQuickPick(items, {
0 commit comments