I was wondering whether it was possible to use a python executable from WSL2 (Ubuntu 22) as interpreter in the anaconda package in ST4 Build 4143 on Windows 11 22H2.
So far, I’ve tried different paths
{
"python_interpreter": "/home/<username>/mambaforge/envs/bio/bin/python",
"python_interpreter": "wsl /home/<username>/mambaforge/envs/bio/bin/python",
"python_interpreter": "wsl \\\\wsl$\\Ubuntu\\home\\<username>\\mambaforge\\envs\\bio\\bin\\python",
"python_interpreter": "wsl \\\\wsl.localhost\\Ubuntu\\home\\<username>\\mambaforge\\envs\\bio\\bin\\python",
"python_interpreter": "wsl --exec /home/<username>/mambaforge/envs/bio/bin/python"
}
But all my tries ended up with

Any ideas?
I was wondering whether it was possible to use a python executable from WSL2 (Ubuntu 22) as interpreter in the anaconda package in ST4 Build 4143 on Windows 11 22H2.
So far, I’ve tried different paths
But all my tries ended up with

Any ideas?