Currently VSCode build and run configuration exist only for macOS and Linux.
It would be cool to have a VSCode build / run configuration for Windows.
Ideally it should be possible building using the generated Visual Studio file or the Makefile, that would need to be modified, as it's currently Posix only.
I think this has been accomplished partially with 22173c7 (building using the Visual Studio File).
If someone wants to give a shot to NMAKE feel free to re-open this one 😬
Currently VSCode build and run configuration exist only for macOS and Linux. It would be cool to have a VSCode build / run configuration for Windows.
Ideally it should be possible building using the generated Visual Studio file or the Makefile, that would need to be modified, as it's currently Posix only.