Hello,
I have a trouble setting intellisense php (or the thing who's checking code) version when i use a custom server with my project
When I used built-in server option i had no trouble, intellisense was automatically set to match built-in php server version
But when I use custom server i can't find how to manually set php version option for intellisense
From my phpproj
<PropertyGroup>
<EnvName>Custom</EnvName>
<SaveServerSettingsInUserFile>false</SaveServerSettingsInUserFile>
<RuntimeVersion>8.2</RuntimeVersion>
seems to be ok but i have some warning about version like 'Array constants are supported since PHP 7.'