Update outdated extensions

This commit is contained in:
Manuel Thalmann 2022-03-01 14:32:19 +00:00
parent afc65d8cf3
commit 1b0e3c0155
2 changed files with 6 additions and 8 deletions

View file

@ -6,10 +6,9 @@
"extensions": [ "extensions": [
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug", "dbaeumer.vscode-eslint",
"manuth.eslint-language-service", "neilbrayfield.php-docblocker",
"ms-vscode.vscode-typescript-tslint-plugin", "xdebug.php-debug"
"neilbrayfield.php-docblocker"
], ],
"settings": { "settings": {
"php.executablePath": null "php.executablePath": null

View file

@ -2,10 +2,9 @@
"recommendations": [ "recommendations": [
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client", "bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug", "dbaeumer.vscode-eslint",
"manuth.eslint-language-service",
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"msjsdiag.debugger-for-edge", "neilbrayfield.php-docblocker",
"neilbrayfield.php-docblocker" "xdebug.php-debug"
] ]
} }