Reputation: 1
Vscode does not detect my php.
I have installed :
PHP 8.2.6 (cli) (built: May 11 2023 12:51:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.6, Copyright (c) Zend Technologies with Zend OPcache v8.2.6, Copyright (c), by Zend Technologies
And i also installed PHP Debug on vscode but it still not work.
Installed PHP Debug Installed PHP IntelliSense Checked echo $PATH
Upvotes: 0
Views: 137
Reputation: 1
Fixed it, downloaded php with homebrew
Save and restart vscode.
Upvotes: 0