felixfbecker / vscode-php-intellisense

Advanced PHP IntelliSense for Visual Studio Code 🆚💬
MIT License
410 stars 88 forks source link

Environment variables support #476

Open vhood opened 4 years ago

vhood commented 4 years ago

I use Settings Sync extension so I need to use an enviroment variables in settings.json. VS Code supports an environment variables with syntax ${env: }, but it didn't work with parameter "php.executablePath" and this extension throws the error PHP executable not found. Can you add the environment variables support please?