Intellij Plugins Not Installing on Flex
Bug description
Plugins configured for Gitpod are no longer being installed in my IDE after migration from Classic to Flex.
Plugins specified according to format found in IntelliJ documentation https://www.jetbrains.com/help/idea/customizing-devcontainer-json-file.html#add_plugins
Steps to reproduce
Here's the relevant section of my gitpod.yaml file on classic
jetbrains:
intellij:
plugins:
- org.intellij.plugins.hcl
- com.gitlab.plugin
- com.intellij.mermaid
- Pythonid
- PythonCore
- com.thoughtworks.gauge
Here's my configuration in the devcontainer.json for flex
{
"customizations": {
"jetbrains": {
"plugins": [
"org.intellij.plugins.hcl",
"com.gitlab.plugin",
"com.intellij.mermaid",
"Pythonid",
"PythonCore",
"com.thoughtworks.gauge"
]
}
}
}
Workspace affected
No response
Expected behavior
Would expect to see plugins listed in customizations section installed.
Example repository
No response
Anything else?
No response
It also looks like ports defined in the devcontainer specification are not automatically mapped with Jetbrains to the localhost.
@mustard-mh do you have any insight into these issues?
is it related to Flex's lack of support of Github Copilot agent ("Edit") plugin?
Hey @lwoerdeman, @avnerAtBob , sorry for missing your message earlier! The support for JetBrains plugin customization was just implemented in August. You can check out the details here https://ona.com/docs/ona/editors/jetbrains#plugin-customization
Closing this issue now — let me know if you have any questions!