code-d icon indicating copy to clipboard operation
code-d copied to clipboard

improve missing stdlibPath detection & fixing

Open WebFreak001 opened this issue 6 years ago • 2 comments

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:

  • wherever dmd is searching (check dmd.conf)
  • wherever ldc is searching
  • common install paths
  • nix package paths
  • brew package paths (e.g. /usr/local/Cellar/dmd/2.086.0/include/dlang/dmd)
  • snap/flatpak (?)

WebFreak001 avatar Jun 24 '19 23:06 WebFreak001

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

WebFreak001 avatar Jun 30 '19 18:06 WebFreak001

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

andre2007 avatar Aug 05 '19 21:08 andre2007