You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a Wokwi project in VSCode, the simulation(when I launch diagram.json) gets stuck on "Loading Project.." and does not proceed. No errors are displayed, and the project does not start.
Steps to reproduce the behavior:
Open VSCode and install the Wokwi extension.
Load a Wokwi project (e.g., an ESP32 simulation).
Run the project using the Wokwi extension.
The screen remains stuck on "Loading Project.." indefinitely.
Expected behavior:
The simulation should start normally, displaying the project interface and running the embedded code.
Environment:
OS: macOS
VSCode Version: latest
Wokwi Extension Version**: latest
Additional context
I have tried reinstalling the Wokwi extension, but the issue persists.
Internet connection is stable, and no VPN is enabled.
The same project works fine in the web version of Wokwi.
Any insights or troubleshooting steps would be appreciated! 🚀
The text was updated successfully, but these errors were encountered:
I've just tried your diagram in VS Code and it works properly.
I have a Wokwi project, it has 2 files, one of them is "diagram.json" and other is "project.ino" file. When I copy the content of the project.ino to the main.cpp and change the main.cpp file to main.ino, it started work properly..
I didn't understand why but it works 😅 Do you have any comment about it?
Hello everyone,
When running a Wokwi project in VSCode, the simulation(when I launch diagram.json) gets stuck on "Loading Project.." and does not proceed. No errors are displayed, and the project does not start.
Steps to reproduce the behavior:
Expected behavior:
The simulation should start normally, displaying the project interface and running the embedded code.
Environment:
Additional context
Any insights or troubleshooting steps would be appreciated! 🚀
The text was updated successfully, but these errors were encountered: