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.41k stars 349 forks source link

fix(featureDev): file rejections for files outside of src/ #5190

Closed dianaabv16 closed 2 weeks ago

dianaabv16 commented 2 weeks ago

Problem

When the given path for a file starts with ./ it doesn't show the file actions and not triggering the file click. Now it uses the original file path check It was fixed in the newest mynah release

Tested: yes, now files outside of src/ can be rejected

Screenshot 2024-06-19 at 16 33 54

Solution

License

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