question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report]: after updating to 0.6.0,build failed. (VSC-530)

See original GitHub issue
  • windows 10
  • Visual Studio Code, Version: 1.52.1

when update to 0.6.0, every time open esp32 project forder, the OUTPUT tab will show esp_idf tools version check failed and a lot Garbled character.

But the ESP-IDF terminal works well.

And when I go back to 0.5.1 , everything works well!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
meltdown03commented, Jan 7, 2021

What about this for the template:

{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Build - Build project",
            "type": "shell",
            "command": "${config:idf.pythonBinPath} ${config:idf.espIdfPath}/tools/idf.py build",
            "windows": {
                "command": "${config:idf.pythonBinPathWin} ${config:idf.espIdfPathWin}\\tools\\idf.py build",
                "options": {
                    "env": {
                        "PATH": "${env:PATH};${config:idf.customExtraPaths}"
                    }
                }
            },
            "options": {
                "env": {
                    "PATH": "${env:PATH}:${config:idf.customExtraPaths}"
                }
            },
...

Windows can have it’s own options and env.

0reactions
JerryZheng89commented, Jul 1, 2021

@JerryZheng89 Have you fixed the issue ?

No. The problem still there!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >
Issue Tracker - Grounded - Obsidian Entertainment
Fixed on Live Loose backpacks have disappeared after updating the game to 1.0. Fixed on Live Players are unable to rename chests in...
Read more >
Cisco Firepower Release Notes, Version 6.4 - Security
Resolved Bugs in New Builds. Sometimes we release updated builds. In most cases, only the latest build for each platform is available on...
Read more >
Error on launching QuPath v0.4.0 - Usage & Issues
Another potential bug to report for QuPath v0.4.0, this time when launching a new instance of QuPath. It's probably related to the update...
Read more >
Bug Reporting - Apple Developer
Send us your feedback and report bugs ... When you send new feedback, the Feedback Assistant app automatically collects ... Builds and sample...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found