Austin Brooks
Austin Brooks
Going to chime in, we have seen this on our internal build fleet. This is caused by fonts not being installed into the OS image.
Looks like PartiQL support is not available, we will need to migrate our implementation off of it
Sorry, I do not have access to that YouTrack link
And they just deprecated the API 😄 https://github.com/JetBrains/intellij-community/commit/81f5e713926bfa42fb4f078f98c735b8ed1a39fd
This should be fixed now in 1.34, please reopen if still seeing issues
We removed the wrapper process, but we can take another look.
You can leverage this to bridge the gap. https://github.com/99designs/aws-vault/blob/master/USAGE.md#using-credential_process
Okay, I think I understand what you are asking. You want to be able to leverage the experimental feature for run configs that you showed in your screenshot for Java,...
Okay, we are limited by the API exposed by JetBrains for each run config. Last I checked it was not possible to mutate the Go-based run configs
In Java, we use this extension point: https://github.com/JetBrains/intellij-community/blob/master/java/execution/impl/src/com/intellij/execution/RunConfigurationExtension.java In Python, we use this one: https://github.com/JetBrains/intellij-community/blob/master/python/src/com/jetbrains/python/run/PythonRunConfigurationExtension.java