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
After #878 BellSound will be loaded in before the Terminal is initialized, delaying the time it takes and increasing the memory even when no bell is desired.
Yeah... I think the problem is that there are all these different loaders we have to support. Would be nice to have an abstraction for those, so we could simply import resources lazily. Mmmmpf... that's the part of modern javascript that really sucks - I hope this problem will be solved once the official html module api has settled. Anyway, I don't really see a way of loading the bell audio lazily without it. Even if we get the dynamic imports to work it will depend on the loader (e.g. webpack) to support it.
After #878 BellSound will be loaded in before the Terminal is initialized, delaying the time it takes and increasing the memory even when no bell is desired.
See microsoft/TypeScript#12364
The text was updated successfully, but these errors were encountered: