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

Support editing local directory for Cloud Run Kubernetes #3095

Open qelan opened 1 year ago

qelan commented 1 year ago

(Please ensure you are running the latest version of Cloud Code for IntelliJ with Help > Check for Updates)

What did you do?

Create a skaffold.yaml file and add a new Cloud Code: Kubernetes Run/Debug Configuration. Click the Debug button to build, deploy and debug the code. The plug-in recognizes that I have several artifacts to debug, but assumes that the local path is the same as the build context. This is not the case, because the Dockerfile needs to pull together multiple Python modules into a single area to run, so the Dockerfile context needs to be a higher level directory.

What did you expect to see?

The modal that comes up to map the local directory to the remote directory should allow the local directory to be customized, not just the remote directory.

What did you see instead?

The model has a read-only field for the local directory.

image

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

slde12 commented 1 year ago

We are currently looking into it and prioritizing the work.