Skip to content
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

Use run configuration providers or similar to generate executor actions in BUILD files #52

Open
Tatskaari opened this issue Mar 1, 2022 · 0 comments

Comments

@Tatskaari
Copy link
Member

Currently we generate actions to create run configurations manually but there's a whole mechanism for this in Intellij. The way we do it requires using cached information about the build targets in the file. This can get out of date as the file is updated.

The ExecutorAction code tries to generate actions for each executor for any run configurations in that context. These run configurations are provided by RunConfigurationProviders. We should be able to hook into this mechanism to generate the various configurations however it's not clear how to restrict the executors that are valid for each configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant