December 21, 2017
This is the second time, I am asking for help on how to setup ldc on Windows to work with workspace so as to use visual studio code as my proper idea for coding dlang.
Please, I need the step by step ways on how to setup ldc on Windows.
Thanks in advance

December 21, 2017
On Thursday, 21 December 2017 at 18:22:38 UTC, greatsam4sure wrote:
> This is the second time, I am asking for help on how to setup ldc on Windows to work with workspace so as to use visual studio code as my proper idea for coding dlang.
> Please, I need the step by step ways on how to setup ldc on Windows.
> Thanks in advance

You'll most likely have more luck with searching/asking for VS Code integration of DMD. Adapting it to LDC should be trivial (dmd.exe => ldmd2.exe, use import dirs `import` and `import\ldc`, and the correct lib directory). Also make sure you have Visual Studio or the Visual C++ Build Tools installed, as emphasized in README.txt.