code-d
code-d copied to clipboard
improve missing stdlibPath detection & fixing
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 (?)
when invoking dmd it shows where to source the config file from (could use that in detection)
Also ldc is showing the location of the config file https://github.com/ldc-developers/ldc/issues/3116