Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitpod/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN sudo apt-get -qq install -y python3 python3-pip libxext6 libxrender1 libxtst
RUN pip3 install projector-installer
# 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.


# Install ddev
RUN brew update && brew install drud/ddev/ddev && mkcert -install

###
### Initiate a rebuild of Gitpod's image by updating this comment #1
###
###