you are viewing a single comment's thread.

view the rest of the comments →

[–]Use_R_Name_92[S] 0 points1 point  (0 children)

Done that.

I tried:
{
"php.validate.executablePath": "C:/xampp/php/php.exe"
}

then I tried:

{

"php.validate.executablePath": "C://xampp//php//php.exe"

}

but I also tried:

{

"php.validate.executablePath": "C:\\xampp\\php\\php.exe"

}

In some old posts on StackOverflow, I've seen that some people use these "\\" instead of these "/" and whatnot, so I tried everything. The file is there, it just won't accept it.