Использую плагин php Intelephense для vs code на windows 10. Проблема в том, что не показывает ошибку.
Например переменная $base_result нигде не объявлена, но ошибку не показывает. Раньше. насколько я помню, показывало.
Подскажите пожалуйста, как исправить ?
$total = $twig->render('/component/include_component.twig', [
'renderComponent' => [
'/component/table/table_footer_row.twig' => [
'table_total' => table_footer_result($td_data['table_total_list'], $base_result)
]
]
]);
setting.json
{
"workbench.iconTheme": "vscode-great-icons",
"git.autofetch": true,
"files.autoSave": "afterDelay",
"emmet.includeLanguages": {
"twig": "html"
},
"workbench.colorTheme": "One Dark Pro Darker",
"security.workspace.trust.untrustedFiles": "open",
"editor.smoothScrolling": true,
"git.ignoreRebaseWarning": true,
"diffEditor.ignoreTrimWhitespace": false,
"php.validate.executablePath": "E:/user/xampp/php/php.exe",
"git.path": "E:/user/Git/bin/git",
"intelephense.files.associations": [
"*.php",
"*.phtml"
]
}
Путь к php прописан правильно