Evgenii Novozhilov
Evgenii Novozhilov
Just encountered this one on our TeamCity issue. Indeed plugin lists images available only in the linked subscription and ignored subscription from the configured image (we use kotlin DSL and...
I remember when I intentionally added a check in [VirtualIncludesHandler.java](https://github.com/bazelbuild/intellij/blob/0630feef3f1b4e83a42dc9b57c64da9a51e2cb20/base/src/com/google/idea/blaze/base/sync/workspace/VirtualIncludesHandler.java#L88) to handle this. Something should be definitely done to it, either removed or message there should be updated.
Yes this could be caused by my recent changes with CLion Nova support, so I though that `master` should not be used for ASwB, so I haven't checked whether it...
Unfortunately it's a limitation of the plugin that no code insight is available for external library code. Compares to other build tools integrations in CLion, with bazel `External libraries` group...
fixed by #6101
I guess if project is opened, but not as "bazel" project (meaning no bazel actions are available from "Bazel" menu) then the project was opened as a folder for some...
> https://screenshot.googleplex.com/47gBxPA2vMDJkQZ > > I tried to reproduce the issue but it seems play button is showing as "nothing here". "Nothing here" is a https://youtrack.jetbrains.com/issue/CPP-35949/C-C-scratches-are-not-runnable-in-bazel-project
I was able to reproduce it and have to say this is one of the strangest bugs I've ever seen. Indeed introduction of stack variable breaks debugging, and it breaks...
I'll take a look at this one next week
Closing as obsolete