Zend certified PHP/Magento developer

Connect to WSL of remote machine

Is it possible to connect to WSL of other machine with Visual Studio Code. I know that I can share connection port on WSL host machine with command

netsh interface portproxy add v4tov4 listenport=4000 listenaddress=0.0.0.0 connectport=4000 connectaddress=192.168.101.100

192.168.101.100 is address of WSL virtual network card.

But how to tell Visual Studio Code that it needs to connect to WSL of remote machine?