How to set php executable path php.validate.executablePath in vscode when php is installed inside a virtual machine?

I want to use xdebug in visual studio code using the xdebug extension.

My development environment is installed inside an ubuntu vm. Vscode is installed on my windows pc.

The extension asks for php executable path.
php.debug.executablePath

enter image description here