When a user opens a CQL project in VS Code for the first time, the extension needs to download supporting FHIR packages from the internet before it can provide diagnostics, hover information, and other language features. Due to a bug in how we coordinate that download, multiple downloads of the same packages can be triggered simultaneously instead of just one.
When a user opens a CQL project in VS Code for the first time, the extension needs to download supporting FHIR packages from the internet before it can provide diagnostics, hover information, and other language features. Due to a bug in how we coordinate that download, multiple downloads of the same packages can be triggered simultaneously instead of just one.