dfinity / vscode-motoko

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

Improve performance for large workspaces #172

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

This PR changes the extension to only type-check active tabs and canister entry points, providing a giant performance boost (on the order of 100x) for large-scale Motoko workspaces.