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:
parent
1eca8d21ee
commit
cecf319747
|
@ -16,4 +16,7 @@
|
||||||
"felixfbecker.php-intellisense",
|
"felixfbecker.php-intellisense",
|
||||||
"ms-azuretools.vscode-docker"
|
"ms-azuretools.vscode-docker"
|
||||||
],
|
],
|
||||||
}
|
"settings": {
|
||||||
|
"php.suggest.basic": false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue