You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using VS Code and it doesn't let me use PHP for my class, ive already set up the Path on control panel and its not working. How do I fix this, im new to programming.
The text was updated successfully, but these errors were encountered:
The vscode extension vscode-php-intellisense is looking for your php.exe so it can run the language services. It tries to look for it in the following config keys - first wins:
php.executablePath
php.validate.executablePath
Then falls back to php.exe or php
If you are on windows, find where your php.exe is installed and try to configure php.executablePath with the proper value. The current value is probably C://xampp//phpClass/php.exe. If the path is correct the value should be C:\xampp\phpClass\php.exe or maybe C:\\xampp\\phpClass\\php.exe depending on the context you are editing it in.
Using VS Code and it doesn't let me use PHP for my class, ive already set up the Path on control panel and its not working. How do I fix this, im new to programming.
The text was updated successfully, but these errors were encountered: