I have some shell scripts, which I would like to execute by name from code during debugging in Visual Studio Code. I need to extend $PATH environment variable to make it happene
According to the documentation, you should use ${env:PATH} instead of ${env.PATH}.
${env:PATH}
${env.PATH}