Pure-D / code-d

Fully featured D language extension for Visual Studio Code using Serve-D
MIT License
295 stars 47 forks source link

improve missing stdlibPath detection & fixing #255

Open WebFreak001 opened 5 years ago

WebFreak001 commented 5 years ago

A GUI to help picking correct stdlibPath folder when missing would be useful (not sure if the detection is even working properly right now)

path fixes should support:

WebFreak001 commented 5 years ago

when invoking dmd it shows where to source the config file from (could use that in detection)

andre2007 commented 5 years ago

Also ldc is showing the location of the config file https://github.com/ldc-developers/ldc/issues/3116