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
Avoid using the fallback context for runtime files
For requests on the runtime files, only execute them in the
fallback context if there is no other context available for it.
Especially avoid indexing the runtime in the fallback context.
This is saving around 600mb of RAM.
For eng/ide/ada_language_server#1596
0 commit comments