Replace php intellisense with working extension

This commit is contained in:
Manuel Thalmann 2021-05-12 10:59:26 +00:00
parent 74698047ed
commit 60d2f273e4
2 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@
"workspaceFolder": "/shared-workspaces/mantra", "workspaceFolder": "/shared-workspaces/mantra",
"extensions": [ "extensions": [
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"felixfbecker.php-pack", "bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"manuth.eslint-language-service", "manuth.eslint-language-service",
"ms-vscode.vscode-typescript-tslint-plugin", "ms-vscode.vscode-typescript-tslint-plugin",
"neilbrayfield.php-docblocker" "neilbrayfield.php-docblocker"

View file

@ -1,7 +1,8 @@
{ {
"recommendations": [ "recommendations": [
"adrianhumphreys.silverstripe", "adrianhumphreys.silverstripe",
"felixfbecker.php-pack", "bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"manuth.eslint-language-service", "manuth.eslint-language-service",
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"msjsdiag.debugger-for-chrome", "msjsdiag.debugger-for-chrome",