Search found 2 matches

by dym.kyiv
Sun Jan 17, 2021 6:43 pm
Forum: IDEs for ESP-IDF
Topic: ESP-IDF VScode monitor
Replies: 8
Views: 9299

Re: ESP-IDF VScode monitor

There is away to fix it.
Go to VSCode Setting by Ctrl + ,
Type Terminal into Search box terminal.integrated.shell.windows
and edit settings.json file by adding a line "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
after that restart VSCode and try to Monitor your device
by dym.kyiv
Sun Jan 17, 2021 6:43 pm
Forum: ESP-IDF
Topic: ESP-IDF Monitor device
Replies: 1
Views: 2129

Re: ESP-IDF Monitor device

There is away to fix it.
Go to VSCode Setting by Ctrl + ,
Type Terminal into Search box terminal.integrated.shell.windows
and edit settings.json file by adding a line "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
after that restart VSCode and try to Monitor your device