How to set up Simulator with VSCode on Windows PC?

Since I am used to using VSCode for development on Windows, but there is no solution for using Simulator with VSCode on Windows.

Are there any workable setup steps for VSCode simulator? Thank you in advance.

No news about this question? i’m also interested to use my installed VSCode for WinPC.

You need to create a win32 version of the lvgl library and link your code against it.
I’m using msys2 and gcc and make to achieve that
vscode is just an advanced editor with plugin support, not a development environment.

1 Like

Use this: lvgl/lv_port_pc_vscode (github.com)

Works with WSL on Windows.