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
Well this is a configuration issue within VSCode then.
The isolation feature allows you to run
"herd php" or "herd composer" commands so that they will use the project specific PHP version.
For node, you can run "npm use" in a folder that is isolated to automatically switch to its node version.
You would need to configure VSCode yourself to use specific PHP binaries as that's out of the scope of Herd.
Platform
Windows
Operating system version
Windows 11 24H2
System architecture
Intel (x86)
Herd Version
1.0.13
PHP Version
PHP 8.4 (isolated) and 8.3.14 (global)
Bug description
When configuring certain sites with a non-global PHP version, still the global version is used in VSCode.
Although the site genealogy.test is set to use PHP 8.4, in VSCode it still uses the global PHP version 8.3.14.
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: