Search found 1 match

by YanceyChiew
Sat May 24, 2025 7:19 pm
Forum: General Discussion
Topic: Cannot read properties of undefined (reading 'fsPath')
Replies: 8
Views: 4966

Re: Cannot read properties of undefined (reading 'fsPath')

This may be related to the fact that there is no open file/directory in vscode. Although esp-idf extension does not respect the currently opened directory when creating a new project, in order to avoid this error, you should open a directory first.

Go to advanced search