diff options
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a820364d73d..f86a8cf3430 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,4 +16,7 @@ "felixfbecker.php-intellisense", "ms-azuretools.vscode-docker" ], -}
\ No newline at end of file + "settings": { + "php.suggest.basic": false, + } +} |