Skip to content

Commit

Permalink
GitPod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jun 11, 2024
1 parent 8be9417 commit b112382
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 12 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
tasks:
- init: |
echo "No special initialization"
- name: Run Composer
command: |
composer install
image:
file: .gitpod/Dockerfile
image: byjg/gitpod-image:latest

jetbrains:
phpstorm:
vmoptions: '-Xmx4g'
plugins:
- com.github.copilot
- com.intellij.kubernetes
- com.intellij.mermaid
- ru.adelf.idea.dotenv
- org.toml.lang

vscode:
extensions:
Expand Down
4 changes: 0 additions & 4 deletions .gitpod/Dockerfile

This file was deleted.

0 comments on commit b112382

Please sign in to comment.