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 198 forks source link

Fix to ignore JAR/library files in project scans and cancelling file … #4547

Closed ashishrp-aws closed 1 month ago

ashishrp-aws commented 1 month ago

…scan for the files.

Types of changes

Description

Problem: File Scans are getting triggered for library/jar files when users do command+ click on classes due to new file opened trigger.

Solution: Using project file index to ignore library source files in project scan and cancel the file scans for library files.

Checklist

License

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud