gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

Intellij Plugins Not Installing on Flex

Open lwoerdeman opened this issue 8 months ago • 1 comments

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

lwoerdeman avatar May 09 '25 18:05 lwoerdeman

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?

lwoerdeman avatar Jun 13 '25 15:06 lwoerdeman

is it related to Flex's lack of support of Github Copilot agent ("Edit") plugin?

avnerAtBob avatar Jul 29 '25 09:07 avnerAtBob

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

mustard-mh avatar Oct 14 '25 06:10 mustard-mh

Closing this issue now — let me know if you have any questions!

mustard-mh avatar Oct 14 '25 06:10 mustard-mh