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

Implement showWorkspaceFolderPick #33

Merged
merged 5 commits into from Oct 17, 2021

Conversation

Makiyu-py
Copy link
Collaborator

resolves #31

pls ignore the first commit ty

Usage

res = vscode.window.show_workspace_folder_pick()

vscode.window.show_info_message(f"Nice you selected: {res['name']}")

Copy link
Owner

@CodeWithSwastik CodeWithSwastik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WorkPlaceFolderPickOptions should be WorkspaceFolderPickOptions

vscode/window.py Outdated Show resolved Hide resolved
@CodeWithSwastik CodeWithSwastik merged commit 94c58f0 into CodeWithSwastik:main Oct 17, 2021
@Makiyu-py Makiyu-py deleted the update-issue31 branch October 25, 2021 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to get working directory in quick pick?
2 participants