Hello everyone,
After the recent extension updates, I noticed that after the build, several files (which were usually generated inside the build folder) are now being placed in the project's root folder.
How can I prevent these files from being generated outside the build folder?
Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
- Attachments
-
- Captura de tela 2024-09-23 132326.png (131.52 KiB) Viewed 1947 times
Fabio Souza
@fabiosouza.io
@fabiosouza.io
-
- Posts: 229
- Joined: Wed May 02, 2018 12:12 pm
Re: Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
Do you have a or defined in your project ? What is the value ?
Make sure to delete it to have default value or use or
Code: Select all
"idf.buildPath"
Code: Select all
"idf.buildPathWin"
Make sure to delete it to have default value or use
Code: Select all
"idf.buildPath": "${workspaceFolder}/build"
Code: Select all
"idf.buildPathWin": "${workspaceFolder}\\build"
Re: Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
Thank you very much, @ESP_bignacio
The problem was the missing backslash in idf.buildPathWin, just as you suggested: "idf.buildPathWin": "${workspaceFolder}\\build"
Now it's working perfectly.
Regards,
The problem was the missing backslash in idf.buildPathWin, just as you suggested: "idf.buildPathWin": "${workspaceFolder}\\build"
Now it's working perfectly.
Regards,
Fabio Souza
@fabiosouza.io
@fabiosouza.io
Who is online
Users browsing this forum: No registered users and 25 guests