You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(amazonq): support select images as context (aws#7533)
## Problem
WebView emit event to open system file dialog to use the VSC api to open
file dialog, and the event need to be handled by extension
## Solution
1. Register the request between WebView and language server by adding
`case OPEN_FILE_DIALOG`
2. Add handling for event when language server request to open system
file dialog, which is defined in
`languageClient.onRequest(ShowOpenDialogRequestType.method, async
(params: ShowOpenDialogParams)`
---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
0 commit comments