Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🚫 Bug] InputBox.selectQuickPick is not working properly for a File/Folder picker #1779

Open
djelinek opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working new-issue New issue which was not discussed yet

Comments

@djelinek
Copy link
Collaborator

Describe the bug

Steps to reproduce

await new Workbench().executeCommand('File: Open Folder...');
// ----
const input = await InputBox.create();
await input.selectQuickPick('some_path');

Logs

-

Operating System

macOS

Visual Studio Code

1.97

vscode-extension-tester

8.12.0

NodeJS

20

npm

No response

@djelinek djelinek added bug Something isn't working new-issue New issue which was not discussed yet labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new-issue New issue which was not discussed yet
Projects
Status: New
Development

No branches or pull requests

1 participant