Issues with workspace-d and code-d on Linux

Laurent Tréguier laurent.treguier.sink at gmail.com
Thu Jul 26 09:42:13 UTC 2018


On Wednesday, 25 July 2018 at 20:03:49 UTC, Igor wrote:
> [...]
> And so here I am, hoping that someone can explain how to set 
> everything up so I get Windows like experience while working 
> with VSCode on Linux (or some other editor).

This extension enables debugging with GDB/LLDB : 
https://marketplace.visualstudio.com/items?itemName=webfreak.debug.
Since you installed DMD and LDC using the install.sh script, you 
will need to manually set the `d.stdlibPath` value in VSCode's 
settings to an array of paths to druntime and phobos (you should 
find them somewhere in ~/dlang if you used the default install 
place). This way code-d should have proper completion.


More information about the Digitalmars-d-ide mailing list