「PHP のインストールが見つからないため、検証できません。PHP 実行可能ファイルを構成するには、設定 php.validate.executablePath
を使用します。」というメッセージが表示されます。
調べたところ、コードのエラーチェック機能が働かないことだということは分かったのですが、検索結果に出てくる対応方法が XAMPP の場合ばかりで、Docker の場合の対応方法がよくわかりませんでした。教えていただけると幸いです。
なお、settings.json
の内容は現在以下のようになっています。
{
"typescript.locale": "ja",
"editor.formatOnSave": true,
"html.format.endWithNewline": true,
"html.format.indentInnerHtml": true,
"[vba]": {},
"workbench.colorTheme": "GitHub Light",
"files.autoSave": "afterDelay",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"emmet.variables": {
"lang": "ja"
},
"editor.fontFamily": "Ricty Diminished",
"workbench.startupEditor": "none",
"editor.renderWhitespace": "all"
}
よろしくお願いします。
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?