How to develop with VSCode

How to set up the simulator environment in VSCode

VSCode does not include its own build system, so you have a couple of options:

  • Use PlatformIO.
  • Use the Eclipse PC simulator but build it using the included Makefile instead of Eclipse. (Note: the standalone Makefile used to get out of date, so you may need to tweak it to make it build.)