How to fix PHP runtime not found. Install PHP7 runtime and update executablePath in PHP Preferences

preview_player
Показать описание
"php": {
"enablePhpTooling": true,
"memoryLimit": "4095M",
"validateOnType": "false"
}
Рекомендации по теме
Комментарии
Автор

Windows 10

Apgue tudo no "brackets.json"

e adicione isso:

{
true,
false,
"fonts.fontSize": "12px",
"fonts.fontFamily": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
"php": {
"enablePhpTooling": true,
"executablePath": "C:\\xampp\\php\\php.exe",
"memoryLimit": "4095M",
"validateOnType": "false"
}

}

alexfonseca
Автор

Hi I´ve done these instructions but my command instructions (CMD) like (ping, help or attrib) stopped working.... so I had to go back to configuring path with
is there a work arround for this so I can solve the Bracket problem without loosing CMD comands


Thanks!!!

DavidHernandez-lpoc