The code runner installation is completed, but the php file cannot be run, as shown in the prompt.
安超2022-09-27 20:27:24
When debugging php, the code is garbled. Even changing the UTF-8 below will not work.
安超2022-09-27 20:26:31
After the modification, it can be debugged, but the code is garbled. [Running] php "d:\temp\temp\test.php" 'php' ���������ļ��� [Done] exited with code=1 in 0.187 seconds
王林2022-09-27 17:49:43
Edit and configure the php path in setting.json, for example:
"php.validate.executablePath":
"D:/phpstudy_pro/Extensions/php/php7.3.4nts/ php.exe"