'use strict'; (function (){ var bootstrapbootstrapLib(); var bootstrapWindowbootstrapWindowLib(); bootstrap.avoidMonkeyPatchFromAppInsights(); _AN_Call_load('load', bootstrapWindow, ['vs/code/electron-browser/sharedProcess/sharedProcessMain'] , function (sharedProcess, configuration){ return sharedProcess.main(configuration); } ); function bootstrapLib(){ return window.MonacoBootstrap; } function bootstrapWindowLib(){ return window.MonacoBootstrapWindow; } } ());