File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88 ],
99 "workspaceFolder" : " /var/www/html" ,
1010 "customizations" : {
11- "jetbrains" : {
12- "settings" : {
13- "Docker:app:DockerSettings.dockerComposePath" : " /usr/bin/docker" ,
14- "Docker:app:DockerSettings.dockerPath" : " /usr/bin/docker"
15- }
16- },
1711 "vscode" : {
1812 "extensions" : [
1913 " xdebug.php-debug" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ RUN yes | pecl install xdebug && docker-php-ext-enable xdebug \
9898 && echo "xdebug.mode = debug" >> /usr/local/etc/php/conf.d/xdebug.ini \
9999 && echo "xdebug.start_with_request = yes" >> /usr/local/etc/php/conf.d/xdebug.ini \
100100 && echo "xdebug.client_port = 9003" >> /usr/local/etc/php/conf.d/xdebug.ini \
101- && echo "xdebug.client_host = localhost" >> /usr/local/etc/php/conf.d/xdebug.ini \
102101 && echo "xdebug.idekey = PHPSTORM" >> /usr/local/etc/php/conf.d/xdebug.ini \
103102 \
104103 # Configuring PHP
You can’t perform that action at this time.
0 commit comments