-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available.
Some examples already use dialogs, for example:
extension-examples/context-menu/src/index.ts
Lines 25 to 29 in 36a6595
showDialog({ | |
title: file.name, | |
body: 'Path: ' + file.path, | |
buttons: [Dialog.okButton()] | |
}).catch(e => console.log(e)); |
But it could be useful to have a dedicated example so it's easier to find and reference elsewhere.
Metadata
Metadata
Assignees
Labels
No labels