-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.util.NoSuchElementException: Array contains no element matching the predicate. #2504
Comments
Thanks for the bug report, makes sense since we have no supported Lambda runtimes in CLion. |
Current workaround would be to enable the JavaScript plugin or the Python plugin until we get our next release out. |
I am getting the same error message, but I am not using CLion. I simply installed the aws-toolkit plugin in different jetbrains products (IntelliJ and DataGrip). Is the core of this issue something different? I ask because I installed the plugin, configured my AWS Profile, successfully connected and the next day I started getting the same error message as the OP. |
It affects any IDE that lacks an installed language plugin that we support. |
Description
After starting CLion, the following error message is shown:
Related problems
This could also cause CLion to fail determine run-configurations for the cargo project. It works correctly when the AWS Toolkit plugin is disabled.
Reproduce
cargo new <project-name>
Expected behaviour
No error is thrown.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: