dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 16 forks source link

Cache package sources during retry-on-save #169

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

If an error occurs while loading package sources, the extension will now cache successful results when more than one package context (e.g. mops.toml or vessel.dhall file) exists in the workspace.

Addresses #164.