vscode shell won't execute idf powershell script to enabled the esp-idf terminal, related to #1162 (VSC-1599) #1440
Labels
bug-report
Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
duplicate
This issue or pull request already exists
OS
Windows
Operating System version
windows 11
Visual Studio Code version
1.97.2
ESP-IDF version
5.4
Python version
3.11.2
Doctor command output
it won't run since the shell doesn't have the idf goodies loaded.
Extension
No response
Description
i just installed this extension again today on a fresh vscode install. when the terminal ESP-IDF terminal launches, i am getting an error about the script not being found because my home dir has a space in it
i've worked around it using
"idf.customTerminalExecutableArgs":
in my users settings.json file, the console still displays the error, but i can launch the idf toolchainDebug Message
modify the users settings.json to include
"idf.customTerminalExecutableArgs":
and point it to the powershell script.Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: