%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/nginx/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/
Upload File :
Create Path :
Current File : //home/nginx/.vscode-server/bin/6c3e3dba23e8fadc360aed75ce363ba185c49794/out/server-cli.js

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

Zerion Mini Shell 1.0