aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
730 stars 197 forks source link

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

Closed dianaabv16 closed 1 week ago

dianaabv16 commented 1 week ago

Types of changes

Description

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 45 10

Checklist

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

dianaabv16 commented 1 week ago

/retryBuild

dianaabv16 commented 1 week ago

/retryBuilds

dianaabv16 commented 1 week ago

/retryBuilds

dianaabv16 commented 1 week ago

@rli Could you merge this PR please? previous merged commits also fail with Windows Unit tests

dianaabv16 commented 1 week ago

/retryBuilds

rli commented 1 week ago

Replaced by https://github.com/aws/aws-toolkit-jetbrains/pull/4606