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": [
"adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"manuth.eslint-language-service",
"ms-vscode.vscode-typescript-tslint-plugin",
"neilbrayfield.php-docblocker"
"dbaeumer.vscode-eslint",
"neilbrayfield.php-docblocker",
"xdebug.php-debug"
],
"settings": {
"php.executablePath": null

View file

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