asdf-community / asdf-deno

Deno plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
129 stars 17 forks source link

Do not separate deno cache between versions #18

Closed Nitive closed 4 years ago

Nitive commented 4 years ago

Reasoning

  1. Modules in cache do not depend on specific deno version
  2. Custom cache folder breaks vscode-deno extension https://github.com/denoland/vscode_deno/issues/231

I thought about removing custom DENO_INSTALL_ROOT as well, but seems like it will be a breaking change for existing users.

Related https://github.com/asdf-community/asdf-deno/issues/17#issuecomment-698261897 https://github.com/denoland/vscode_deno/issues/231

smorimoto commented 4 years ago

Thanks @Nitive!