fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Abstract out paths such as `.curry`, `package.json` etc. #57

Open fwcd opened 1 year ago

fwcd commented 1 year ago

We currently hardcode .curry, .curry/language-server, paths.json and package.json in quite a few places. We should probably move that to a function, at least, and ideally make it configurable too.