mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-10 19:03:17 +02:00
#207 - fix quick picks
This commit is contained in:
@@ -45,7 +45,8 @@ export class Questions {
|
||||
let selectedFolder: string | undefined;
|
||||
if (folders.length > 1) {
|
||||
selectedFolder = await window.showQuickPick(folders.map(f => f.title), {
|
||||
placeHolder: `Select where you want to create your content`
|
||||
placeHolder: `Select where you want to create your content`,
|
||||
ignoreFocusOut: true
|
||||
});
|
||||
} else {
|
||||
selectedFolder = folders[0].title;
|
||||
|
||||
Reference in New Issue
Block a user