MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: hnhtennm (1016)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/hnhtennm/.vscode-server/bin/6261075646f055b99068d3688932416f2346dd3b/out/server-cli.js
"use strict";var __getOwnPropNames=Object.getOwnPropertyNames,__commonJS=(D,I)=>function(){return I||(0,D[__getOwnPropNames(D)[0]])((I={exports:{}}).exports,I),I.exports},require_bootstrap_node=__commonJS({"out-build/bootstrap-node.js"(D){"use strict";function I(){const C=require("path");try{typeof process.env.VSCODE_CWD!="string"&&(process.env.VSCODE_CWD=process.cwd()),process.platform==="win32"&&process.chdir(C.dirname(process.execPath))}catch(P){console.error(P)}}I(),D.injectNodeModuleLookupPath=function(C){if(!C)throw new Error("Missing injectPath");const P=require("module"),m=require("path").join(__dirname,"../node_modules"),l=P._resolveLookupPaths;P._resolveLookupPaths=function(y,d){const _=l(y,d);if(Array.isArray(_)){for(let f=0,i=_.length;f<i;f++)if(_[f]===m){_.splice(f,0,C);break}}return _}},D.removeGlobalNodeModuleLookupPaths=function(){const C=require("module"),P=C.globalPaths,O=C._resolveLookupPaths;C._resolveLookupPaths=function(m,l){const y=O(m,l);let d=0;for(;d<y.length&&y[y.length-1-d]===P[P.length-1-d];)d++;return y.slice(0,y.length-d)}},D.configurePortable=function(C){const P=require("fs"),O=require("path"),m=O.dirname(__dirname);function l(p){return process.env.VSCODE_DEV?m:process.platform==="darwin"?p.dirname(p.dirname(p.dirname(m))):p.dirname(p.dirname(m))}function y(p){if(process.env.VSCODE_PORTABLE)return process.env.VSCODE_PORTABLE;if(process.platform==="win32"||process.platform==="linux")return p.join(l(p),"data");const n=C.portable||`${C.applicationName}-portable-data`;return p.join(p.dirname(l(p)),n)}const d=y(O),_=!("target"in C)&&P.existsSync(d),f=O.join(d,"tmp"),i=_&&P.existsSync(f);return _?process.env.VSCODE_PORTABLE=d:delete process.env.VSCODE_PORTABLE,i&&(process.platform==="win32"?(process.env.TMP=f,process.env.TEMP=f):process.env.TMPDIR=f),{portableDataPath:d,isPortable:_}}}}),require_loader=__commonJS({"out-build/vs/loader.js"(D,I){"use strict";var C=D,P=typeof global=="object"?global:{},m;(function(l){l.global=C;var y=function(){function d(){this._detected=!1,this._isWindows=!1,this._isNode=!1,this._isElectronRenderer=!1,this._isWebWorker=!1,this._isElectronNodeIntegrationWebWorker=!1}return Object.defineProperty(d.prototype,"isWindows",{get:function(){return this._detect(),this._isWindows},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"isNode",{get:function(){return this._detect(),this._isNode},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"isElectronRenderer",{get:function(){return this._detect(),this._isElectronRenderer},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"isWebWorker",{get:function(){return this._detect(),this._isWebWorker},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"isElectronNodeIntegrationWebWorker",{get:function(){return this._detect(),this._isElectronNodeIntegrationWebWorker},enumerable:!1,configurable:!0}),d.prototype._detect=function(){this._detected||(this._detected=!0,this._isWindows=d._isWindows(),this._isNode=typeof I<"u"&&!!I.exports,this._isElectronRenderer=typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="renderer",this._isWebWorker=typeof l.global.importScripts=="function",this._isElectronNodeIntegrationWebWorker=this._isWebWorker&&typeof process<"u"&&typeof process.versions<"u"&&typeof process.versions.electron<"u"&&process.type==="worker")},d._isWindows=function(){return typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.indexOf("Windows")>=0?!0:typeof process<"u"?process.platform==="win32":!1},d}();l.Environment=y})(m||(m={}));var m;(function(l){var y=function(){function f(i,p,n){this.type=i,this.detail=p,this.timestamp=n}return f}();l.LoaderEvent=y;var d=function(){function f(i){this._events=[new y(1,"",i)]}return f.prototype.record=function(i,p){this._events.push(new y(i,p,l.Utilities.getHighPerformanceTimestamp()))},f.prototype.getEvents=function(){return this._events},f}();l.LoaderEventRecorder=d;var _=function(){function f(){}return f.prototype.record=function(i,p){},f.prototype.getEvents=function(){return[]},f.INSTANCE=new f,f}();l.NullLoaderEventRecorder=_})(m||(m={}));var m;(function(l){var y=function(){function d(){}return d.fileUriToFilePath=function(_,f){if(f=decodeURI(f).replace(/%23/g,"#"),_){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},d.startsWith=function(_,f){return _.length>=f.length&&_.substr(0,f.length)===f},d.endsWith=function(_,f){return _.length>=f.length&&_.substr(_.length-f.length)===f},d.containsQueryString=function(_){return/^[^\#]*\?/gi.test(_)},d.isAbsolutePath=function(_){return/^((http:\/\/)|(https:\/\/)|(file:\/\/)|(\/))/.test(_)},d.forEachProperty=function(_,f){if(_){var i=void 0;for(i in _)_.hasOwnProperty(i)&&f(i,_[i])}},d.isEmpty=function(_){var f=!0;return d.forEachProperty(_,function(){f=!1}),f},d.recursiveClone=function(_){if(!_||typeof _!="object"||_ instanceof RegExp||!Array.isArray(_)&&Object.getPrototypeOf(_)!==Object.prototype)return _;var f=Array.isArray(_)?[]:{};return d.forEachProperty(_,function(i,p){p&&typeof p=="object"?f[i]=d.recursiveClone(p):f[i]=p}),f},d.generateAnonymousModule=function(){return"===anonymous"+d.NEXT_ANONYMOUS_ID+++"==="},d.isAnonymousModule=function(_){return d.startsWith(_,"===anonymous")},d.getHighPerformanceTimestamp=function(){return this.PERFORMANCE_NOW_PROBED||(this.PERFORMANCE_NOW_PROBED=!0,this.HAS_PERFORMANCE_NOW=l.global.performance&&typeof l.global.performance.now=="function"),this.HAS_PERFORMANCE_NOW?l.global.performance.now():Date.now()},d.NEXT_ANONYMOUS_ID=1,d.PERFORMANCE_NOW_PROBED=!1,d.HAS_PERFORMANCE_NOW=!1,d}();l.Utilities=y})(m||(m={}));var m;(function(l){function y(f){if(f instanceof Error)return f;var i=new Error(f.message||String(f)||"Unknown Error");return f.stack&&(i.stack=f.stack),i}l.ensureError=y;var d=function(){function f(){}return f.validateConfigurationOptions=function(i){function p(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(i=i||{},typeof i.baseUrl!="string"&&(i.baseUrl=""),typeof i.isBuild!="boolean"&&(i.isBuild=!1),typeof i.paths!="object"&&(i.paths={}),typeof i.config!="object"&&(i.config={}),typeof i.catchError>"u"&&(i.catchError=!1),typeof i.recordStats>"u"&&(i.recordStats=!1),typeof i.urlArgs!="string"&&(i.urlArgs=""),typeof i.onError!="function"&&(i.onError=p),Array.isArray(i.ignoreDuplicateModules)||(i.ignoreDuplicateModules=[]),i.baseUrl.length>0&&(l.Utilities.endsWith(i.baseUrl,"/")||(i.baseUrl+="/")),typeof i.cspNonce!="string"&&(i.cspNonce=""),typeof i.preferScriptTags>"u"&&(i.preferScriptTags=!1),i.nodeCachedData&&typeof i.nodeCachedData=="object"&&(typeof i.nodeCachedData.seed!="string"&&(i.nodeCachedData.seed="seed"),(typeof i.nodeCachedData.writeDelay!="number"||i.nodeCachedData.writeDelay<0)&&(i.nodeCachedData.writeDelay=1e3*7),!i.nodeCachedData.path||typeof i.nodeCachedData.path!="string")){var n=y(new Error("INVALID cached data configuration, 'path' MUST be set"));n.phase="configuration",i.onError(n),i.nodeCachedData=void 0}return i},f.mergeConfigurationOptions=function(i,p){i===void 0&&(i=null),p===void 0&&(p=null);var n=l.Utilities.recursiveClone(p||{});return l.Utilities.forEachProperty(i,function(e,t){e==="ignoreDuplicateModules"&&typeof n.ignoreDuplicateModules<"u"?n.ignoreDuplicateModules=n.ignoreDuplicateModules.concat(t):e==="paths"&&typeof n.paths<"u"?l.Utilities.forEachProperty(t,function(r,o){return n.paths[r]=o}):e==="config"&&typeof n.config<"u"?l.Utilities.forEachProperty(t,function(r,o){return n.config[r]=o}):n[e]=l.Utilities.recursiveClone(t)}),f.validateConfigurationOptions(n)},f}();l.ConfigurationOptionsUtil=d;var _=function(){function f(i,p){if(this._env=i,this.options=d.mergeConfigurationOptions(p),this._createIgnoreDuplicateModulesMap(),this._createSortedPathsRules(),this.options.baseUrl===""&&this.options.nodeRequire&&this.options.nodeRequire.main&&this.options.nodeRequire.main.filename&&this._env.isNode){var n=this.options.nodeRequire.main.filename,e=Math.max(n.lastIndexOf("/"),n.lastIndexOf("\\"));this.options.baseUrl=n.substring(0,e+1)}}return f.prototype._createIgnoreDuplicateModulesMap=function(){this.ignoreDuplicateModulesMap={};for(var i=0;i<this.options.ignoreDuplicateModules.length;i++)this.ignoreDuplicateModulesMap[this.options.ignoreDuplicateModules[i]]=!0},f.prototype._createSortedPathsRules=function(){var i=this;this.sortedPathsRules=[],l.Utilities.forEachProperty(this.options.paths,function(p,n){Array.isArray(n)?i.sortedPathsRules.push({from:p,to:n}):i.sortedPathsRules.push({from:p,to:[n]})}),this.sortedPathsRules.sort(function(p,n){return n.from.length-p.from.length})},f.prototype.cloneAndMerge=function(i){return new f(this._env,d.mergeConfigurationOptions(i,this.options))},f.prototype.getOptionsLiteral=function(){return this.options},f.prototype._applyPaths=function(i){for(var p,n=0,e=this.sortedPathsRules.length;n<e;n++)if(p=this.sortedPathsRules[n],l.Utilities.startsWith(i,p.from)){for(var t=[],r=0,o=p.to.length;r<o;r++)t.push(p.to[r]+i.substr(p.from.length));return t}return[i]},f.prototype._addUrlArgsToUrl=function(i){return l.Utilities.containsQueryString(i)?i+"&"+this.options.urlArgs:i+"?"+this.options.urlArgs},f.prototype._addUrlArgsIfNecessaryToUrl=function(i){return this.options.urlArgs?this._addUrlArgsToUrl(i):i},f.prototype._addUrlArgsIfNecessaryToUrls=function(i){if(this.options.urlArgs)for(var p=0,n=i.length;p<n;p++)i[p]=this._addUrlArgsToUrl(i[p]);return i},f.prototype.moduleIdToPaths=function(i){if(this._env.isNode){var p=this.options.amdModulesPattern instanceof RegExp&&!this.options.amdModulesPattern.test(i);if(p)return this.isBuild()?["empty:"]:["node|"+i]}var n=i,e;if(!l.Utilities.endsWith(n,".js")&&!l.Utilities.isAbsolutePath(n)){e=this._applyPaths(n);for(var t=0,r=e.length;t<r;t++)this.isBuild()&&e[t]==="empty:"||(l.Utilities.isAbsolutePath(e[t])||(e[t]=this.options.baseUrl+e[t]),!l.Utilities.endsWith(e[t],".js")&&!l.Utilities.containsQueryString(e[t])&&(e[t]=e[t]+".js"))}else!l.Utilities.endsWith(n,".js")&&!l.Utilities.containsQueryString(n)&&(n=n+".js"),e=[n];return this._addUrlArgsIfNecessaryToUrls(e)},f.prototype.requireToUrl=function(i){var p=i;return l.Utilities.isAbsolutePath(p)||(p=this._applyPaths(p)[0],l.Utilities.isAbsolutePath(p)||(p=this.options.baseUrl+p)),this._addUrlArgsIfNecessaryToUrl(p)},f.prototype.isBuild=function(){return this.options.isBuild},f.prototype.shouldInvokeFactory=function(i){return!!(!this.options.isBuild||l.Utilities.isAnonymousModule(i)||this.options.buildForceInvokeFactory&&this.options.buildForceInvokeFactory[i])},f.prototype.isDuplicateMessageIgnoredFor=function(i){return this.ignoreDuplicateModulesMap.hasOwnProperty(i)},f.prototype.getConfigForModule=function(i){if(this.options.config)return this.options.config[i]},f.prototype.shouldCatchError=function(){return this.options.catchError},f.prototype.shouldRecordStats=function(){return this.options.recordStats},f.prototype.onError=function(i){this.options.onError(i)},f}();l.Configuration=_})(m||(m={}));var m;(function(l){var y=function(){function e(t){this._env=t,this._scriptLoader=null,this._callbackMap={}}return e.prototype.load=function(t,r,o,s){var a=this;if(!this._scriptLoader)if(this._env.isWebWorker)this._scriptLoader=new f;else if(this._env.isElectronRenderer){var u=t.getConfig().getOptionsLiteral().preferScriptTags;u?this._scriptLoader=new d:this._scriptLoader=new i(this._env)}else this._env.isNode?this._scriptLoader=new i(this._env):this._scriptLoader=new d;var c={callback:o,errorback:s};if(this._callbackMap.hasOwnProperty(r)){this._callbackMap[r].push(c);return}this._callbackMap[r]=[c],this._scriptLoader.load(t,r,function(){return a.triggerCallback(r)},function(h){return a.triggerErrorback(r,h)})},e.prototype.triggerCallback=function(t){var r=this._callbackMap[t];delete this._callbackMap[t];for(var o=0;o<r.length;o++)r[o].callback()},e.prototype.triggerErrorback=function(t,r){var o=this._callbackMap[t];delete this._callbackMap[t];for(var s=0;s<o.length;s++)o[s].errorback(r)},e}(),d=function(){function e(){}return e.prototype.attachListeners=function(t,r,o){var s=function(){t.removeEventListener("load",a),t.removeEventListener("error",u)},a=function(c){s(),r()},u=function(c){s(),o(c)};t.addEventListener("load",a),t.addEventListener("error",u)},e.prototype.load=function(t,r,o,s){if(/^node\|/.test(r)){var a=t.getConfig().getOptionsLiteral(),u=p(t.getRecorder(),a.nodeRequire||l.global.nodeRequire),c=r.split("|"),h=null;try{h=u(c[1])}catch(b){s(b);return}t.enqueueDefineAnonymousModule([],function(){return h}),o()}else{var v=document.createElement("script");v.setAttribute("async","async"),v.setAttribute("type","text/javascript"),this.attachListeners(v,o,s);var E=t.getConfig().getOptionsLiteral().trustedTypesPolicy;E&&(r=E.createScriptURL(r)),v.setAttribute("src",r);var g=t.getConfig().getOptionsLiteral().cspNonce;g&&v.setAttribute("nonce",g),document.getElementsByTagName("head")[0].appendChild(v)}},e}();function _(e){var t=e.getConfig().getOptionsLiteral().trustedTypesPolicy;try{var r=t?self.eval(t.createScript("","true")):new Function("true");return r.call(self),!0}catch{return!1}}var f=function(){function e(){this._cachedCanUseEval=null}return e.prototype._canUseEval=function(t){return this._cachedCanUseEval===null&&(this._cachedCanUseEval=_(t)),this._cachedCanUseEval},e.prototype.load=function(t,r,o,s){if(/^node\|/.test(r)){var a=t.getConfig().getOptionsLiteral(),u=p(t.getRecorder(),a.nodeRequire||l.global.nodeRequire),c=r.split("|"),h=null;try{h=u(c[1])}catch(g){s(g);return}t.enqueueDefineAnonymousModule([],function(){return h}),o()}else{var v=t.getConfig().getOptionsLiteral().trustedTypesPolicy,E=/^((http:)|(https:)|(file:))/.test(r)&&r.substring(0,self.origin.length)!==self.origin;if(!E&&this._canUseEval(t)){fetch(r).then(function(g){if(g.status!==200)throw new Error(g.statusText);return g.text()}).then(function(g){g=g+`
//# sourceURL=`+r;var b=v?self.eval(v.createScript("",g)):new Function(g);b.call(self),o()}).then(void 0,s);return}try{v&&(r=v.createScriptURL(r)),importScripts(r),o()}catch(g){s(g)}}},e}(),i=function(){function e(t){this._env=t,this._didInitialize=!1,this._didPatchNodeRequire=!1}return e.prototype._init=function(t){this._didInitialize||(this._didInitialize=!0,this._fs=t("fs"),this._vm=t("vm"),this._path=t("path"),this._crypto=t("crypto"))},e.prototype._initNodeRequire=function(t,r){var o=r.getConfig().getOptionsLiteral().nodeCachedData;if(!o||this._didPatchNodeRequire)return;this._didPatchNodeRequire=!0;var s=this,a=t("module");function u(c){var h=c.constructor,v=function(g){try{return c.require(g)}finally{}};return v.resolve=function(g,b){return h._resolveFilename(g,c,!1,b)},v.resolve.paths=function(g){return h._resolveLookupPaths(g,c)},v.main=process.mainModule,v.extensions=h._extensions,v.cache=h._cache,v}a.prototype._compile=function(c,h){var v=a.wrap(c.replace(/^#!.*/,"")),E=r.getRecorder(),g=s._getCachedDataPath(o,h),b={filename:h},U;try{var S=s._fs.readFileSync(g);U=S.slice(0,16),b.cachedData=S.slice(16),E.record(60,g)}catch{E.record(61,g)}var R=new s._vm.Script(v,b),w=R.runInThisContext(b),L=s._path.dirname(h),T=u(this),M=[this.exports,T,this,h,L,process,P,Buffer],N=w.apply(this.exports,M);return s._handleCachedData(R,v,g,!b.cachedData,r),s._verifyCachedData(R,v,g,U,r),N}},e.prototype.load=function(t,r,o,s){var a=this,u=t.getConfig().getOptionsLiteral(),c=p(t.getRecorder(),u.nodeRequire||l.global.nodeRequire),h=u.nodeInstrumenter||function(w){return w};this._init(c),this._initNodeRequire(c,t);var v=t.getRecorder();if(/^node\|/.test(r)){var E=r.split("|"),g=null;try{g=c(E[1])}catch(w){s(w);return}t.enqueueDefineAnonymousModule([],function(){return g}),o()}else{r=l.Utilities.fileUriToFilePath(this._env.isWindows,r);var b=this._path.normalize(r),U=this._getElectronRendererScriptPathOrUri(b),S=Boolean(u.nodeCachedData),R=S?this._getCachedDataPath(u.nodeCachedData,r):void 0;this._readSourceAndCachedData(b,R,v,function(w,L,T,M){if(w){s(w);return}var N;L.charCodeAt(0)===e._BOM?N=e._PREFIX+L.substring(1)+e._SUFFIX:N=e._PREFIX+L+e._SUFFIX,N=h(N,b);var q={filename:U,cachedData:T},k=a._createAndEvalScript(t,N,q,o,s);a._handleCachedData(k,N,R,S&&!T,t),a._verifyCachedData(k,N,R,M,t)})}},e.prototype._createAndEvalScript=function(t,r,o,s,a){var u=t.getRecorder();u.record(31,o.filename);var c=new this._vm.Script(r,o),h=c.runInThisContext(o),v=t.getGlobalAMDDefineFunc(),E=!1,g=function(){return E=!0,v.apply(null,arguments)};return g.amd=v.amd,h.call(l.global,t.getGlobalAMDRequireFunc(),g,o.filename,this._path.dirname(o.filename)),u.record(32,o.filename),E?s():a(new Error("Didn't receive define call in "+o.filename+"!")),c},e.prototype._getElectronRendererScriptPathOrUri=function(t){if(!this._env.isElectronRenderer)return t;var r=t.match(/^([a-z])\:(.*)/i);return r?"file:///"+(r[1].toUpperCase()+":"+r[2]).replace(/\\/g,"/"):"file://"+t},e.prototype._getCachedDataPath=function(t,r){var o=this._crypto.createHash("md5").update(r,"utf8").update(t.seed,"utf8").update(process.arch,"").digest("hex"),s=this._path.basename(r).replace(/\.js$/,"");return this._path.join(t.path,s+"-"+o+".code")},e.prototype._handleCachedData=function(t,r,o,s,a){var u=this;t.cachedDataRejected?this._fs.unlink(o,function(c){a.getRecorder().record(62,o),u._createAndWriteCachedData(t,r,o,a),c&&a.getConfig().onError(c)}):s&&this._createAndWriteCachedData(t,r,o,a)},e.prototype._createAndWriteCachedData=function(t,r,o,s){var a=this,u=Math.ceil(s.getConfig().getOptionsLiteral().nodeCachedData.writeDelay*(1+Math.random())),c=-1,h=0,v=void 0,E=function(){setTimeout(function(){v||(v=a._crypto.createHash("md5").update(r,"utf8").digest());var g=t.createCachedData();if(!(g.length===0||g.length===c||h>=5)){if(g.length<c){E();return}c=g.length,a._fs.writeFile(o,Buffer.concat([v,g]),function(b){b&&s.getConfig().onError(b),s.getRecorder().record(63,o),E()})}},u*Math.pow(4,h++))};E()},e.prototype._readSourceAndCachedData=function(t,r,o,s){if(!r)this._fs.readFile(t,{encoding:"utf8"},s);else{var a=void 0,u=void 0,c=void 0,h=2,v=function(E){E?s(E):--h===0&&s(void 0,a,u,c)};this._fs.readFile(t,{encoding:"utf8"},function(E,g){a=g,v(E)}),this._fs.readFile(r,function(E,g){!E&&g&&g.length>0?(c=g.slice(0,16),u=g.slice(16),o.record(60,r)):o.record(61,r),v()})}},e.prototype._verifyCachedData=function(t,r,o,s,a){var u=this;!s||t.cachedDataRejected||setTimeout(function(){var c=u._crypto.createHash("md5").update(r,"utf8").digest();s.equals(c)||(a.getConfig().onError(new Error("FAILED TO VERIFY CACHED DATA, deleting stale '"+o+"' now, but a RESTART IS REQUIRED")),u._fs.unlink(o,function(h){h&&a.getConfig().onError(h)}))},Math.ceil(5e3*(1+Math.random())))},e._BOM=65279,e._PREFIX="(function (require, define, __filename, __dirname) { ",e._SUFFIX=`
});`,e}();function p(e,t){if(t.__$__isRecorded)return t;var r=function(s){e.record(33,s);try{return t(s)}finally{e.record(34,s)}};return r.__$__isRecorded=!0,r}l.ensureRecordedNodeRequire=p;function n(e){return new y(e)}l.createScriptLoader=n})(m||(m={}));var m;(function(l){var y=function(){function n(e){var t=e.lastIndexOf("/");t!==-1?this.fromModulePath=e.substr(0,t+1):this.fromModulePath=""}return n._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},n.prototype.resolveModule=function(e){var t=e;return l.Utilities.isAbsolutePath(t)||(l.Utilities.startsWith(t,"./")||l.Utilities.startsWith(t,"../"))&&(t=n._normalizeModuleId(this.fromModulePath+t)),t},n.ROOT=new n(""),n}();l.ModuleIdResolver=y;var d=function(){function n(e,t,r,o,s,a){this.id=e,this.strId=t,this.dependencies=r,this._callback=o,this._errorback=s,this.moduleIdResolver=a,this.exports={},this.error=null,this.exportsPassedIn=!1,this.unresolvedDependenciesCount=this.dependencies.length,this._isComplete=!1}return n._safeInvokeFunction=function(e,t){try{return{returnedValue:e.apply(l.global,t),producedError:null}}catch(r){return{returnedValue:null,producedError:r}}},n._invokeFactory=function(e,t,r,o){return e.shouldInvokeFactory(t)?e.shouldCatchError()?this._safeInvokeFunction(r,o):{returnedValue:r.apply(l.global,o),producedError:null}:{returnedValue:null,producedError:null}},n.prototype.complete=function(e,t,r,o){this._isComplete=!0;var s=null;if(this._callback)if(typeof this._callback=="function"){e.record(21,this.strId);var a=n._invokeFactory(t,this.strId,this._callback,r);s=a.producedError,e.record(22,this.strId),!s&&typeof a.returnedValue<"u"&&(!this.exportsPassedIn||l.Utilities.isEmpty(this.exports))&&(this.exports=a.returnedValue)}else this.exports=this._callback;if(s){var u=l.ensureError(s);u.phase="factory",u.moduleId=this.strId,u.neededBy=o(this.id),this.error=u,t.onError(u)}this.dependencies=null,this._callback=null,this._errorback=null,this.moduleIdResolver=null},n.prototype.onDependencyError=function(e){return this._isComplete=!0,this.error=e,this._errorback?(this._errorback(e),!0):!1},n.prototype.isComplete=function(){return this._isComplete},n}();l.Module=d;var _=function(){function n(){this._nextId=0,this._strModuleIdToIntModuleId=new Map,this._intModuleIdToStrModuleId=[],this.getModuleId("exports"),this.getModuleId("module"),this.getModuleId("require")}return n.prototype.getMaxModuleId=function(){return this._nextId},n.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},n.prototype.getStrModuleId=function(e){return this._intModuleIdToStrModuleId[e]},n}(),f=function(){function n(e){this.id=e}return n.EXPORTS=new n(0),n.MODULE=new n(1),n.REQUIRE=new n(2),n}();l.RegularDependency=f;var i=function(){function n(e,t,r){this.id=e,this.pluginId=t,this.pluginParam=r}return n}();l.PluginDependency=i;var p=function(){function n(e,t,r,o,s){s===void 0&&(s=0),this._env=e,this._scriptLoader=t,this._loaderAvailableTimestamp=s,this._defineFunc=r,this._requireFunc=o,this._moduleIdProvider=new _,this._config=new l.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 n.prototype.reset=function(){return new n(this._env,this._scriptLoader,this._defineFunc,this._requireFunc,this._loaderAvailableTimestamp)},n.prototype.getGlobalAMDDefineFunc=function(){return this._defineFunc},n.prototype.getGlobalAMDRequireFunc=function(){return this._requireFunc},n._findRelevantLocationInStack=function(e,t){for(var r=function(b){return b.replace(/\\/g,"/")},o=r(e),s=t.split(/\n/),a=0;a<s.length;a++){var u=s[a].match(/(.*):(\d+):(\d+)\)?$/);if(u){var c=u[1],h=u[2],v=u[3],E=Math.max(c.lastIndexOf(" ")+1,c.lastIndexOf("(")+1);if(c=c.substr(E),c=r(c),c===o){var g={line:parseInt(h,10),col:parseInt(v,10)};return g.line===1&&(g.col-=53),g}}}throw new Error("Could not correlate define call site for needle "+e)},n.prototype.getBuildInfo=function(){if(!this._config.isBuild())return null;for(var e=[],t=0,r=0,o=this._modules2.length;r<o;r++){var s=this._modules2[r];if(!!s){var a=this._buildInfoPath[s.id]||null,u=this._buildInfoDefineStack[s.id]||null,c=this._buildInfoDependencies[s.id];e[t++]={id:s.strId,path:a,defineLocation:a&&u?n._findRelevantLocationInStack(a,u):null,dependencies:c,shim:null,exports:s.exports}}}return e},n.prototype.getRecorder=function(){return this._recorder||(this._config.shouldRecordStats()?this._recorder=new l.LoaderEventRecorder(this._loaderAvailableTimestamp):this._recorder=l.NullLoaderEventRecorder.INSTANCE),this._recorder},n.prototype.getLoaderEvents=function(){return this.getRecorder().getEvents()},n.prototype.enqueueDefineAnonymousModule=function(e,t){if(this._currentAnonymousDefineCall!==null)throw new Error("Can only have one anonymous define call per script file");var r=null;this._config.isBuild()&&(r=new Error("StackLocation").stack||null),this._currentAnonymousDefineCall={stack:r,dependencies:e,callback:t}},n.prototype.defineModule=function(e,t,r,o,s,a){var u=this;a===void 0&&(a=new y(e));var c=this._moduleIdProvider.getModuleId(e);if(this._modules2[c]){this._config.isDuplicateMessageIgnoredFor(e)||console.warn("Duplicate definition of module '"+e+"'");return}var h=new d(c,e,this._normalizeDependencies(t,a),r,o,a);this._modules2[c]=h,this._config.isBuild()&&(this._buildInfoDefineStack[c]=s,this._buildInfoDependencies[c]=(h.dependencies||[]).map(function(v){return u._moduleIdProvider.getStrModuleId(v.id)})),this._resolve(h)},n.prototype._normalizeDependency=function(e,t){if(e==="exports")return f.EXPORTS;if(e==="module")return f.MODULE;if(e==="require")return f.REQUIRE;var r=e.indexOf("!");if(r>=0){var o=t.resolveModule(e.substr(0,r)),s=t.resolveModule(e.substr(r+1)),a=this._moduleIdProvider.getModuleId(o+"!"+s),u=this._moduleIdProvider.getModuleId(o);return new i(a,u,s)}return new f(this._moduleIdProvider.getModuleId(t.resolveModule(e)))},n.prototype._normalizeDependencies=function(e,t){for(var r=[],o=0,s=0,a=e.length;s<a;s++)r[o++]=this._normalizeDependency(e[s],t);return r},n.prototype._relativeRequire=function(e,t,r,o){if(typeof t=="string")return this.synchronousRequire(t,e);this.defineModule(l.Utilities.generateAnonymousModule(),t,r,o,null,e)},n.prototype.synchronousRequire=function(e,t){t===void 0&&(t=new y(e));var r=this._normalizeDependency(e,t),o=this._modules2[r.id];if(!o)throw new Error("Check dependency list! Synchronous require cannot resolve module '"+e+"'. This is the first mention of this module!");if(!o.isComplete())throw new Error("Check dependency list! Synchronous require cannot resolve module '"+e+"'. This module has not been resolved completely yet.");if(o.error)throw o.error;return o.exports},n.prototype.configure=function(e,t){var r=this._config.shouldRecordStats();t?this._config=new l.Configuration(this._env,e):this._config=this._config.cloneAndMerge(e),this._config.shouldRecordStats()&&!r&&(this._recorder=null)},n.prototype.getConfig=function(){return this._config},n.prototype._onLoad=function(e){if(this._currentAnonymousDefineCall!==null){var t=this._currentAnonymousDefineCall;this._currentAnonymousDefineCall=null,this.defineModule(this._moduleIdProvider.getStrModuleId(e),t.dependencies,t.callback,null,t.stack)}},n.prototype._createLoadError=function(e,t){var r=this,o=this._moduleIdProvider.getStrModuleId(e),s=(this._inverseDependencies2[e]||[]).map(function(u){return r._moduleIdProvider.getStrModuleId(u)}),a=l.ensureError(t);return a.phase="loading",a.moduleId=o,a.neededBy=s,a},n.prototype._onLoadError=function(e,t){var r=this._createLoadError(e,t);this._modules2[e]||(this._modules2[e]=new d(e,this._moduleIdProvider.getStrModuleId(e),[],function(){},null,null));for(var o=[],s=0,a=this._moduleIdProvider.getMaxModuleId();s<a;s++)o[s]=!1;var u=!1,c=[];for(c.push(e),o[e]=!0;c.length>0;){var h=c.shift(),v=this._modules2[h];v&&(u=v.onDependencyError(r)||u);var E=this._inverseDependencies2[h];if(E)for(var s=0,a=E.length;s<a;s++){var g=E[s];o[g]||(c.push(g),o[g]=!0)}}u||this._config.onError(r)},n.prototype._hasDependencyPath=function(e,t){var r=this._modules2[e];if(!r)return!1;for(var o=[],s=0,a=this._moduleIdProvider.getMaxModuleId();s<a;s++)o[s]=!1;var u=[];for(u.push(r),o[e]=!0;u.length>0;){var c=u.shift(),h=c.dependencies;if(h)for(var s=0,a=h.length;s<a;s++){var v=h[s];if(v.id===t)return!0;var E=this._modules2[v.id];E&&!o[v.id]&&(o[v.id]=!0,u.push(E))}}return!1},n.prototype._findCyclePath=function(e,t,r){if(e===t||r===50)return[e];var o=this._modules2[e];if(!o)return null;var s=o.dependencies;if(s)for(var a=0,u=s.length;a<u;a++){var c=this._findCyclePath(s[a].id,t,r+1);if(c!==null)return c.push(e),c}return null},n.prototype._createRequire=function(e){var t=this,r=function(o,s,a){return t._relativeRequire(e,o,s,a)};return r.toUrl=function(o){return t._config.requireToUrl(e.resolveModule(o))},r.getStats=function(){return t.getLoaderEvents()},r.hasDependencyCycle=function(){return t._hasDependencyCycle},r.config=function(o,s){s===void 0&&(s=!1),t.configure(o,s)},r.__$__nodeRequire=l.global.nodeRequire,r},n.prototype._loadModule=function(e){var t=this;if(!(this._modules2[e]||this._knownModules2[e])){this._knownModules2[e]=!0;var r=this._moduleIdProvider.getStrModuleId(e),o=this._config.moduleIdToPaths(r),s=/^@[^\/]+\/[^\/]+$/;this._env.isNode&&(r.indexOf("/")===-1||s.test(r))&&o.push("node|"+r);var a=-1,u=function(c){if(a++,a>=o.length)t._onLoadError(e,c);else{var h=o[a],v=t.getRecorder();if(t._config.isBuild()&&h==="empty:"){t._buildInfoPath[e]=h,t.defineModule(t._moduleIdProvider.getStrModuleId(e),[],null,null,null),t._onLoad(e);return}v.record(10,h),t._scriptLoader.load(t,h,function(){t._config.isBuild()&&(t._buildInfoPath[e]=h),v.record(11,h),t._onLoad(e)},function(E){v.record(12,h),u(E)})}};u(null)}},n.prototype._loadPluginDependency=function(e,t){var r=this;if(!(this._modules2[t.id]||this._knownModules2[t.id])){this._knownModules2[t.id]=!0;var o=function(s){r.defineModule(r._moduleIdProvider.getStrModuleId(t.id),[],s,null,null)};o.error=function(s){r._config.onError(r._createLoadError(t.id,s))},e.load(t.pluginParam,this._createRequire(y.ROOT),o,this._config.getOptionsLiteral())}},n.prototype._resolve=function(e){var t=this,r=e.dependencies;if(r)for(var o=0,s=r.length;o<s;o++){var a=r[o];if(a===f.EXPORTS){e.exportsPassedIn=!0,e.unresolvedDependenciesCount--;continue}if(a===f.MODULE){e.unresolvedDependenciesCount--;continue}if(a===f.REQUIRE){e.unresolvedDependenciesCount--;continue}var u=this._modules2[a.id];if(u&&u.isComplete()){if(u.error){e.onDependencyError(u.error);return}e.unresolvedDependenciesCount--;continue}if(this._hasDependencyPath(a.id,e.id)){this._hasDependencyCycle=!0,console.warn("There is a dependency cycle between '"+this._moduleIdProvider.getStrModuleId(a.id)+"' and '"+this._moduleIdProvider.getStrModuleId(e.id)+"'. The cyclic path follows:");var c=this._findCyclePath(a.id,e.id,0)||[];c.reverse(),c.push(a.id),console.warn(c.map(function(E){return t._moduleIdProvider.getStrModuleId(E)}).join(` => 
`)),e.unresolvedDependenciesCount--;continue}if(this._inverseDependencies2[a.id]=this._inverseDependencies2[a.id]||[],this._inverseDependencies2[a.id].push(e.id),a instanceof i){var h=this._modules2[a.pluginId];if(h&&h.isComplete()){this._loadPluginDependency(h.exports,a);continue}var v=this._inversePluginDependencies2.get(a.pluginId);v||(v=[],this._inversePluginDependencies2.set(a.pluginId,v)),v.push(a),this._loadModule(a.pluginId);continue}this._loadModule(a.id)}e.unresolvedDependenciesCount===0&&this._onModuleComplete(e)},n.prototype._onModuleComplete=function(e){var t=this,r=this.getRecorder();if(!e.isComplete()){var o=e.dependencies,s=[];if(o)for(var a=0,u=o.length;a<u;a++){var c=o[a];if(c===f.EXPORTS){s[a]=e.exports;continue}if(c===f.MODULE){s[a]={id:e.strId,config:function(){return t._config.getConfigForModule(e.strId)}};continue}if(c===f.REQUIRE){s[a]=this._createRequire(e.moduleIdResolver);continue}var h=this._modules2[c.id];if(h){s[a]=h.exports;continue}s[a]=null}var v=function(S){return(t._inverseDependencies2[S]||[]).map(function(R){return t._moduleIdProvider.getStrModuleId(R)})};e.complete(r,this._config,s,v);var E=this._inverseDependencies2[e.id];if(this._inverseDependencies2[e.id]=null,E)for(var a=0,u=E.length;a<u;a++){var g=E[a],b=this._modules2[g];b.unresolvedDependenciesCount--,b.unresolvedDependenciesCount===0&&this._onModuleComplete(b)}var U=this._inversePluginDependencies2.get(e.id);if(U){this._inversePluginDependencies2.delete(e.id);for(var a=0,u=U.length;a<u;a++)this._loadPluginDependency(e.exports,U[a])}}},n}();l.ModuleManager=p})(m||(m={}));var O,m;(function(l){var y=new l.Environment,d=null,_=function(n,e,t){typeof n!="string"&&(t=e,e=n,n=null),(typeof e!="object"||!Array.isArray(e))&&(t=e,e=null),e||(e=["require","exports","module"]),n?d.defineModule(n,e,t,null,null):d.enqueueDefineAnonymousModule(e,t)};_.amd={jQuery:!0};var f=function(n,e){e===void 0&&(e=!1),d.configure(n,e)},i=function(){if(arguments.length===1){if(arguments[0]instanceof Object&&!Array.isArray(arguments[0])){f(arguments[0]);return}if(typeof arguments[0]=="string")return d.synchronousRequire(arguments[0])}if((arguments.length===2||arguments.length===3)&&Array.isArray(arguments[0])){d.defineModule(l.Utilities.generateAnonymousModule(),arguments[0],arguments[1],arguments[2],null);return}throw new Error("Unrecognized require call")};i.config=f,i.getConfig=function(){return d.getConfig().getOptionsLiteral()},i.reset=function(){d=d.reset()},i.getBuildInfo=function(){return d.getBuildInfo()},i.getStats=function(){return d.getLoaderEvents()},i.define=_;function p(){if(typeof l.global.require<"u"||typeof require<"u"){var n=l.global.require||require;if(typeof n=="function"&&typeof n.resolve=="function"){var e=l.ensureRecordedNodeRequire(d.getRecorder(),n);l.global.nodeRequire=e,i.nodeRequire=e,i.__$__nodeRequire=e}}y.isNode&&!y.isElectronRenderer&&!y.isElectronNodeIntegrationWebWorker?I.exports=i:(y.isElectronRenderer||(l.global.define=_),l.global.require=i)}l.init=p,(typeof l.global.define!="function"||!l.global.define.amd)&&(d=new l.ModuleManager(y,l.createScriptLoader(y),_,i,l.Utilities.getHighPerformanceTimestamp()),typeof l.global.require<"u"&&typeof l.global.require!="function"&&i.config(l.global.require),O=function(){return _.apply(null,arguments)},O.amd=_.amd,typeof doNotInitLoader>"u"&&p())})(m||(m={})),O("vs/css",["require","exports"],function(l,y){"use strict";Object.defineProperty(y,"__esModule",{value:!0}),y.load=void 0;function d(n,e,t,r){if(r=r||{},(r["vs/css"]||{}).disabled){t({});return}const s=e.toUrl(n+".css");_(n,s,()=>{t({})},a=>{typeof t.error=="function"&&t.error("Could not find "+s+".")})}y.load=d;function _(n,e,t,r){if(f(n,e)){t();return}i(n,e,t,r)}function f(n,e){const t=document.getElementsByTagName("link");for(let r=0,o=t.length;r<o;r++){const s=t[r].getAttribute("data-name"),a=t[r].getAttribute("href");if(s===n||a===e)return!0}return!1}function i(n,e,t,r){const o=document.createElement("link");o.setAttribute("rel","stylesheet"),o.setAttribute("type","text/css"),o.setAttribute("data-name",n),p(n,o,t,r),o.setAttribute("href",e),(document.head||document.getElementsByTagName("head")[0]).appendChild(o)}function p(n,e,t,r){const o=()=>{e.removeEventListener("load",s),e.removeEventListener("error",a)},s=u=>{o(),t()},a=u=>{o(),r(u)};e.addEventListener("load",s),e.addEventListener("error",a)}}),O("vs/nls",["require","exports"],function(l,y){"use strict";Object.defineProperty(y,"__esModule",{value:!0}),y.load=y.create=y.setPseudoTranslation=y.getConfiguredDefaultLocale=y.localize=void 0;let d=typeof document<"u"&&document.location&&document.location.hash.indexOf("pseudo=true")>=0;const _="i-default";function f(u,c){let h;return c.length===0?h=u:h=u.replace(/\{(\d+)\}/g,(v,E)=>{const g=E[0],b=c[g];let U=v;return typeof b=="string"?U=b:(typeof b=="number"||typeof b=="boolean"||b===void 0||b===null)&&(U=String(b)),U}),d&&(h="\uFF3B"+h.replace(/[aouei]/g,"$&$&")+"\uFF3D"),h}function i(u,c){let h=u[c];return h||(h=u["*"],h)?h:null}function p(u){return u.charAt(u.length-1)==="/"?u:u+"/"}async function n(u,c,h){const v=p(u)+p(c)+"vscode/"+p(h),E=await fetch(v);if(E.ok)return await E.json();throw new Error(`${E.status} - ${E.statusText}`)}function e(u){return function(c,h){const v=Array.prototype.slice.call(arguments,2);return f(u[c],v)}}function t(u,c,...h){return f(c,h)}y.localize=t;function r(u){}y.getConfiguredDefaultLocale=r;function o(u){d=u}y.setPseudoTranslation=o;function s(u,c){return{localize:e(c[u]),getConfiguredDefaultLocale:c.getConfiguredDefaultLocale??(h=>{})}}y.create=s;function a(u,c,h,v){const E=v["vs/nls"]??{};if(!u||u.length===0)return h({localize:t,getConfiguredDefaultLocale:()=>E.availableLanguages?.["*"]});const g=E.availableLanguages?i(E.availableLanguages,u):null,b=g===null||g===_;let U=".nls";b||(U=U+"."+g);const S=R=>{Array.isArray(R)?R.localize=e(R):R.localize=e(R[u]),R.getConfiguredDefaultLocale=()=>E.availableLanguages?.["*"],h(R)};typeof E.loadBundle=="function"?E.loadBundle(u,g,(R,w)=>{R?c([u+".nls"],S):S(w)}):E.translationServiceUrl&&!b?(async()=>{try{const R=await n(E.translationServiceUrl,g,u);return S(R)}catch(R){if(!g.includes("-"))return console.error(R),c([u+".nls"],S);try{const w=g.split("-")[0],L=await n(E.translationServiceUrl,w,u);return E.availableLanguages??={},E.availableLanguages["*"]=w,S(L)}catch(w){return console.error(w),c([u+".nls"],S)}}})():c([u+U],S,R=>{if(U===".nls"){console.error("Failed trying to load default language strings",R);return}console.error(`Failed to load message bundle for language ${g}. Falling back to the default language:`,R),c([u+".nls"],S)})}y.load=a})}}),require_bootstrap=__commonJS({"out-build/bootstrap.js"(D,I){"use strict";(function(C,P){typeof D=="object"?I.exports=P():C.MonacoBootstrap=P()})(D,function(){const C=typeof require=="function"?require("module"):void 0,P=typeof require=="function"?require("path"):void 0,O=typeof require=="function"?require("fs"):void 0;Error.stackTraceLimit=100,typeof process<"u"&&!process.env.VSCODE_HANDLES_SIGPIPE&&process.on("SIGPIPE",()=>{console.error(new Error("Unexpected SIGPIPE"))});function m(n){if(!P||!C||typeof process>"u"){console.warn("enableASARSupport() is only available in node.js environments");return}const e=n?P.join(n,"node_modules"):P.join(__dirname,"../node_modules");let t;if(n&&process.platform==="win32"){const a=n.substr(0,1);let u;a.toLowerCase()!==a?u=a.toLowerCase():u=a.toUpperCase(),t=u+e.substr(1)}else t=void 0;const r=`${e}.asar`,o=t?`${t}.asar`:void 0,s=C._resolveLookupPaths;C._resolveLookupPaths=function(a,u){const c=s(a,u);if(Array.isArray(c)){let h=!1;for(let v=0,E=c.length;v<E;v++)if(c[v]===e){h=!0,c.splice(v,0,r);break}else if(c[v]===t){h=!0,c.splice(v,0,o);break}!h&&n&&c.push(r)}return c}}function l(n,e){let t=n.replace(/\\/g,"/");t.length>0&&t.charAt(0)!=="/"&&(t=`/${t}`);let r;return e.isWindows&&t.startsWith("//")?r=encodeURI(`${e.scheme||"file"}:${t}`):r=encodeURI(`${e.scheme||"file"}://${e.fallbackAuthority||""}${t}`),r.replace(/#/g,"%23")}function y(){const n=_();let e={availableLanguages:{}};if(n&&n.env.VSCODE_NLS_CONFIG)try{e=JSON.parse(n.env.VSCODE_NLS_CONFIG)}catch{}if(e._resolvedLanguagePackCoreLocation){const t=Object.create(null);e.loadBundle=function(r,o,s){const a=t[r];if(a){s(void 0,a);return}i(e._resolvedLanguagePackCoreLocation,`${r.replace(/\//g,"!")}.nls.json`).then(function(u){const c=JSON.parse(u);t[r]=c,s(void 0,c)}).catch(u=>{try{e._corruptedFile&&p(e._corruptedFile,"corrupted").catch(function(c){console.error(c)})}finally{s(u,void 0)}})}}return e}function d(){return(typeof self=="object"?self:typeof global=="object"?global:{}).vscode}function _(){const n=d();if(n)return n.process;if(typeof process<"u")return process}function f(){const n=d();if(n)return n.ipcRenderer}async function i(...n){const e=f();if(e)return e.invoke("vscode:readNlsFile",...n);if(O&&P)return(await O.promises.readFile(P.join(...n))).toString();throw new Error("Unsupported operation (read NLS files)")}function p(n,e){const t=f();if(t)return t.invoke("vscode:writeNlsFile",n,e);if(O)return O.promises.writeFile(n,e);throw new Error("Unsupported operation (write NLS files)")}return{enableASARSupport:m,setupNLS:y,fileUriFromPath:l}})}}),require_performance=__commonJS({"out-build/vs/base/common/performance.js"(D,I){"use strict";(function(){function C(l){const y=[];typeof l=="number"&&y.push("code/timeOrigin",l);function d(f){y.push(f,Date.now())}function _(){const f=[];for(let i=0;i<y.length;i+=2)f.push({name:y[i],startTime:y[i+1]});return f}return{mark:d,getMarks:_}}function P(){if(typeof performance=="object"&&typeof performance.mark=="function"&&!performance.nodeTiming)return typeof performance.timeOrigin!="number"&&!performance.timing?C():{mark(l){performance.mark(l)},getMarks(){let l=performance.timeOrigin;typeof l!="number"&&(l=performance.timing.navigationStart||performance.timing.redirectStart||performance.timing.fetchStart);const y=[{name:"code/timeOrigin",startTime:Math.round(l)}];for(const d of performance.getEntriesByType("mark"))y.push({name:d.name,startTime:Math.round(l+d.startTime)});return y}};if(typeof process=="object"){const l=Math.round((require.nodeRequire||require)("perf_hooks").performance.timeOrigin);return C(l)}else return console.trace("perf-util loaded in UNKNOWN environment"),C()}function O(l){return l.MonacoPerformanceMarks||(l.MonacoPerformanceMarks=P()),l.MonacoPerformanceMarks}var m;typeof global=="object"?m=global:typeof self=="object"?m=self:m={},typeof define=="function"?define([],function(){return O(m)}):typeof I=="object"&&typeof I.exports=="object"?I.exports=O(m):(console.trace("perf-util defined in UNKNOWN context (neither requirejs or commonjs)"),m.perf=O(m))})()}}),require_bootstrap_amd=__commonJS({"out-build/bootstrap-amd.js"(D){"use strict";var I=require,C=require_loader(),P=require_bootstrap(),O=require_performance(),m=P.setupNLS();C.config({baseUrl:P.fileUriFromPath(__dirname,{isWindows:process.platform==="win32"}),catchError:!0,nodeRequire:I,"vs/nls":m,amdModulesPattern:/^vs\//,recordStats:!0}),(process.env.ELECTRON_RUN_AS_NODE||process.versions.electron)&&C.define("fs",["original-fs"],function(l){return l}),m&&m.pseudo&&C(["vs/nls"],function(l){l.setPseudoTranslation(m.pseudo)}),D.load=function(l,y,d){!l||(process.env.VSCODE_CODE_CACHE_PATH&&C.config({nodeCachedData:{path:process.env.VSCODE_CODE_CACHE_PATH,seed:l}}),y=y||function(){},d=d||function(_){console.error(_)},O.mark("code/fork/willLoadCode"),C([l],y,d))}}}),path=require("path");delete process.env.ELECTRON_RUN_AS_NODE,process.env.VSCODE_DEV?(process.env.VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH=process.env.VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH||path.join(__dirname,"..","remote","node_modules"),require_bootstrap_node().injectNodeModuleLookupPath(process.env.VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH)):delete process.env.VSCODE_INJECT_NODE_MODULE_LOOKUP_PATH,require_bootstrap_amd().load("vs/server/node/server.cli");

//# sourceMappingURL=https://ticino.blob.core.windows.net/sourcemaps/6261075646f055b99068d3688932416f2346dd3b/core/server-cli.js.map