GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Profile not loaded in cloude code run configuration #3091

Closed wollowizard closed 1 year ago

wollowizard commented 1 year ago

Here's a video of the issue:

https://user-images.githubusercontent.com/2480280/186126634-96348274-e68e-4906-a69f-cb72fad0a14e.mov

And the code to reproduces: profile-not-loaded.zip

Expected Behavior

I create a run configuration and choose a profile. I save the run configuration. I open again the run configuration and the profile is gone.

Additional Information

The run configuration xml contains

<option name="skaffoldProfile" value="personal" />

and when running, the correct profile is selected. So I believe it's just a UI issue

Feel free to deviate from this template as needed, especially if you are submitting a feature request.

cmeury commented 1 year ago

Encountered this as well, it really seems to be "only" a UI issue.

peterlin741 commented 1 year ago

The team is aware of this issue and will look into it

ivanporty commented 1 year ago

duplicate of #3118, please follow discussion there.