We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
devcontainer.json
{ "customizations": { "jetbrains": { "plugins": [ "org.intellij.plugins.hcl", "com.gitlab.plugin", "com.intellij.mermaid", "Pythonid", "PythonCore", "com.thoughtworks.gauge" ] } } }
No response
Would expect to see plugins listed in customizations section installed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Here's my configuration in the
devcontainer.json
for flexWorkspace affected
No response
Expected behavior
Would expect to see plugins listed in customizations section installed.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: