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

Webstorm freezes when selecting a database #3168

Closed DiegoVillalobos-SB24 closed 7 months ago

DiegoVillalobos-SB24 commented 8 months ago

Expected Behavior

After selecting a database in the sidebar, the IDE should not freeze when a file is edited.

Actual Behavior

After selecting a database in the sidebar, the IDE freezes when editing any file.

Additional Information

After clicking on a database to connect to, the connection is established in the IDE terminal, from there, if you edit any file in the project, the IDE will freeze from upwards of 30 seconds to a minute.

ivanporty commented 8 months ago

Thanks for the report @DiegoVillalobos-SB24! Does it only happens when connection is active? Is there any specifics about a file being edited - its type, does it matter or affects the freeze somehow?

ivanporty commented 8 months ago

It seems like we cannot reproduce easily. Could we take a look at IDE log file to look for any errors (idea.log, find using Help -> Show Log In Finder menu)

ivanporty commented 7 months ago

Closing in favor of newer #3173