Skip to content

Commit b112382

Browse files
committed
GitPod changes
1 parent 8be9417 commit b112382

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.gitpod.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
tasks:
2-
- init: |
3-
echo "No special initialization"
2+
- name: Run Composer
43
command: |
54
composer install
65
7-
image:
8-
file: .gitpod/Dockerfile
6+
image: byjg/gitpod-image:latest
7+
8+
jetbrains:
9+
phpstorm:
10+
vmoptions: '-Xmx4g'
11+
plugins:
12+
- com.github.copilot
13+
- com.intellij.kubernetes
14+
- com.intellij.mermaid
15+
- ru.adelf.idea.dotenv
16+
- org.toml.lang
917

1018
vscode:
1119
extensions:

.gitpod/Dockerfile

-4
This file was deleted.

0 commit comments

Comments
 (0)