Disable basic PHP completion in Codespace

This competes with the completions provided by
https://github.com/felixfbecker/vscode-php-intellisense.

Thus disabling the completions is recommended.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-02-22 11:30:17 +00:00 committed by GitHub
parent 1eca8d21ee
commit cecf319747
1 changed files with 4 additions and 1 deletions

View File

@ -16,4 +16,7 @@
"felixfbecker.php-intellisense",
"ms-azuretools.vscode-docker"
],
}
"settings": {
"php.suggest.basic": false,
}
}