jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Picking files and the backend timeout dont play nicely #72

Closed jw3 closed 3 years ago

jw3 commented 3 years ago

If you are picking files on launch you better be fast :timer_clock:

2021-08-09 16:02:55,476 [io-compute-4] INFO d.d.d.DAPodil - launched with options listenPort: 4711, listenTimeout: 10 seconds

arosien commented 3 years ago

You can override it with --listen-timeout <duration>, but it's probably best to launch the backend last. Is that possible with the current extension design?

jw3 commented 3 years ago

Looking into that now. It should be possible, just a matter of how much shuffling around has to be done.

Definitely should scale better, and allows application logic to factor into the backend launch.