-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9 new esp-idf terminal can't support bat build (VSC-1542) #1369
Comments
Could you share the troubleshooting information ? Is your default terminal profile Command Prompt or Powershell? You can see the shell used by the extension in doctor command output. There should be one script ps1 for Powershell and one .bat for Command Prompt. a. I select vscode default terminal profile to Command Prompt
Seems to work without issues in my Windows 11 setup. |
yes , you are right ,this works , but not this issue , we use build.bat files to compile all the project with diff prod. like this bat file ;
use this file we can run the bat to compile all prod build and change diff module like esp32s3 s2. it can works 1.18 ,but 1.19 will show error... thank you! |
Please share the requested troubleshooting information. |
in 1.9 open new terminal and run buld.bat show this error
1.8 works well thank you |
Could you please try this vsix installer to see if the issue is fixed ? |
it works . |
emm , but i found a issue ,when i close the vscode ,and reopen, new terminal will set default target is esp32 , but last i run esp-idf build is already set esp32c6 , so i need try set target again, when try close and open again ,new terminal will set default target is esp32 again. |
How do you set the esp32c6 target ? Do you use the extension |
OS
Windows
Operating System version
windows 11
Visual Studio Code version
No response
ESP-IDF version
5.3
Python version
3.11
Doctor command output
use bat run esp-idf build
Extension
No response
Description
vscode , new esp-idf terminal will every time show run espressif.esp-idf-extension-1.9.0\export.ps1 , yes ,it can run esp-idf ,but can't run build of bat(compile different types together)
in 1.8 ,it woks well , but change to 1.9 will show error like this
Debug Message
back to 1.8 woks...
Other Steps to Reproduce
no
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: