mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
sandbox - some tweaks around loading modules lazy if possible(semver-umd)
This commit is contained in:
@@ -62,9 +62,7 @@ bootstrapWindow.load([
|
||||
{
|
||||
removeDeveloperKeybindingsAfterLoad: true,
|
||||
canModifyDOM: function (windowConfig) {
|
||||
if (!bootstrapWindow.globals().context.sandbox) {
|
||||
showPartsSplash(windowConfig); // TODO@sandbox non-sandboxed only
|
||||
}
|
||||
showPartsSplash(windowConfig);
|
||||
},
|
||||
beforeLoaderConfig: function (windowConfig, loaderConfig) {
|
||||
loaderConfig.recordStats = true;
|
||||
|
||||
Reference in New Issue
Block a user