broadinstitute / wdl-ide

Rich IDE support for Workflow Description Language
BSD 3-Clause "New" or "Revised" License
40 stars 8 forks source link

Docker 19.03 issue #5

Closed lmtani closed 1 year ago

lmtani commented 4 years ago

Hi!

Thank you for this work. It really helps writing good WDL workflows.

I think you docker-compose needs an update, adding an environment variable to disable TLS validation as described here.

I'm using with VScode and works fine. Wishing for auto-complete for ease access to task outputs.

dinvlad commented 4 years ago

Thanks @lmtani, glad to hear it's helpful! I'll take a look at the TLS issue sometime soon.

Re auto-complete I'd like to implement that too, but not sure how to best approach this yet. I've created #6 to track this (no promises yet).