Denis Loginov

Results 152 comments of Denis Loginov

Merged! The new build should be published shortly - please let me know if you still have issues after the `0.0.77` update..

Thanks for raising the issue @GregTD42 ! The [existing logic](https://github.com/broadinstitute/wdl-ide/blob/76a04051677347fb9014ff6ef9c491b197f89d4a/server/wdl_lsp/server.py#L272-L291) to resolve WDL paths goes as follows: 1) If multiple "workspace folders" feature of VC Code is used, then it...

Sorry, the project is currently unmaintained. I would welcome a PR, however

As a workaround, we've been using Webpack DevServer to proxy all requests _to_ Firebase hosting and any other APIs that we use either locally or remotely: ```js // your framework's...

Any updates on these?

I don't think the current version assumes the location, however what might be happening is that you'd need to set `pythonPath` to your Python interpreter in your workspace settings, as...

Was this implemented? Sorry, I couldn’t find it in the code

Are there plans to apply defaults from references as well?

Thanks, I've tried that before but incorrectly (through allOf), which is why it wasn't working. IMO that's actually better than through Definitions.