Skip to content

Commit

Permalink
🐛 FIX: #129
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed May 10, 2021
1 parent 1a71d46 commit a4a615d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-sel
&& sudo apt-get clean

COPY --chown=gitpod:gitpod .gp/conf/xdebug/xdebug.ini /tmp
RUN wget http://xdebug.org/files/xdebug-3.0.2.tgz \
RUN wget http://xdebug.org/files/xdebug-3.0.4.tgz \
&& tar -xvzf xdebug-3.0.2.tgz \
&& cd xdebug-3.0.2 \
&& phpize \
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ tasks:

vscode:
extensions:
- [email protected].5:xEr6zDqY853IE2HQtLtXPA==
- [email protected].12:e02f0fde2ddd444c182ba531e8b09afd

0 comments on commit a4a615d

Please sign in to comment.