jw3 / example-daffodil-vscode

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

Store downloaded files elsewhere #5

Closed jw3 closed 3 years ago

jw3 commented 3 years ago

Keeping downloads in the project dir is not ideal, but was nice for a quick turn on this. For a 0.1 we need to investigate a portable solution to this problem.

In Rust there is https://github.com/dirs-dev/dirs-rs which says

The library provides the location of these directories by leveraging the mechanisms defined by

arosien commented 3 years ago

I was looking at another extension and they use os.tmpdir to store the downloaded stuff.