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>
pull/25743/head
Lukas Reschke 3 years ago committed by GitHub
parent 1eca8d21ee
commit cecf319747

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

Loading…
Cancel
Save