You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On startup in my example codebase, it takes 11s to call WorkspaceFolder::setupWithConfiguration, where 8s is the cost to update the sourcemap. We will pay this sourcemap cost whenever the sourcemap changes. We should see if there are any performance gains from sourcemap parsing.
The text was updated successfully, but these errors were encountered:
On startup in my example codebase, it takes 11s to call
WorkspaceFolder::setupWithConfiguration
, where 8s is the cost to update the sourcemap. We will pay this sourcemap cost whenever the sourcemap changes. We should see if there are any performance gains from sourcemap parsing.The text was updated successfully, but these errors were encountered: