File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
22
"extensions" : [
23
23
" felixfbecker.php-debug" ,
24
24
" bmewburn.vscode-intelephense-client" ,
25
- " editorconfig.editorconfig"
25
+ " editorconfig.editorconfig" ,
26
+ " ikappas.phpcs" ,
27
+ " calsmurf2904.vscode-phpstan" ,
28
+ " ecodes.vscode-phpmd"
26
29
],
27
30
28
31
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " Listen for Xdebug" ,
9
+ "type" : " php" ,
10
+ "request" : " launch" ,
11
+ "port" : 9000
12
+ }
13
+ ]
14
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "phpmd.rules" : " ${workspaceFolder}/phpmd.xml"
3
+ }
You can’t perform that action at this time.
0 commit comments