瀏覽代碼

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>
tags/v22.0.0beta1
Lukas Reschke 3 年之前
父節點
當前提交
cecf319747
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      .devcontainer/devcontainer.json

+ 4
- 1
.devcontainer/devcontainer.json 查看文件

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

Loading…
取消
儲存