Skip to content

Intellij Plugins Not Installing on Flex #20807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lwoerdeman opened this issue May 9, 2025 · 0 comments
Open

Intellij Plugins Not Installing on Flex #20807

lwoerdeman opened this issue May 9, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@lwoerdeman
Copy link

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 lwoerdeman added the type: bug Something isn't working label May 9, 2025
@lwoerdeman lwoerdeman changed the title Intellij Plugins Not Working Intellij Plugins Not Working on Flex May 13, 2025
@lwoerdeman lwoerdeman changed the title Intellij Plugins Not Working on Flex Intellij Plugins Not Installing on Flex May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant