-
Notifications
You must be signed in to change notification settings - Fork 19
upgrade PhpStorm to 2021.2.2 #1
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
base: main
Are you sure you want to change the base?
Conversation
shaal
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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