julia-vscode / SymbolServer.jl

Other
22 stars 31 forks source link

Fix a race condition #251

Closed davidanthoff closed 2 years ago

davidanthoff commented 2 years ago

This is something that showed up in crash reports. The old version essentially didn't take into account that the _downloads folder will be accessed from multiple VS Code instances at the same time and then crashed when multiple instances tried to simultaneously remove it.