aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.47k stars 408 forks source link

fix(appcomposer): add warning message to version 1.91.0 about drag an… #5278

Closed JLargent42 closed 2 months ago

JLargent42 commented 2 months ago

Problem:

VS Code version 1.91.0 has a bug causing the dragEnd action to not trigger in WebViews unless Shift is held down. This breaks App Composer's ability to add new resources.

Solution:

This has already been reverted and should be fixed in the next VS Code version. In the meantime, this adds a warning message (upon opening Composer with version 1.91.0) informing users of the workaround.

image

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ssibrahimpur commented 2 months ago

Kindly make an immediate release with the solution as this is blocking our production release for a plugin which uses drag drop feature.

justinmk3 commented 2 months ago

@ssibrahimpur AWS Toolkit was released with this fix. Did you mean to comment on the vscode repo?