Skip to content

Commit c90ac79

Browse files
authored
fix: enable more plugins
1 parent bcc4edb commit c90ac79

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitpod.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,15 @@ ports:
8484

8585
jetbrains:
8686
plugins:
87-
- de.espend.idea.php.annotation
87+
- com.jetbrains.php
88+
- com.intellij.php.tools.quality.phpstan
89+
- com.intellij.php.psalm
90+
- org.jetbrains.plugins.yaml
91+
- com.jetbrains.twig
8892
- fr.adrienbrault.idea.symfony2plugin
8993
- de.shyim.shopware6
94+
- de.shyim.ideaphpstantoolbox
95+
- de.espend.idea.php.annotation
9096
phpstorm:
9197
vmoptions: "-Xmx4g"
9298
prebuilds:

0 commit comments

Comments
 (0)