You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore][setup]: misleading idf.py not found error (#1642)
The original error message posting `/tools/idf.py` not found,
meanwhile the extension don't search this directory, which is
misleading.
This PR corrects those messages.
---
BTW, I was ought to find out why this extension cannot detect my
esp-idf installed with this
[ArchLinux AUR repo](https://aur.archlinux.org/packages/esp-idf-git).
The repo installs esp-idf to `/opt/esp-idf`, surely there is
`./tools/idf.py` or `./tools/export.sh`.
Even I was sure the
existense of `/opt/esp-idf/tools/idf.py`, the extension still keeps
yelling `/tools/idf.py` not found. Which I don't reproduce on the
master branch. So it's assumed to be fixed and I'll just update your
error message here.
Signed-off-by: 蔡略 <[email protected]>
0 commit comments