Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vince-fugnitto/vscode-dialog
VS Code Extension to Verify Dialog API
https://github.com/vince-fugnitto/vscode-dialog
Last synced: 26 days ago
JSON representation
VS Code Extension to Verify Dialog API
- Host: GitHub
- URL: https://github.com/vince-fugnitto/vscode-dialog
- Owner: vince-fugnitto
- Created: 2021-03-10T18:20:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T13:36:44.000Z (over 3 years ago)
- Last Synced: 2023-03-10T08:03:16.639Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Visual Studio Code - Dialog API
### Description
The following is an extension to test the `dialog` API:
- `showOpenDialog`
- `showSaveDialog`### How to use
- `Dialog: Open`: opens an 'open dialog' dialog.
- `Dialog: Open Many`: opens an 'open dialog' with `canSelectMany`.
- `Dialog: Save`: opens an 'save dialog` dialog.