Skip to content

Conversation

@andypost
Copy link

@andypost andypost commented Oct 8, 2021

https://www.jetbrains.com/phpstorm/download/other.html

Description

There's newer version available (stable release)

Related Issue(s)

Fixes #

How to test

Release Notes

Documentation

@gitpod-io
Copy link

gitpod-io bot commented Oct 8, 2021

@gitpod-staging
Copy link

gitpod-staging bot commented Oct 8, 2021

Copy link

@shaal shaal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably update this template from the latest updates in https://github.com/shaal/DrupalPod

But for that update, we should wait for all the improvements coming-up in DDEV and DrupalPod, that can be applied to all proejcts running in Gitpod.

# Install PhpStorm
RUN mkdir -p ~/.projector/configs # Prevents projector install from asking for the license acceptance
RUN projector install 'PhpStorm 2021.1' --no-auto-run
RUN projector install 'PhpStorm 2021.2.2' --no-auto-run
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN projector install 'PhpStorm 2021.2.2' --no-auto-run
RUN projector install 'PhpStorm 2020.3.3' --no-auto-run

When running projector install, it asks Do you want to select from Projector-tested IDE only?
If yes - this list is displayed:

PhpStorm 2019.3.4
PhpStorm 2020.2
PhpStorm 2020.3.2
PhpStorm 2020.3.3

We should actually downgrade to 2020.3.3, because it's a version that was tested in projector.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to install older version? 2021.3 in EAP yet

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andypost I'm not sure I understand your last comment.
I was saying we should not install latest version, because they are more buggy when running through Projector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants