Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Error compiling 'requests' 1.1.7, what version should I use? #339

Closed pinver closed 10 months ago

pinver commented 10 months ago

I've seen that in #308 the suggestion is to use the pre-release or master branch, but the release after 1.1.7 is 2.x.x.

Any suggestion on a tested working release?

WebFreak001 commented 10 months ago

you need to use the beta or nightly serve-d versions. In vscode to automatically get them you change the setting d.servedReleaseChannel and reload the window

redthing1 commented 10 months ago

Just go the directory it tries to compile served, checkout master, build, then set the path in settings

pinver commented 10 months ago

Thank you, switching to the beta channel worked fine!