Using electron for IDE development

WebFreak001 via Digitalmars-d digitalmars-d at puremagic.com
Mon Jul 4 12:50:27 PDT 2016


On Monday, 4 July 2016 at 19:30:37 UTC, Dmitry wrote:
> On Monday, 4 July 2016 at 18:55:57 UTC, Gerald wrote:
>> Visual Studio Code is based on electron and works very well 
>> for me with D when using the code-d plugin for it:
> Yes, it works prefect
> https://dl.dropboxusercontent.com/u/78963719/D/forum/vscode.png

compile workspace-d in debug mode again and post an issue with 
the stack trace on the github page.

Repository: https://github.com/Pure-D/workspace-d
Compilation: dub build --compiler=ldc2

Note: you must compile with ldc because there is some bug in dmd 
phobos which causes the program to freeze on windows. I couldn't 
find a way to reproduce it yet though.

More information on the D phobos bug: 
https://github.com/Pure-D/code-d/issues/38#issuecomment-221289994 
and the comments below


More information about the Digitalmars-d mailing list