Skip to content

Commit 1c8e4ed

Browse files
tyler36shaal
andauthored
Update Xdebug port (#165)
* Update Xdebug port Fixes #164 * Use latest drupalpod custom image (ddev v1.19.3) * use port 9003 in vscode config Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> Co-authored-by: Ofer Shaal <shaalofer@gmail.com>
1 parent e194f45 commit 1c8e4ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitpod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: drupalpod/drupalpod-gitpod-base:20220322
1+
image: drupalpod/drupalpod-gitpod-base:latest
22

33
# ddev and composer are running as part of the prebuild
44
# when starting a workspace all docker images are ready
@@ -9,7 +9,7 @@ tasks:
99
ddev drush si -y --account-pass=admin --site-name='ddev_gitpod' demo_umami
1010
command: |
1111
ddev start -y
12-
gp await-port 8080 && gp preview $(gp url 8080)
12+
gp ports await 8080 && gp preview $(gp url 8080)
1313
1414
# VScode xdebug extension
1515
vscode:
@@ -43,7 +43,7 @@ ports:
4343
- port: 8443
4444
onOpen: ignore
4545
# xdebug port
46-
- port: 9000
46+
- port: 9003
4747
onOpen: ignore
4848
# projector port
4949
- port: 9999

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"type": "php",
1010
"request": "launch",
1111
"hostname": "0.0.0.0",
12-
"port": 9000,
12+
"port": 9003,
1313
"pathMappings": {
1414
"/var/www/html": "${workspaceRoot}"
1515
}
1616
}
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)