"use strict";/*!-------------------------------------------------------- * Copyright (C) Microsoft Corporation. All rights reserved. *--------------------------------------------------------*/var _amdLoaderGlobal=this,_commonjsGlobal=typeof global=="object"?global:{},AMDLoader;(function(c){c.global=_amdLoaderGlobal;var E=function(){function g(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(g.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),g.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=g._isWindows(),this._isNode=typeof module<"u"&&!!module.exports,this._isElectronRenderer=typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="renderer",this._isWebWorker=typeof c.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="worker")},g._isWindows=function(){return typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process<"u"?process.platform==="win32":!1},g}();c.Environment=E})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(c){var E=function(){function f(o,_,s){this.type=o,this.detail=_,this.timestamp=s}return f}();c.LoaderEvent=E;var g=function(){function f(o){this._events=[new E(1,"",o)]}return f.prototype.record=function(o,_){this._events.push(new E(o,_,c.Utilities.getHighPerformanceTimestamp()))},f.prototype.getEvents=function(){return this._events},f}();c.LoaderEventRecorder=g;var y=function(){function f(){}return f.prototype.record=function(o,_){},f.prototype.getEvents=function(){return[]},f.INSTANCE=new f,f}();c.NullLoaderEventRecorder=y})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(c){var E=function(){function g(){}return g.fileUriToFilePath=function(y,f){if(f=decodeURI(f).replace(/%23/g,"#"),y){if(/^file:\/\/\//.test(f))return f.substr(8);if(/^file:\/\//.test(f))return f.substr(5)}else if(/^file:\/\//.test(f))return f.substr(7);return f},g.startsWith=function(y,f){return y.length>=f.length&&y.substr(0,f.length)===f},g.endsWith=function(y,f){return y.length>=f.length&&y.substr(y.length-f.length)===f},g.containsQueryString=function(y){return/^[^\#]*\?/gi.test(y)},g.isAbsolutePath=function(y){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(y)},g.forEachProperty=function(y,f){if(y){var o=void 0;for(o in y)y.hasOwnProperty(o)&&f(o,y[o])}},g.isEmpty=function(y){var f=!0;return g.forEachProperty(y,function(){f=!1}),f},g.recursiveClone=function(y){if(!y||typeof y!="object"||y instanceof RegExp||!Array.isArray(y)&&Object.getPrototypeOf(y)!==Object.prototype)return y;var f=Array.isArray(y)?[]:{};return g.forEachProperty(y,function(o,_){_&&typeof _=="object"?f[o]=g.recursiveClone(_):f[o]=_}),f},g.generateAnonymousModule=function(){return"===anonymous"+g.NEXT_ANONYMOUS_ID+++"==="},g.isAnonymousModule=function(y){return g.startsWith(y,"===anonymous")},g.getHighPerformanceTimestamp=function(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=c.global.performance&&typeof c.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?c.global.performance.now():Date.now()},g.NEXT_ANONYMOUS_ID=1,g.PERFORMANCE_NOW_PROBED=!1,g.HAS_PERFORMANCE_NOW=!1,g}();c.Utilities=E})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(c){function E(f){if(f instanceof Error)return f;var o=new Error(f.message||String(f)||"Unknown Error");return f.stack&&(o.stack=f.stack),o}c.ensureError=E;var g=function(){function f(){}return f.validateConfigurationOptions=function(o){function _(e){if(e.phase==="loading"){console.error('Loading "'+e.moduleId+'" failed'),console.error(e),console.error("Here are the modules that depend on it:"),console.error(e.neededBy);return}if(e.phase==="factory"){console.error('The factory function of "'+e.moduleId+'" has thrown an exception'),console.error(e),console.error("Here are the modules that depend on it:"),console.error(e.neededBy);return}}if(o=o||{},typeof o.baseUrl!="string"&&(o.baseUrl=""),typeof o.isBuild!="boolean"&&(o.isBuild=!1),typeof o.paths!="object"&&(o.paths={}),typeof o.config!="object"&&(o.config={}),typeof o.catchError>"u"&&(o.catchError=!1),typeof o.recordStats>"u"&&(o.recordStats=!1),typeof o.urlArgs!="string"&&(o.urlArgs=""),typeof o.onError!="function"&&(o.onError=_),Array.isArray(o.ignoreDuplicateModules)||(o.ignoreDuplicateModules=[]),o.baseUrl.length>0&&(c.Utilities.endsWith(o.baseUrl,"/")||(o.baseUrl+="/")),typeof o.cspNonce!="string"&&(o.cspNonce=""),typeof o.preferScriptTags>"u"&&(o.preferScriptTags=!1),o.nodeCachedData&&typeof o.nodeCachedData=="object"&&(typeof o.nodeCachedData.seed!="string"&&(o.nodeCachedData.seed="seed"),(typeof o.nodeCachedData.writeDelay!="number"||o.nodeCachedData.writeDelay<0)&&(o.nodeCachedData.writeDelay=1e3*7),!o.nodeCachedData.path||typeof o.nodeCachedData.path!="string")){var s=E(new Error("INVALID cached data configuration, 'path' MUST be set"));s.phase="configuration",o.onError(s),o.nodeCachedData=void 0}return o},f.mergeConfigurationOptions=function(o,_){o===void 0&&(o=null),_===void 0&&(_=null);var s=c.Utilities.recursiveClone(_||{});return c.Utilities.forEachProperty(o,function(e,t){e==="ignoreDuplicateModules"&&typeof s.ignoreDuplicateModules<"u"?s.ignoreDuplicateModules=s.ignoreDuplicateModules.concat(t):e==="paths"&&typeof s.paths<"u"?c.Utilities.forEachProperty(t,function(r,n){return s.paths[r]=n}):e==="config"&&typeof s.config<"u"?c.Utilities.forEachProperty(t,function(r,n){return s.config[r]=n}):s[e]=c.Utilities.recursiveClone(t)}),f.validateConfigurationOptions(s)},f}();c.ConfigurationOptionsUtil=g;var y=function(){function f(o,_){if(this._env=o,this.options=g.mergeConfigurationOptions(_),this._createIgnoreDuplicateModulesMap(),this._createSortedPathsRules(),this.options.baseUrl===""&&this.options.nodeRequire&&this.options.nodeRequire.main&&this.options.nodeRequire.main.filename&&this._env.isNode){var s=this.options.nodeRequire.main.filename,e=Math.max(s.lastIndexOf("/"),s.lastIndexOf("\\"));this.options.baseUrl=s.substring(0,e+1)}}return f.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var o=0;o=5)){if(h.length0?(l=h.slice(0,16),a=h.slice(16),n.record(60,r)):n.record(61,r),p()})}},e.prototype._verifyCachedData=function(t,r,n,i,u){var a=this;!i||t.cachedDataRejected||setTimeout(function(){var l=a._crypto.createHash("md5").update(r,"utf8").digest();i.equals(l)||(u.getConfig().onError(new Error("FAILED TO VERIFY CACHED DATA, deleting stale '"+n+"' now, but a RESTART IS REQUIRED")),a._fs.unlink(n,function(d){d&&u.getConfig().onError(d)}))},Math.ceil(5e3*(1+Math.random())))},e._BOM=65279,e._PREFIX="(function (require, define, __filename, __dirname) { ",e._SUFFIX=` });`,e}();function _(e,t){if(t.__$__isRecorded)return t;var r=function(i){e.record(33,i);try{return t(i)}finally{e.record(34,i)}};return r.__$__isRecorded=!0,r}c.ensureRecordedNodeRequire=_;function s(e){return new E(e)}c.createScriptLoader=s})(AMDLoader||(AMDLoader={}));var AMDLoader;(function(c){var E=function(){function s(e){var t=e.lastIndexOf("/");t!==-1?this.fromModulePath=e.substr(0,t+1):this.fromModulePath=""}return s._normalizeModuleId=function(e){var t=e,r;for(r=/\/\.\//;r.test(t);)t=t.replace(r,"/");for(t=t.replace(/^\.\//g,""),r=/\/(([^\/])|([^\/][^\/\.])|([^\/\.][^\/])|([^\/][^\/][^\/]+))\/\.\.\//;r.test(t);)t=t.replace(r,"/");return t=t.replace(/^(([^\/])|([^\/][^\/\.])|([^\/\.][^\/])|([^\/][^\/][^\/]+))\/\.\.\//,""),t},s.prototype.resolveModule=function(e){var t=e;return c.Utilities.isAbsolutePath(t)||(c.Utilities.startsWith(t,"./")||c.Utilities.startsWith(t,"../"))&&(t=s._normalizeModuleId(this.fromModulePath+t)),t},s.ROOT=new s(""),s}();c.ModuleIdResolver=E;var g=function(){function s(e,t,r,n,i,u){this.id=e,this.strId=t,this.dependencies=r,this._callback=n,this._errorback=i,this.moduleIdResolver=u,this.exports={},this.error=null,this.exportsPassedIn=!1,this.unresolvedDependenciesCount=this.dependencies.length,this._isComplete=!1}return s._safeInvokeFunction=function(e,t){try{return{returnedValue:e.apply(c.global,t),producedError:null}}catch(r){return{returnedValue:null,producedError:r}}},s._invokeFactory=function(e,t,r,n){return e.shouldInvokeFactory(t)?e.shouldCatchError()?this._safeInvokeFunction(r,n):{returnedValue:r.apply(c.global,n),producedError:null}:{returnedValue:null,producedError:null}},s.prototype.complete=function(e,t,r,n){this._isComplete=!0;var i=null;if(this._callback)if(typeof this._callback=="function"){e.record(21,this.strId);var u=s._invokeFactory(t,this.strId,this._callback,r);i=u.producedError,e.record(22,this.strId),!i&&typeof u.returnedValue<"u"&&(!this.exportsPassedIn||c.Utilities.isEmpty(this.exports))&&(this.exports=u.returnedValue)}else this.exports=this._callback;if(i){var a=c.ensureError(i);a.phase="factory",a.moduleId=this.strId,a.neededBy=n(this.id),this.error=a,t.onError(a)}this.dependencies=null,this._callback=null,this._errorback=null,this.moduleIdResolver=null},s.prototype.onDependencyError=function(e){return this._isComplete=!0,this.error=e,this._errorback?(this._errorback(e),!0):!1},s.prototype.isComplete=function(){return this._isComplete},s}();c.Module=g;var y=function(){function s(){this._nextId=0,this._strModuleIdToIntModuleId=new Map,this._intModuleIdToStrModuleId=[],this.getModuleId("exports"),this.getModuleId("module"),this.getModuleId("require")}return s.prototype.getMaxModuleId=function(){return this._nextId},s.prototype.getModuleId=function(e){var t=this._strModuleIdToIntModuleId.get(e);return typeof t>"u"&&(t=this._nextId++,this._strModuleIdToIntModuleId.set(e,t),this._intModuleIdToStrModuleId[t]=e),t},s.prototype.getStrModuleId=function(e){return this._intModuleIdToStrModuleId[e]},s}(),f=function(){function s(e){this.id=e}return s.EXPORTS=new s(0),s.MODULE=new s(1),s.REQUIRE=new s(2),s}();c.RegularDependency=f;var o=function(){function s(e,t,r){this.id=e,this.pluginId=t,this.pluginParam=r}return s}();c.PluginDependency=o;var _=function(){function s(e,t,r,n,i){i===void 0&&(i=0),this._env=e,this._scriptLoader=t,this._loaderAvailableTimestamp=i,this._defineFunc=r,this._requireFunc=n,this._moduleIdProvider=new y,this._config=new c.Configuration(this._env),this._hasDependencyCycle=!1,this._modules2=[],this._knownModules2=[],this._inverseDependencies2=[],this._inversePluginDependencies2=new Map,this._currentAnonymousDefineCall=null,this._recorder=null,this._buildInfoPath=[],this._buildInfoDefineStack=[],this._buildInfoDependencies=[]}return s.prototype.reset=function(){return new s(this._env,this._scriptLoader,this._defineFunc,this._requireFunc,this._loaderAvailableTimestamp)},s.prototype.getGlobalAMDDefineFunc=function(){return this._defineFunc},s.prototype.getGlobalAMDRequireFunc=function(){return this._requireFunc},s._findRelevantLocationInStack=function(e,t){for(var r=function(b){return b.replace(/\\/g,"/")},n=r(e),i=t.split(/\n/),u=0;u=0){var n=t.resolveModule(e.substr(0,r)),i=t.resolveModule(e.substr(r+1)),u=this._moduleIdProvider.getModuleId(n+"!"+i),a=this._moduleIdProvider.getModuleId(n);return new o(u,a,i)}return new f(this._moduleIdProvider.getModuleId(t.resolveModule(e)))},s.prototype._normalizeDependencies=function(e,t){for(var r=[],n=0,i=0,u=e.length;i0;){var d=l.shift(),p=this._modules2[d];p&&(a=p.onDependencyError(r)||a);var v=this._inverseDependencies2[d];if(v)for(var i=0,u=v.length;i0;){var l=a.shift(),d=l.dependencies;if(d)for(var i=0,u=d.length;i=n.length)t._onLoadError(e,l);else{var d=n[u],p=t.getRecorder();if(t._config.isBuild()&&d==="empty:"){t._buildInfoPath[e]=d,t.defineModule(t._moduleIdProvider.getStrModuleId(e),[],null,null,null),t._onLoad(e);return}p.record(10,d),t._scriptLoader.load(t,d,function(){t._config.isBuild()&&(t._buildInfoPath[e]=d),p.record(11,d),t._onLoad(e)},function(v){p.record(12,d),a(v)})}};a(null)}},s.prototype._loadPluginDependency=function(e,t){var r=this;if(!(this._modules2[t.id]||this._knownModules2[t.id])){this._knownModules2[t.id]=!0;var n=function(i){r.defineModule(r._moduleIdProvider.getStrModuleId(t.id),[],i,null,null)};n.error=function(i){r._config.onError(r._createLoadError(t.id,i))},e.load(t.pluginParam,this._createRequire(E.ROOT),n,this._config.getOptionsLiteral())}},s.prototype._resolve=function(e){var t=this,r=e.dependencies;if(r)for(var n=0,i=r.length;n `)),e.unresolvedDependenciesCount--;continue}if(this._inverseDependencies2[u.id]=this._inverseDependencies2[u.id]||[],this._inverseDependencies2[u.id].push(e.id),u instanceof o){var d=this._modules2[u.pluginId];if(d&&d.isComplete()){this._loadPluginDependency(d.exports,u);continue}var p=this._inversePluginDependencies2.get(u.pluginId);p||(p=[],this._inversePluginDependencies2.set(u.pluginId,p)),p.push(u),this._loadModule(u.pluginId);continue}this._loadModule(u.id)}e.unresolvedDependenciesCount===0&&this._onModuleComplete(e)},s.prototype._onModuleComplete=function(e){var t=this,r=this.getRecorder();if(!e.isComplete()){var n=e.dependencies,i=[];if(n)for(var u=0,a=n.length;u"u"&&_())})(AMDLoader||(AMDLoader={})),define("vs/css",["require","exports"],function(c,E){"use strict";Object.defineProperty(E,"__esModule",{value:!0}),E.load=void 0;function g(s,e,t,r){if(r=r||{},(r["vs/css"]||{}).disabled){t({});return}const i=e.toUrl(s+".css");y(s,i,()=>{t({})},u=>{typeof t.error=="function"&&t.error("Could not find "+i+".")})}E.load=g;function y(s,e,t,r){if(f(s,e)){t();return}o(s,e,t,r)}function f(s,e){const t=document.getElementsByTagName("link");for(let r=0,n=t.length;r{e.removeEventListener("load",i),e.removeEventListener("error",u)},i=a=>{n(),t()},u=a=>{n(),r(a)};e.addEventListener("load",i),e.addEventListener("error",u)}}),define("vs/nls",["require","exports"],function(c,E){"use strict";Object.defineProperty(E,"__esModule",{value:!0}),E.load=E.create=E.setPseudoTranslation=E.getConfiguredDefaultLocale=E.localize=void 0;let g=typeof document<"u"&&document.location&&document.location.hash.indexOf("pseudo=true")>=0;const y="i-default";function f(a,l){let d;return l.length===0?d=a:d=a.replace(/\{(\d+)\}/g,(p,v)=>{const h=v[0],b=l[h];let C=p;return typeof b=="string"?C=b:(typeof b=="number"||typeof b=="boolean"||b===void 0||b===null)&&(C=String(b)),C}),g&&(d="\uFF3B"+d.replace(/[aouei]/g,"$&$&")+"\uFF3D"),d}function o(a,l){let d=a[l];return d||(d=a["*"],d)?d:null}function _(a){return a.charAt(a.length-1)==="/"?a:a+"/"}async function s(a,l,d){const p=_(a)+_(l)+"vscode/"+_(d),v=await fetch(p);if(v.ok)return await v.json();throw new Error(`${v.status} - ${v.statusText}`)}function e(a){return function(l,d){const p=Array.prototype.slice.call(arguments,2);return f(a[l],p)}}function t(a,l,...d){return f(l,d)}E.localize=t;function r(a){}E.getConfiguredDefaultLocale=r;function n(a){g=a}E.setPseudoTranslation=n;function i(a,l){return{localize:e(l[a]),getConfiguredDefaultLocale:l.getConfiguredDefaultLocale??(d=>{})}}E.create=i;function u(a,l,d,p){const v=p["vs/nls"]??{};if(!a||a.length===0)return d({localize:t,getConfiguredDefaultLocale:()=>v.availableLanguages?.["*"]});const h=v.availableLanguages?o(v.availableLanguages,a):null,b=h===null||h===y;let C=".nls";b||(C=C+"."+h);const R=m=>{Array.isArray(m)?m.localize=e(m):m.localize=e(m[a]),m.getConfiguredDefaultLocale=()=>v.availableLanguages?.["*"],d(m)};typeof v.loadBundle=="function"?v.loadBundle(a,h,(m,I)=>{m?l([a+".nls"],R):R(I)}):v.translationServiceUrl&&!b?(async()=>{try{const m=await s(v.translationServiceUrl,h,a);return R(m)}catch(m){if(!h.includes("-"))return console.error(m),l([a+".nls"],R);try{const I=h.split("-")[0],U=await s(v.translationServiceUrl,I,a);return v.availableLanguages??={},v.availableLanguages["*"]=I,R(U)}catch(I){return console.error(I),l([a+".nls"],R)}}})():l([a+C],R,m=>{if(C===".nls"){console.error("Failed trying to load default language strings",m);return}console.error(`Failed to load message bundle for language ${h}. Falling back to the default language:`,m),l([a+".nls"],R)})}E.load=u}); //# sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/6261075646f055b99068d3688932416f2346dd3b/core/vs/loader.js.map x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586