IDF environment variables are blank in VS code extension
Posted: Mon Jul 12, 2021 3:34 pm
I just downloaded the ESP extension but none of the commands have been working (aside from the "configure extension" command). They all have an error saying the idf.py file is not found. I checked the value of ${env:IDF_PATH}, ${env:ADF_PATH}, and ${env:MDF_PATH} by creating an echo task for each of them like this:
They all came up blank. I'm not sure why, how can I fix this?
Code: Select all
{
"label": "echo",
"type": "shell",
"command": "echo ${env:IDF_PATH}"
}