-
Notifications
You must be signed in to change notification settings - Fork 3
path picker as field in dialog #114
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
Conversation
| content: | | ||
| args.path("${1:name}") { label = "${2:label}"; root = "${4:value}" } | ||
| documentation: | | ||
| An argument that represents a repository path with a path picker dialog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arguments is not represented by ... but allows to choose value by picker ; or sth like that / see other args
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make the whole doc more strict & concise please
No description provided.