julia-vscode / SymbolServer.jl

Other
23 stars 30 forks source link

create dummy cache locally for downloads of unsuccessful caches #214

Closed ZacLN closed 3 years ago

ZacLN commented 3 years ago

For every PR, please check the following:

pfitzseb commented 3 years ago

Doesn't this disable local indexing? I feel like we could just write the .unavailable file into the cache dir and then check for its existence before downloading, right?

ZacLN commented 3 years ago

That makes more sense