Add missing extension

This commit is contained in:
Manuel Thalmann 2022-03-01 15:04:50 +00:00
parent 84f09ee473
commit 70208bf6cc
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"mikestead.dotenv",
"neilbrayfield.php-docblocker", "neilbrayfield.php-docblocker",
"xdebug.php-debug" "xdebug.php-debug"
], ],

View file

@ -3,6 +3,7 @@
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"mikestead.dotenv",
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"neilbrayfield.php-docblocker", "neilbrayfield.php-docblocker",
"xdebug.php-debug" "xdebug.php-debug"