@dao42/d42paas-front 0.3.7 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/1569.js +1 -1
- package/dist/1585.js +1 -1
- package/dist/1593.js +1 -1
- package/dist/1594.js +1 -1
- package/dist/162.js +1 -1
- package/dist/1649.js +1 -1
- package/dist/1742.js +1 -1
- package/dist/1941.js +1 -1
- package/dist/2014.js +1 -1
- package/dist/2088.js +1 -1
- package/dist/2235.js +3 -3
- package/dist/2271.js +1 -1
- package/dist/2287.js +3 -3
- package/dist/2388.js +1 -1
- package/dist/2583.js +1 -1
- package/dist/2862.js +1 -1
- package/dist/2906.js +1 -1
- package/dist/300.js +1 -1
- package/dist/3008.js +1 -1
- package/dist/317.js +1 -1
- package/dist/3315.js +1 -1
- package/dist/3399.js +1 -1
- package/dist/3504.js +1 -1
- package/dist/3553.js +2 -2
- package/dist/3673.js +1 -1
- package/dist/3780.js +1 -1
- package/dist/3855.js +1 -1
- package/dist/4035.js +1 -1
- package/dist/4073.js +1 -1
- package/dist/4246.js +1 -1
- package/dist/4366.js +1 -1
- package/dist/4369.js +1 -1
- package/dist/4454.js +1 -1
- package/dist/4511.js +2 -2
- package/dist/4558.js +1 -1
- package/dist/4610.js +1 -1
- package/dist/471.js +1 -1
- package/dist/4858.js +1 -1
- package/dist/4896.js +1 -1
- package/dist/491.js +1 -1
- package/dist/5257.js +1 -1
- package/dist/5454.js +1 -1
- package/dist/5524.js +1 -1
- package/dist/5669.js +2 -2
- package/dist/5881.js +1 -1
- package/dist/5900.js +2 -2
- package/dist/5924.js +1 -1
- package/dist/5925.js +1 -1
- package/dist/5972.js +1 -1
- package/dist/5974.js +1 -1
- package/dist/6022.js +2 -2
- package/dist/615.js +1 -1
- package/dist/6162.js +1 -1
- package/dist/6175.js +1 -1
- package/dist/622.js +1 -1
- package/dist/6223.js +1 -1
- package/dist/6330.js +1 -1
- package/dist/6331.js +1 -1
- package/dist/6354.js +2 -2
- package/dist/6751.js +2 -2
- package/dist/6792.js +1 -1
- package/dist/6844.js +1 -1
- package/dist/7125.js +1 -1
- package/dist/7127.js +1 -1
- package/dist/7135.js +2 -2
- package/dist/7148.js +1 -1
- package/dist/7447.js +1 -1
- package/dist/7453.js +2 -2
- package/dist/7483.js +1 -1
- package/dist/{6120.js → 7546.js} +31 -31
- package/dist/7604.js +1 -1
- package/dist/7971.js +1 -1
- package/dist/8147.js +1 -1
- package/dist/8308.js +1 -1
- package/dist/8309.js +1 -1
- package/dist/8327.js +1 -1
- package/dist/849.js +1 -1
- package/dist/8677.js +1 -1
- package/dist/868.js +1 -1
- package/dist/8947.js +1 -1
- package/dist/930.js +1 -1
- package/dist/9342.js +2 -2
- package/dist/9482.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9741.js +2 -2
- package/dist/9909.js +1 -1
- package/dist/9953.js +2 -2
- package/dist/daoPaaS.js +4 -4
- package/dist/index.html +16 -16
- package/package.json +160 -160
- package/dist/index.d.ts +0 -31
package/dist/2235.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var ro=(Xe,v,e)=>new Promise((r,p)=>{var w=D=>{try{c(e.next(D))}catch(y){p(y)}},C=D=>{try{c(e.throw(D))}catch(y){p(y)}},c=D=>D.done?r(D.value):Promise.resolve(D.value).then(w,C);c((e=e.apply(Xe,v)).next())});(self.webpackChunkDaoPaaS=self.webpackChunkDaoPaaS||[]).push([[2235],{12935:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.toSocket=v.listen=void 0;const r=e(54463),p=e(40104);function w(c){const{webSocket:D,onConnection:y}=c,b=c.logger||new p.ConsoleLogger;D.onopen=()=>{const _=C(D),u=r.createWebSocketConnection(_,b);y(u)}}v.listen=w;function C(c){return{send:D=>c.send(D),onMessage:D=>c.onmessage=y=>D(y.data),onError:D=>c.onerror=y=>{"message"in y&&D(y.message)},onClose:D=>c.onclose=y=>D(y.code,y.reason),dispose:()=>c.close()}}v.toSocket=C},98837:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.DisposableCollection=v.Disposable=void 0;const r=e(58437);Object.defineProperty(v,"Disposable",{enumerable:!0,get:function(){return r.Disposable}});class p{constructor(){this.disposables=[]}dispose(){for(;this.disposables.length!==0;)this.disposables.pop().dispose()}push(C){const c=this.disposables;return c.push(C),{dispose(){const D=c.indexOf(C);D!==-1&&c.splice(D,1)}}}}v.DisposableCollection=p},94881:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(55953),v),p(e(79141),v),p(e(98837),v),p(e(54463),v),p(e(40104),v),p(e(12935),v)},40104:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ConsoleLogger=void 0;class e{error(p){console.error(p)}warn(p){console.warn(p)}info(p){console.info(p)}log(p){console.log(p)}debug(p){console.debug(p)}}v.ConsoleLogger=e},97636:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.createWebSocketConnection=void 0;const r=e(55953),p=e(67017),w=e(26076);function C(c,D){const y=new p.WebSocketMessageReader(c),b=new w.WebSocketMessageWriter(c),_=r.createMessageConnection(y,b,D);return _.onClose(()=>_.dispose()),_}v.createWebSocketConnection=C},54463:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(64908),v),p(e(67017),v),p(e(26076),v),p(e(97636),v)},67017:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.WebSocketMessageReader=void 0;const r=e(90451);class p extends r.AbstractMessageReader{constructor(C){super();this.socket=C,this.state="initial",this.events=[],this.socket.onMessage(c=>this.readMessage(c)),this.socket.onError(c=>this.fireError(c)),this.socket.onClose((c,D)=>{if(c!==1e3){const y={name:""+c,message:`Error during socket reconnect: code = ${c}, reason = ${D}`};this.fireError(y)}this.fireClose()})}listen(C){if(this.state==="initial")for(this.state="listening",this.callback=C;this.events.length!==0;){const c=this.events.pop();c.message?this.readMessage(c.message):c.error?this.fireError(c.error):this.fireClose()}return{dispose:()=>{this.callback===C&&(this.callback=void 0)}}}readMessage(C){if(this.state==="initial")this.events.splice(0,0,{message:C});else if(this.state==="listening"){const c=JSON.parse(C);this.callback(c)}}fireError(C){this.state==="initial"?this.events.splice(0,0,{error:C}):this.state==="listening"&&super.fireError(C)}fireClose(){this.state==="initial"?this.events.splice(0,0,{}):this.state==="listening"&&super.fireClose(),this.state="closed"}}v.WebSocketMessageReader=p},64908:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0})},26076:function(Xe,v,e){"use strict";var r=this&&this.__awaiter||function(C,c,D,y){function b(_){return _ instanceof D?_:new D(function(u){u(_)})}return new(D||(D=Promise))(function(_,u){function a(i){try{s(y.next(i))}catch(d){u(d)}}function o(i){try{s(y.throw(i))}catch(d){u(d)}}function s(i){i.done?_(i.value):b(i.value).then(a,o)}s((y=y.apply(C,c||[])).next())})};Object.defineProperty(v,"__esModule",{value:!0}),v.WebSocketMessageWriter=void 0;const p=e(41251);class w extends p.AbstractMessageWriter{constructor(c){super();this.socket=c,this.errorCount=0}end(){}write(c){return r(this,void 0,void 0,function*(){try{const D=JSON.stringify(c);this.socket.send(D)}catch(D){this.errorCount++,this.fireError(D,c,this.errorCount)}})}}v.WebSocketMessageWriter=w},16043:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.createConnection=void 0;const r=e(30294),p=e(82523);function w(C,c,D){return C.onError(y=>{c(y[0],y[1],y[2])}),C.onClose(D),{listen:()=>C.listen(),sendRequest:(y,...b)=>C.sendRequest(p.string(y)?y:y.method,...b),onRequest:(y,b)=>C.onRequest(p.string(y)?y:y.method,b),sendNotification:(y,b)=>C.sendNotification(p.string(y)?y:y.method,b),onNotification:(y,b)=>C.onNotification(p.string(y)?y:y.method,b),trace:(y,b,_=!1)=>C.trace(y,b,_),initialize:y=>C.sendRequest(r.InitializeRequest.type,y),shutdown:()=>C.sendRequest(r.ShutdownRequest.type,void 0),exit:()=>C.sendNotification(r.ExitNotification.type),onLogMessage:y=>C.onNotification(r.LogMessageNotification.type,y),onShowMessage:y=>C.onNotification(r.ShowMessageNotification.type,y),onTelemetry:y=>C.onNotification(r.TelemetryEventNotification.type,y),didChangeConfiguration:y=>C.sendNotification(r.DidChangeConfigurationNotification.type,y),didChangeWatchedFiles:y=>C.sendNotification(r.DidChangeWatchedFilesNotification.type,y),didOpenTextDocument:y=>C.sendNotification(r.DidOpenTextDocumentNotification.type,y),didChangeTextDocument:y=>C.sendNotification(r.DidChangeTextDocumentNotification.type,y),didCloseTextDocument:y=>C.sendNotification(r.DidCloseTextDocumentNotification.type,y),didSaveTextDocument:y=>C.sendNotification(r.DidSaveTextDocumentNotification.type,y),onDiagnostics:y=>C.onNotification(r.PublishDiagnosticsNotification.type,y),dispose:()=>C.dispose(),end:()=>C.end()}}v.createConnection=w},85997:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ConsoleWindow=void 0;const r=e(87530);class p{constructor(){this.channels=new Map}showMessage(C,c,...D){return C===r.MessageType.Error&&console.error(c),C===r.MessageType.Warning&&console.warn(c),C===r.MessageType.Info&&console.info(c),C===r.MessageType.Log&&console.log(c),Promise.resolve(void 0)}createOutputChannel(C){const c=this.channels.get(C);if(c)return c;const D={append(y){console.log(C+": "+y)},appendLine(y){console.log(C+": "+y)},show(){},dispose(){}};return this.channels.set(C,D),D}}v.ConsoleWindow=p},27957:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.DisposableCollection=v.Disposable=void 0;const r=e(87530);Object.defineProperty(v,"Disposable",{enumerable:!0,get:function(){return r.Disposable}});class p{constructor(){this.disposables=[]}dispose(){for(;this.disposables.length!==0;)this.disposables.pop().dispose()}push(C){const c=this.disposables;return c.push(C),{dispose(){const D=c.indexOf(C);D!==-1&&c.splice(D,1)}}}}v.DisposableCollection=p},91760:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(27957),v),p(e(87530),v),p(e(16043),v),p(e(3232),v),p(e(95223),v),p(e(85997),v),p(e(7546),v),p(e(53647),v),p(e(54604),v),p(e(49e3),v)},95223:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoCommands=void 0;class e{constructor(p){this._monaco=p}registerCommand(p,w,C){return this._monaco.editor.registerCommand(p,(c,...D)=>w.call(C,...D))}}v.MonacoCommands=e},49e3:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ProtocolToMonacoConverter=v.MonacoToProtocolConverter=v.ProtocolCodeAction=v.ProtocolIMarkerData=v.ProtocolCompletionItem=v.ProtocolCodeLens=v.ProtocolDocumentLink=void 0;const r=e(30294),p=e(82523),w=e(87530);var C;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(C=v.ProtocolDocumentLink||(v.ProtocolDocumentLink={}));var c;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(c=v.ProtocolCodeLens||(v.ProtocolCodeLens={}));var D;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(D=v.ProtocolCompletionItem||(v.ProtocolCompletionItem={}));var y;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(y=v.ProtocolIMarkerData||(v.ProtocolIMarkerData={}));var b;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(b=v.ProtocolCodeAction||(v.ProtocolCodeAction={}));function _(o){return o.insert!==void 0}class u{constructor(s){this._monaco=s}asPosition(s,i){const d=s==null?void 0:s-1,f=i==null?void 0:i-1;return{line:d,character:f}}asRange(s){if(s!==void 0){if(s===null)return null;if(_(s))return this.asRange(s.insert);{const i=this.asPosition(s.startLineNumber,s.startColumn),d=this.asPosition(s.endLineNumber,s.endColumn);return{start:i,end:d}}}}asTextDocumentIdentifier(s){return{uri:s.uri.toString()}}asTextDocumentPositionParams(s,i){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column)}}asCompletionParams(s,i,d){return Object.assign(this.asTextDocumentPositionParams(s,i),{context:this.asCompletionContext(d)})}asCompletionContext(s){return{triggerKind:this.asCompletionTriggerKind(s.triggerKind),triggerCharacter:s.triggerCharacter}}asSignatureHelpContext(s){return{triggerKind:this.asSignatureHelpTriggerKind(s.triggerKind),triggerCharacter:s.triggerCharacter,isRetrigger:s.isRetrigger,activeSignatureHelp:this.asSignatureHelp(s.activeSignatureHelp)}}asSignatureHelp(s){if(s!==void 0)return{signatures:s.signatures.map(i=>this.asSignatureInformation(i)),activeParameter:s.activeParameter,activeSignature:s.activeSignature}}asSignatureInformation(s){return{documentation:this.asMarkupContent(s.documentation),label:s.label,parameters:s.parameters.map(i=>this.asParameterInformation(i)),activeParameter:s.activeParameter}}asParameterInformation(s){return{documentation:this.asMarkupContent(s.documentation),label:s.label}}asMarkupContent(s){if(s!==void 0)return typeof s=="string"?s:{kind:w.MarkupKind.Markdown,value:s.value}}asSignatureHelpTriggerKind(s){switch(s){case this._monaco.languages.SignatureHelpTriggerKind.ContentChange:return w.SignatureHelpTriggerKind.ContentChange;case this._monaco.languages.SignatureHelpTriggerKind.TriggerCharacter:return w.SignatureHelpTriggerKind.TriggerCharacter;default:return w.SignatureHelpTriggerKind.Invoke}}asCompletionTriggerKind(s){switch(s){case this._monaco.languages.CompletionTriggerKind.TriggerCharacter:return w.CompletionTriggerKind.TriggerCharacter;case this._monaco.languages.CompletionTriggerKind.TriggerForIncompleteCompletions:return w.CompletionTriggerKind.TriggerForIncompleteCompletions;default:return w.CompletionTriggerKind.Invoked}}asCompletionItem(s){var i,d;const f={label:s.label},m=D.is(s)?s:void 0;return s.detail&&(f.detail=s.detail),s.documentation&&(typeof s.documentation=="string"?f.documentation=s.documentation:f.documentation=this.asDocumentation((i=m==null?void 0:m.documentationFormat)!==null&&i!==void 0?i:w.MarkupKind.Markdown,s.documentation)),s.filterText&&(f.filterText=s.filterText),this.fillPrimaryInsertText(f,s),p.number(s.kind)&&(f.kind=this.asCompletionItemKind(s.kind,m&&m.originalItemKind)),s.sortText&&(f.sortText=s.sortText),s.additionalTextEdits&&(f.additionalTextEdits=this.asTextEdits(s.additionalTextEdits)),s.command&&(f.command=this.asCommand(s.command)),s.commitCharacters&&(f.commitCharacters=s.commitCharacters.slice()),s.command&&(f.command=this.asCommand(s.command)),(s.preselect===!0||s.preselect===!1)&&(f.preselect=s.preselect),m&&(m.data!==void 0&&(f.data=m.data),(m.deprecated===!0||m.deprecated===!1)&&(f.deprecated=m.deprecated)),s.tags&&(f.tags=(d=s.tags)===null||d===void 0?void 0:d.slice()),f}asCompletionItemKind(s,i){if(i!==void 0)return i;switch(s){case this._monaco.languages.CompletionItemKind.Method:return w.CompletionItemKind.Method;case this._monaco.languages.CompletionItemKind.Function:return w.CompletionItemKind.Function;case this._monaco.languages.CompletionItemKind.Constructor:return w.CompletionItemKind.Constructor;case this._monaco.languages.CompletionItemKind.Field:return w.CompletionItemKind.Field;case this._monaco.languages.CompletionItemKind.Variable:return w.CompletionItemKind.Variable;case this._monaco.languages.CompletionItemKind.Class:return w.CompletionItemKind.Class;case this._monaco.languages.CompletionItemKind.Struct:return w.CompletionItemKind.Struct;case this._monaco.languages.CompletionItemKind.Interface:return w.CompletionItemKind.Interface;case this._monaco.languages.CompletionItemKind.Module:return w.CompletionItemKind.Module;case this._monaco.languages.CompletionItemKind.Property:return w.CompletionItemKind.Property;case this._monaco.languages.CompletionItemKind.Event:return w.CompletionItemKind.Event;case this._monaco.languages.CompletionItemKind.Operator:return w.CompletionItemKind.Operator;case this._monaco.languages.CompletionItemKind.Unit:return w.CompletionItemKind.Unit;case this._monaco.languages.CompletionItemKind.Value:return w.CompletionItemKind.Value;case this._monaco.languages.CompletionItemKind.Constant:return w.CompletionItemKind.Constant;case this._monaco.languages.CompletionItemKind.Enum:return w.CompletionItemKind.Enum;case this._monaco.languages.CompletionItemKind.EnumMember:return w.CompletionItemKind.EnumMember;case this._monaco.languages.CompletionItemKind.Keyword:return w.CompletionItemKind.Keyword;case this._monaco.languages.CompletionItemKind.Text:return w.CompletionItemKind.Text;case this._monaco.languages.CompletionItemKind.Color:return w.CompletionItemKind.Color;case this._monaco.languages.CompletionItemKind.File:return w.CompletionItemKind.File;case this._monaco.languages.CompletionItemKind.Reference:return w.CompletionItemKind.Reference;case this._monaco.languages.CompletionItemKind.Customcolor:return w.CompletionItemKind.Color;case this._monaco.languages.CompletionItemKind.Folder:return w.CompletionItemKind.Folder;case this._monaco.languages.CompletionItemKind.TypeParameter:return w.CompletionItemKind.TypeParameter;case this._monaco.languages.CompletionItemKind.Snippet:return w.CompletionItemKind.Snippet;default:return s+1}}asDocumentation(s,i){switch(s){case w.MarkupKind.PlainText:return{kind:s,value:i};case w.MarkupKind.Markdown:return{kind:s,value:i.value};default:return`Unsupported Markup content received. Kind is: ${s}`}}fillPrimaryInsertText(s,i){let d=w.InsertTextFormat.PlainText,f,m;i.insertTextRules!==void 0&&(i.insertTextRules&this._monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet)===0&&(d=w.InsertTextFormat.Snippet,f=i.insertText),s.insertTextFormat=d,f=i.insertText,i.range&&(m=this.asRange(i.range)),s.insertTextFormat=d,i.fromEdit&&f&&m?s.textEdit={newText:f,range:m}:s.insertText=f,s.insertTextMode=i.insertTextMode}asTextEdit(s){return{range:this.asRange(s.range),newText:s.text||""}}asTextEdits(s){if(!!s)return s.map(i=>this.asTextEdit(i))}asReferenceParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),context:{includeDeclaration:d.includeDeclaration}}}asDocumentSymbolParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asCodeLensParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asDiagnosticSeverity(s){switch(s){case this._monaco.MarkerSeverity.Error:return w.DiagnosticSeverity.Error;case this._monaco.MarkerSeverity.Warning:return w.DiagnosticSeverity.Warning;case this._monaco.MarkerSeverity.Info:return w.DiagnosticSeverity.Information;case this._monaco.MarkerSeverity.Hint:return w.DiagnosticSeverity.Hint}}asDiagnostic(s){const i=this.asRange(new this._monaco.Range(s.startLineNumber,s.startColumn,s.endLineNumber,s.endColumn)),d=this.asDiagnosticSeverity(s.severity),f=w.Diagnostic.create(i,s.message,d,s.code,s.source);return y.is(s)&&(f.data=s.data,f.codeDescription=s.codeDescription),f}asDiagnostics(s){return s==null?s:s.map(i=>this.asDiagnostic(i))}asCodeActionContext(s){if(s==null)return s;const i=this.asDiagnostics(s.markers);return w.CodeActionContext.create(i,p.string(s.only)?[s.only]:void 0)}asCodeActionParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),range:this.asRange(i),context:this.asCodeActionContext(d)}}asCommand(s){if(s){let i=s.arguments||[];return w.Command.create(s.title,s.id,...i)}}asCodeLens(s){let i=w.CodeLens.create(this.asRange(s.range));return s.command&&(i.command=this.asCommand(s.command)),c.is(s)&&s.data&&(i.data=s.data),i}asFormattingOptions(s){return{tabSize:s.tabSize,insertSpaces:s.insertSpaces}}asDocumentFormattingParams(s,i){return{textDocument:this.asTextDocumentIdentifier(s),options:this.asFormattingOptions(i)}}asDocumentRangeFormattingParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),range:this.asRange(i),options:this.asFormattingOptions(d)}}asDocumentOnTypeFormattingParams(s,i,d,f){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),ch:d,options:this.asFormattingOptions(f)}}asRenameParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),newName:d}}asDocumentLinkParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asDocumentLink(s){let i=w.DocumentLink.create(this.asRange(s.range));return s.url&&(i.target=typeof s.url=="string"?s.url:s.url.toString()),C.is(s)&&s.data&&(i.data=s.data),s.tooltip&&(i.tooltip=s.tooltip),i}asCodeAction(s){const i={title:s.title},d=b.is(s)?s:void 0;if(p.number(s.kind)&&(i.kind=s.kind),s.diagnostics&&(i.diagnostics=this.asDiagnostics(s.diagnostics)),s.edit)throw new Error("VS Code code actions can only be converted to a protocol code action without an edit.");return s.command&&(i.command=this.asCommand(s.command)),s.isPreferred!==void 0&&(i.isPreferred=s.isPreferred),s.disabled&&(i.disabled={reason:s.disabled}),d&&d.data!==void 0&&(i.data=d.data),i}}v.MonacoToProtocolConverter=u;class a{constructor(s){this._monaco=s}asResourceEdits(s,i,d,f){return i.map(m=>({resource:s,edit:this.asTextEdit(m),modelVersionId:f,metadata:w.AnnotatedTextEdit.is(m)?d(m.annotationId):void 0}))}asWorkspaceEditMetadata(s){return{needsConfirmation:s.needsConfirmation===!0,label:s.label,description:s.description}}asWorkspaceEdit(s){if(!s)return;const i=new Map;if(s.changeAnnotations!==void 0)for(const m of Object.keys(s.changeAnnotations)){const g=this.asWorkspaceEditMetadata(s.changeAnnotations[m]);i.set(m,g)}const d=m=>{if(m!==void 0)return i.get(m)},f=[];if(s.documentChanges)s.documentChanges.forEach(m=>{if(r.CreateFile.is(m))f.push({newUri:this._monaco.Uri.parse(m.uri),options:m.options,metadata:d(m.annotationId)});else if(r.RenameFile.is(m))f.push({oldUri:this._monaco.Uri.parse(m.oldUri),newUri:this._monaco.Uri.parse(m.newUri),options:m.options,metadata:d(m.annotationId)});else if(r.DeleteFile.is(m))f.push({oldUri:this._monaco.Uri.parse(m.uri),options:m.options,metadata:d(m.annotationId)});else if(r.TextDocumentEdit.is(m)){const g=this._monaco.Uri.parse(m.textDocument.uri),L=typeof m.textDocument.version=="number"?m.textDocument.version:void 0;f.push(...this.asResourceEdits(g,m.edits,d,L))}else console.error(`Unknown workspace edit change received:
|
|
1
|
+
var ro=(Xe,v,e)=>new Promise((r,p)=>{var w=D=>{try{c(e.next(D))}catch(y){p(y)}},C=D=>{try{c(e.throw(D))}catch(y){p(y)}},c=D=>D.done?r(D.value):Promise.resolve(D.value).then(w,C);c((e=e.apply(Xe,v)).next())});(this.webpackChunkDaoPaaS=this.webpackChunkDaoPaaS||[]).push([[2235],{12935:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.toSocket=v.listen=void 0;const r=e(54463),p=e(40104);function w(c){const{webSocket:D,onConnection:y}=c,b=c.logger||new p.ConsoleLogger;D.onopen=()=>{const _=C(D),u=r.createWebSocketConnection(_,b);y(u)}}v.listen=w;function C(c){return{send:D=>c.send(D),onMessage:D=>c.onmessage=y=>D(y.data),onError:D=>c.onerror=y=>{"message"in y&&D(y.message)},onClose:D=>c.onclose=y=>D(y.code,y.reason),dispose:()=>c.close()}}v.toSocket=C},98837:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.DisposableCollection=v.Disposable=void 0;const r=e(58437);Object.defineProperty(v,"Disposable",{enumerable:!0,get:function(){return r.Disposable}});class p{constructor(){this.disposables=[]}dispose(){for(;this.disposables.length!==0;)this.disposables.pop().dispose()}push(C){const c=this.disposables;return c.push(C),{dispose(){const D=c.indexOf(C);D!==-1&&c.splice(D,1)}}}}v.DisposableCollection=p},94881:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(55953),v),p(e(79141),v),p(e(98837),v),p(e(54463),v),p(e(40104),v),p(e(12935),v)},40104:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ConsoleLogger=void 0;class e{error(p){console.error(p)}warn(p){console.warn(p)}info(p){console.info(p)}log(p){console.log(p)}debug(p){console.debug(p)}}v.ConsoleLogger=e},97636:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.createWebSocketConnection=void 0;const r=e(55953),p=e(67017),w=e(26076);function C(c,D){const y=new p.WebSocketMessageReader(c),b=new w.WebSocketMessageWriter(c),_=r.createMessageConnection(y,b,D);return _.onClose(()=>_.dispose()),_}v.createWebSocketConnection=C},54463:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(64908),v),p(e(67017),v),p(e(26076),v),p(e(97636),v)},67017:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.WebSocketMessageReader=void 0;const r=e(90451);class p extends r.AbstractMessageReader{constructor(C){super();this.socket=C,this.state="initial",this.events=[],this.socket.onMessage(c=>this.readMessage(c)),this.socket.onError(c=>this.fireError(c)),this.socket.onClose((c,D)=>{if(c!==1e3){const y={name:""+c,message:`Error during socket reconnect: code = ${c}, reason = ${D}`};this.fireError(y)}this.fireClose()})}listen(C){if(this.state==="initial")for(this.state="listening",this.callback=C;this.events.length!==0;){const c=this.events.pop();c.message?this.readMessage(c.message):c.error?this.fireError(c.error):this.fireClose()}return{dispose:()=>{this.callback===C&&(this.callback=void 0)}}}readMessage(C){if(this.state==="initial")this.events.splice(0,0,{message:C});else if(this.state==="listening"){const c=JSON.parse(C);this.callback(c)}}fireError(C){this.state==="initial"?this.events.splice(0,0,{error:C}):this.state==="listening"&&super.fireError(C)}fireClose(){this.state==="initial"?this.events.splice(0,0,{}):this.state==="listening"&&super.fireClose(),this.state="closed"}}v.WebSocketMessageReader=p},64908:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0})},26076:function(Xe,v,e){"use strict";var r=this&&this.__awaiter||function(C,c,D,y){function b(_){return _ instanceof D?_:new D(function(u){u(_)})}return new(D||(D=Promise))(function(_,u){function a(i){try{s(y.next(i))}catch(d){u(d)}}function o(i){try{s(y.throw(i))}catch(d){u(d)}}function s(i){i.done?_(i.value):b(i.value).then(a,o)}s((y=y.apply(C,c||[])).next())})};Object.defineProperty(v,"__esModule",{value:!0}),v.WebSocketMessageWriter=void 0;const p=e(41251);class w extends p.AbstractMessageWriter{constructor(c){super();this.socket=c,this.errorCount=0}end(){}write(c){return r(this,void 0,void 0,function*(){try{const D=JSON.stringify(c);this.socket.send(D)}catch(D){this.errorCount++,this.fireError(D,c,this.errorCount)}})}}v.WebSocketMessageWriter=w},16043:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.createConnection=void 0;const r=e(30294),p=e(82523);function w(C,c,D){return C.onError(y=>{c(y[0],y[1],y[2])}),C.onClose(D),{listen:()=>C.listen(),sendRequest:(y,...b)=>C.sendRequest(p.string(y)?y:y.method,...b),onRequest:(y,b)=>C.onRequest(p.string(y)?y:y.method,b),sendNotification:(y,b)=>C.sendNotification(p.string(y)?y:y.method,b),onNotification:(y,b)=>C.onNotification(p.string(y)?y:y.method,b),trace:(y,b,_=!1)=>C.trace(y,b,_),initialize:y=>C.sendRequest(r.InitializeRequest.type,y),shutdown:()=>C.sendRequest(r.ShutdownRequest.type,void 0),exit:()=>C.sendNotification(r.ExitNotification.type),onLogMessage:y=>C.onNotification(r.LogMessageNotification.type,y),onShowMessage:y=>C.onNotification(r.ShowMessageNotification.type,y),onTelemetry:y=>C.onNotification(r.TelemetryEventNotification.type,y),didChangeConfiguration:y=>C.sendNotification(r.DidChangeConfigurationNotification.type,y),didChangeWatchedFiles:y=>C.sendNotification(r.DidChangeWatchedFilesNotification.type,y),didOpenTextDocument:y=>C.sendNotification(r.DidOpenTextDocumentNotification.type,y),didChangeTextDocument:y=>C.sendNotification(r.DidChangeTextDocumentNotification.type,y),didCloseTextDocument:y=>C.sendNotification(r.DidCloseTextDocumentNotification.type,y),didSaveTextDocument:y=>C.sendNotification(r.DidSaveTextDocumentNotification.type,y),onDiagnostics:y=>C.onNotification(r.PublishDiagnosticsNotification.type,y),dispose:()=>C.dispose(),end:()=>C.end()}}v.createConnection=w},85997:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ConsoleWindow=void 0;const r=e(87530);class p{constructor(){this.channels=new Map}showMessage(C,c,...D){return C===r.MessageType.Error&&console.error(c),C===r.MessageType.Warning&&console.warn(c),C===r.MessageType.Info&&console.info(c),C===r.MessageType.Log&&console.log(c),Promise.resolve(void 0)}createOutputChannel(C){const c=this.channels.get(C);if(c)return c;const D={append(y){console.log(C+": "+y)},appendLine(y){console.log(C+": "+y)},show(){},dispose(){}};return this.channels.set(C,D),D}}v.ConsoleWindow=p},27957:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.DisposableCollection=v.Disposable=void 0;const r=e(87530);Object.defineProperty(v,"Disposable",{enumerable:!0,get:function(){return r.Disposable}});class p{constructor(){this.disposables=[]}dispose(){for(;this.disposables.length!==0;)this.disposables.pop().dispose()}push(C){const c=this.disposables;return c.push(C),{dispose(){const D=c.indexOf(C);D!==-1&&c.splice(D,1)}}}}v.DisposableCollection=p},91760:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(w,C,c,D){D===void 0&&(D=c),Object.defineProperty(w,D,{enumerable:!0,get:function(){return C[c]}})}:function(w,C,c,D){D===void 0&&(D=c),w[D]=C[c]}),p=this&&this.__exportStar||function(w,C){for(var c in w)c!=="default"&&!Object.prototype.hasOwnProperty.call(C,c)&&r(C,w,c)};Object.defineProperty(v,"__esModule",{value:!0}),p(e(27957),v),p(e(87530),v),p(e(16043),v),p(e(3232),v),p(e(95223),v),p(e(85997),v),p(e(7546),v),p(e(53647),v),p(e(54604),v),p(e(49e3),v)},95223:(Xe,v)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoCommands=void 0;class e{constructor(p){this._monaco=p}registerCommand(p,w,C){return this._monaco.editor.registerCommand(p,(c,...D)=>w.call(C,...D))}}v.MonacoCommands=e},49e3:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.ProtocolToMonacoConverter=v.MonacoToProtocolConverter=v.ProtocolCodeAction=v.ProtocolIMarkerData=v.ProtocolCompletionItem=v.ProtocolCodeLens=v.ProtocolDocumentLink=void 0;const r=e(30294),p=e(82523),w=e(87530);var C;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(C=v.ProtocolDocumentLink||(v.ProtocolDocumentLink={}));var c;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(c=v.ProtocolCodeLens||(v.ProtocolCodeLens={}));var D;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(D=v.ProtocolCompletionItem||(v.ProtocolCompletionItem={}));var y;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(y=v.ProtocolIMarkerData||(v.ProtocolIMarkerData={}));var b;(function(o){function s(i){return!!i&&"data"in i}o.is=s})(b=v.ProtocolCodeAction||(v.ProtocolCodeAction={}));function _(o){return o.insert!==void 0}class u{constructor(s){this._monaco=s}asPosition(s,i){const d=s==null?void 0:s-1,f=i==null?void 0:i-1;return{line:d,character:f}}asRange(s){if(s!==void 0){if(s===null)return null;if(_(s))return this.asRange(s.insert);{const i=this.asPosition(s.startLineNumber,s.startColumn),d=this.asPosition(s.endLineNumber,s.endColumn);return{start:i,end:d}}}}asTextDocumentIdentifier(s){return{uri:s.uri.toString()}}asTextDocumentPositionParams(s,i){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column)}}asCompletionParams(s,i,d){return Object.assign(this.asTextDocumentPositionParams(s,i),{context:this.asCompletionContext(d)})}asCompletionContext(s){return{triggerKind:this.asCompletionTriggerKind(s.triggerKind),triggerCharacter:s.triggerCharacter}}asSignatureHelpContext(s){return{triggerKind:this.asSignatureHelpTriggerKind(s.triggerKind),triggerCharacter:s.triggerCharacter,isRetrigger:s.isRetrigger,activeSignatureHelp:this.asSignatureHelp(s.activeSignatureHelp)}}asSignatureHelp(s){if(s!==void 0)return{signatures:s.signatures.map(i=>this.asSignatureInformation(i)),activeParameter:s.activeParameter,activeSignature:s.activeSignature}}asSignatureInformation(s){return{documentation:this.asMarkupContent(s.documentation),label:s.label,parameters:s.parameters.map(i=>this.asParameterInformation(i)),activeParameter:s.activeParameter}}asParameterInformation(s){return{documentation:this.asMarkupContent(s.documentation),label:s.label}}asMarkupContent(s){if(s!==void 0)return typeof s=="string"?s:{kind:w.MarkupKind.Markdown,value:s.value}}asSignatureHelpTriggerKind(s){switch(s){case this._monaco.languages.SignatureHelpTriggerKind.ContentChange:return w.SignatureHelpTriggerKind.ContentChange;case this._monaco.languages.SignatureHelpTriggerKind.TriggerCharacter:return w.SignatureHelpTriggerKind.TriggerCharacter;default:return w.SignatureHelpTriggerKind.Invoke}}asCompletionTriggerKind(s){switch(s){case this._monaco.languages.CompletionTriggerKind.TriggerCharacter:return w.CompletionTriggerKind.TriggerCharacter;case this._monaco.languages.CompletionTriggerKind.TriggerForIncompleteCompletions:return w.CompletionTriggerKind.TriggerForIncompleteCompletions;default:return w.CompletionTriggerKind.Invoked}}asCompletionItem(s){var i,d;const f={label:s.label},m=D.is(s)?s:void 0;return s.detail&&(f.detail=s.detail),s.documentation&&(typeof s.documentation=="string"?f.documentation=s.documentation:f.documentation=this.asDocumentation((i=m==null?void 0:m.documentationFormat)!==null&&i!==void 0?i:w.MarkupKind.Markdown,s.documentation)),s.filterText&&(f.filterText=s.filterText),this.fillPrimaryInsertText(f,s),p.number(s.kind)&&(f.kind=this.asCompletionItemKind(s.kind,m&&m.originalItemKind)),s.sortText&&(f.sortText=s.sortText),s.additionalTextEdits&&(f.additionalTextEdits=this.asTextEdits(s.additionalTextEdits)),s.command&&(f.command=this.asCommand(s.command)),s.commitCharacters&&(f.commitCharacters=s.commitCharacters.slice()),s.command&&(f.command=this.asCommand(s.command)),(s.preselect===!0||s.preselect===!1)&&(f.preselect=s.preselect),m&&(m.data!==void 0&&(f.data=m.data),(m.deprecated===!0||m.deprecated===!1)&&(f.deprecated=m.deprecated)),s.tags&&(f.tags=(d=s.tags)===null||d===void 0?void 0:d.slice()),f}asCompletionItemKind(s,i){if(i!==void 0)return i;switch(s){case this._monaco.languages.CompletionItemKind.Method:return w.CompletionItemKind.Method;case this._monaco.languages.CompletionItemKind.Function:return w.CompletionItemKind.Function;case this._monaco.languages.CompletionItemKind.Constructor:return w.CompletionItemKind.Constructor;case this._monaco.languages.CompletionItemKind.Field:return w.CompletionItemKind.Field;case this._monaco.languages.CompletionItemKind.Variable:return w.CompletionItemKind.Variable;case this._monaco.languages.CompletionItemKind.Class:return w.CompletionItemKind.Class;case this._monaco.languages.CompletionItemKind.Struct:return w.CompletionItemKind.Struct;case this._monaco.languages.CompletionItemKind.Interface:return w.CompletionItemKind.Interface;case this._monaco.languages.CompletionItemKind.Module:return w.CompletionItemKind.Module;case this._monaco.languages.CompletionItemKind.Property:return w.CompletionItemKind.Property;case this._monaco.languages.CompletionItemKind.Event:return w.CompletionItemKind.Event;case this._monaco.languages.CompletionItemKind.Operator:return w.CompletionItemKind.Operator;case this._monaco.languages.CompletionItemKind.Unit:return w.CompletionItemKind.Unit;case this._monaco.languages.CompletionItemKind.Value:return w.CompletionItemKind.Value;case this._monaco.languages.CompletionItemKind.Constant:return w.CompletionItemKind.Constant;case this._monaco.languages.CompletionItemKind.Enum:return w.CompletionItemKind.Enum;case this._monaco.languages.CompletionItemKind.EnumMember:return w.CompletionItemKind.EnumMember;case this._monaco.languages.CompletionItemKind.Keyword:return w.CompletionItemKind.Keyword;case this._monaco.languages.CompletionItemKind.Text:return w.CompletionItemKind.Text;case this._monaco.languages.CompletionItemKind.Color:return w.CompletionItemKind.Color;case this._monaco.languages.CompletionItemKind.File:return w.CompletionItemKind.File;case this._monaco.languages.CompletionItemKind.Reference:return w.CompletionItemKind.Reference;case this._monaco.languages.CompletionItemKind.Customcolor:return w.CompletionItemKind.Color;case this._monaco.languages.CompletionItemKind.Folder:return w.CompletionItemKind.Folder;case this._monaco.languages.CompletionItemKind.TypeParameter:return w.CompletionItemKind.TypeParameter;case this._monaco.languages.CompletionItemKind.Snippet:return w.CompletionItemKind.Snippet;default:return s+1}}asDocumentation(s,i){switch(s){case w.MarkupKind.PlainText:return{kind:s,value:i};case w.MarkupKind.Markdown:return{kind:s,value:i.value};default:return`Unsupported Markup content received. Kind is: ${s}`}}fillPrimaryInsertText(s,i){let d=w.InsertTextFormat.PlainText,f,m;i.insertTextRules!==void 0&&(i.insertTextRules&this._monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet)===0&&(d=w.InsertTextFormat.Snippet,f=i.insertText),s.insertTextFormat=d,f=i.insertText,i.range&&(m=this.asRange(i.range)),s.insertTextFormat=d,i.fromEdit&&f&&m?s.textEdit={newText:f,range:m}:s.insertText=f,s.insertTextMode=i.insertTextMode}asTextEdit(s){return{range:this.asRange(s.range),newText:s.text||""}}asTextEdits(s){if(!!s)return s.map(i=>this.asTextEdit(i))}asReferenceParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),context:{includeDeclaration:d.includeDeclaration}}}asDocumentSymbolParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asCodeLensParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asDiagnosticSeverity(s){switch(s){case this._monaco.MarkerSeverity.Error:return w.DiagnosticSeverity.Error;case this._monaco.MarkerSeverity.Warning:return w.DiagnosticSeverity.Warning;case this._monaco.MarkerSeverity.Info:return w.DiagnosticSeverity.Information;case this._monaco.MarkerSeverity.Hint:return w.DiagnosticSeverity.Hint}}asDiagnostic(s){const i=this.asRange(new this._monaco.Range(s.startLineNumber,s.startColumn,s.endLineNumber,s.endColumn)),d=this.asDiagnosticSeverity(s.severity),f=w.Diagnostic.create(i,s.message,d,s.code,s.source);return y.is(s)&&(f.data=s.data,f.codeDescription=s.codeDescription),f}asDiagnostics(s){return s==null?s:s.map(i=>this.asDiagnostic(i))}asCodeActionContext(s){if(s==null)return s;const i=this.asDiagnostics(s.markers);return w.CodeActionContext.create(i,p.string(s.only)?[s.only]:void 0)}asCodeActionParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),range:this.asRange(i),context:this.asCodeActionContext(d)}}asCommand(s){if(s){let i=s.arguments||[];return w.Command.create(s.title,s.id,...i)}}asCodeLens(s){let i=w.CodeLens.create(this.asRange(s.range));return s.command&&(i.command=this.asCommand(s.command)),c.is(s)&&s.data&&(i.data=s.data),i}asFormattingOptions(s){return{tabSize:s.tabSize,insertSpaces:s.insertSpaces}}asDocumentFormattingParams(s,i){return{textDocument:this.asTextDocumentIdentifier(s),options:this.asFormattingOptions(i)}}asDocumentRangeFormattingParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),range:this.asRange(i),options:this.asFormattingOptions(d)}}asDocumentOnTypeFormattingParams(s,i,d,f){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),ch:d,options:this.asFormattingOptions(f)}}asRenameParams(s,i,d){return{textDocument:this.asTextDocumentIdentifier(s),position:this.asPosition(i.lineNumber,i.column),newName:d}}asDocumentLinkParams(s){return{textDocument:this.asTextDocumentIdentifier(s)}}asDocumentLink(s){let i=w.DocumentLink.create(this.asRange(s.range));return s.url&&(i.target=typeof s.url=="string"?s.url:s.url.toString()),C.is(s)&&s.data&&(i.data=s.data),s.tooltip&&(i.tooltip=s.tooltip),i}asCodeAction(s){const i={title:s.title},d=b.is(s)?s:void 0;if(p.number(s.kind)&&(i.kind=s.kind),s.diagnostics&&(i.diagnostics=this.asDiagnostics(s.diagnostics)),s.edit)throw new Error("VS Code code actions can only be converted to a protocol code action without an edit.");return s.command&&(i.command=this.asCommand(s.command)),s.isPreferred!==void 0&&(i.isPreferred=s.isPreferred),s.disabled&&(i.disabled={reason:s.disabled}),d&&d.data!==void 0&&(i.data=d.data),i}}v.MonacoToProtocolConverter=u;class a{constructor(s){this._monaco=s}asResourceEdits(s,i,d,f){return i.map(m=>({resource:s,edit:this.asTextEdit(m),modelVersionId:f,metadata:w.AnnotatedTextEdit.is(m)?d(m.annotationId):void 0}))}asWorkspaceEditMetadata(s){return{needsConfirmation:s.needsConfirmation===!0,label:s.label,description:s.description}}asWorkspaceEdit(s){if(!s)return;const i=new Map;if(s.changeAnnotations!==void 0)for(const m of Object.keys(s.changeAnnotations)){const g=this.asWorkspaceEditMetadata(s.changeAnnotations[m]);i.set(m,g)}const d=m=>{if(m!==void 0)return i.get(m)},f=[];if(s.documentChanges)s.documentChanges.forEach(m=>{if(r.CreateFile.is(m))f.push({newUri:this._monaco.Uri.parse(m.uri),options:m.options,metadata:d(m.annotationId)});else if(r.RenameFile.is(m))f.push({oldUri:this._monaco.Uri.parse(m.oldUri),newUri:this._monaco.Uri.parse(m.newUri),options:m.options,metadata:d(m.annotationId)});else if(r.DeleteFile.is(m))f.push({oldUri:this._monaco.Uri.parse(m.uri),options:m.options,metadata:d(m.annotationId)});else if(r.TextDocumentEdit.is(m)){const g=this._monaco.Uri.parse(m.textDocument.uri),L=typeof m.textDocument.version=="number"?m.textDocument.version:void 0;f.push(...this.asResourceEdits(g,m.edits,d,L))}else console.error(`Unknown workspace edit change received:
|
|
2
2
|
${JSON.stringify(m,void 0,4)}`)});else if(s.changes)for(const m of Object.keys(s.changes)){const g=this._monaco.Uri.parse(m);f.push(...this.asResourceEdits(g,s.changes[m],d))}return{edits:f}}asTextEdit(s){return s?{range:this.asRange(s.range),text:s.newText}:void 0}asTextEdits(s){if(!!s)return s.map(i=>this.asTextEdit(i))}asCodeLens(s){if(!s)return;let d={range:this.asRange(s.range)};return s.command&&(d.command=this.asCommand(s.command)),s.data!==void 0&&s.data!==null&&(d.data=s.data),d}asCodeLensList(s){if(!!s)return{lenses:s.map(i=>this.asCodeLens(i)),dispose:()=>{}}}asCodeActionList(s){return{actions:s.map(i=>this.asCodeAction(i)),dispose:()=>{}}}asCodeAction(s){return w.Command.is(s)?{command:{id:s.command,title:s.title,arguments:s.arguments},title:s.title}:{title:s.title,command:this.asCommand(s.command),edit:this.asWorkspaceEdit(s.edit),diagnostics:this.asDiagnostics(s.diagnostics),kind:s.kind,disabled:s.disabled?s.disabled.reason:void 0,isPreferred:s.isPreferred,data:s.data}}asCommand(s){if(!!s)return{id:s.command,title:s.title,arguments:s.arguments}}asDocumentSymbol(s){const i=s.children&&s.children.map(d=>this.asDocumentSymbol(d));return{name:s.name,detail:s.detail||"",kind:this.asSymbolKind(s.kind),tags:s.tags||[],range:this.asRange(s.range),selectionRange:this.asRange(s.selectionRange),children:i}}asDocumentSymbols(s){return w.DocumentSymbol.is(s[0])?s.map(i=>this.asDocumentSymbol(i)):this.asSymbolInformations(s)}asSymbolInformations(s,i){if(!!s)return s.map(d=>this.asSymbolInformation(d,i))}asSymbolInformation(s,i){const d=this.asLocation(i?Object.assign(Object.assign({},s.location),{uri:i.toString()}):s.location);return{name:s.name,detail:"",containerName:s.containerName,kind:this.asSymbolKind(s.kind),tags:s.tags||[],range:d.range,selectionRange:d.range}}asSymbolKind(s){return s<=w.SymbolKind.TypeParameter?s-1:this._monaco.languages.SymbolKind.Property}asDocumentHighlights(s){if(!!s)return s.map(i=>this.asDocumentHighlight(i))}asDocumentHighlight(s){const i=this.asRange(s.range),d=p.number(s.kind)?this.asDocumentHighlightKind(s.kind):void 0;return{range:i,kind:d}}asDocumentHighlightKind(s){switch(s){case w.DocumentHighlightKind.Text:return this._monaco.languages.DocumentHighlightKind.Text;case w.DocumentHighlightKind.Read:return this._monaco.languages.DocumentHighlightKind.Read;case w.DocumentHighlightKind.Write:return this._monaco.languages.DocumentHighlightKind.Write}return this._monaco.languages.DocumentHighlightKind.Text}asReferences(s){if(!!s)return s.map(i=>this.asLocation(i))}asDefinitionResult(s){if(!!s)return p.array(s)?s.length==0?void 0:w.LocationLink.is(s[0])?s.map(d=>this.asLocationLink(d)):s.map(d=>this.asLocation(d)):this.asLocation(s)}asLocation(s){if(!s)return;const i=this._monaco.Uri.parse(s.uri),d=this.asRange(s.range);return{uri:i,range:d}}asLocationLink(s){if(!s)return;let i={uri:this._monaco.Uri.parse(s.targetUri),range:this.asRange(s.targetSelectionRange),originSelectionRange:this.asRange(s.originSelectionRange),targetSelectionRange:this.asRange(s.targetSelectionRange)};if(!i.targetSelectionRange)throw new Error("targetSelectionRange must not be undefined or null");return i}asSignatureHelpResult(s){if(!s)return;let i={};return p.number(s.activeSignature)?i.activeSignature=s.activeSignature:i.activeSignature=0,p.number(s.activeParameter)?i.activeParameter=s.activeParameter:i.activeParameter=0,s.signatures?i.signatures=this.asSignatureInformations(s.signatures):i.signatures=[],{value:i,dispose:()=>{}}}asSignatureInformations(s){return s.map(i=>this.asSignatureInformation(i))}asSignatureInformation(s){let i={label:s.label};return s.documentation&&(i.documentation=this.asDocumentation(s.documentation)),s.parameters?i.parameters=this.asParameterInformations(s.parameters):i.parameters=[],s.activeParameter&&(i.activeParameter=s.activeParameter),i}asParameterInformations(s){return s.map(i=>this.asParameterInformation(i))}asParameterInformation(s){let i={label:s.label};return s.documentation&&(i.documentation=this.asDocumentation(s.documentation)),i}asHover(s){if(!!s)return{contents:this.asHoverContent(s.contents),range:this.asRange(s.range)}}asHoverContent(s){return Array.isArray(s)?s.map(i=>this.asMarkdownString(i)):[this.asMarkdownString(s)]}asDocumentation(s){return p.string(s)?s:s.kind===w.MarkupKind.PlainText?s.value:this.asMarkdownString(s)}asMarkdownString(s){if(w.MarkupContent.is(s))return{value:s.value};if(p.string(s))return{value:s};const{language:i,value:d}=s;return{value:"```"+i+`
|
|
3
3
|
`+d+"\n```"}}asSeverity(s){return s===1?this._monaco.MarkerSeverity.Error:s===2?this._monaco.MarkerSeverity.Warning:s===3?this._monaco.MarkerSeverity.Info:this._monaco.MarkerSeverity.Hint}asDiagnostics(s){if(!!s)return s.map(i=>this.asDiagnostic(i))}asDiagnostic(s){return{code:typeof s.code=="number"?s.code.toString():s.code,severity:this.asSeverity(s.severity),message:s.message,source:s.source,startLineNumber:s.range.start.line+1,startColumn:s.range.start.character+1,endLineNumber:s.range.end.line+1,endColumn:s.range.end.character+1,relatedInformation:this.asRelatedInformations(s.relatedInformation),codeDescription:s.codeDescription,tags:s.tags,data:s.data}}asRelatedInformations(s){if(!!s)return s.map(i=>this.asRelatedInformation(i))}asRelatedInformation(s){return{resource:this._monaco.Uri.parse(s.location.uri),startLineNumber:s.location.range.start.line+1,startColumn:s.location.range.start.character+1,endLineNumber:s.location.range.end.line+1,endColumn:s.location.range.end.character+1,message:s.message}}asCompletionResult(s,i){if(!s)return{incomplete:!1,suggestions:[]};if(Array.isArray(s)){const d=s.map(f=>this.asCompletionItem(f,i));return{incomplete:!1,suggestions:d}}return{incomplete:s.isIncomplete,suggestions:s.items.map(d=>this.asCompletionItem(d,i))}}asCompletionItem(s,i){const d={label:s.label};s.detail&&(d.detail=s.detail),s.documentation&&(d.documentation=this.asDocumentation(s.documentation),d.documentationFormat=p.string(s.documentation)?void 0:s.documentation.kind),s.filterText&&(d.filterText=s.filterText);const f=this.asCompletionInsertText(s,i);if(d.insertText=f.insertText,d.range=f.range,d.fromEdit=f.fromEdit,f.isSnippet&&(d.insertTextRules=this._monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet),p.number(s.kind)){let[m,g]=this.asCompletionItemKind(s.kind);d.kind=m,g&&(d.originalItemKind=g)}return s.sortText&&(d.sortText=s.sortText),s.additionalTextEdits&&(d.additionalTextEdits=this.asTextEdits(s.additionalTextEdits)),p.stringArray(s.commitCharacters)&&(d.commitCharacters=s.commitCharacters.slice()),s.command&&(d.command=this.asCommand(s.command)),(s.deprecated===!0||s.deprecated===!1)&&(d.deprecated=s.deprecated),(s.preselect===!0||s.preselect===!1)&&(d.preselect=s.preselect),s.data!==void 0&&(d.data=s.data),(s.deprecated===!0||s.deprecated===!1)&&(d.deprecated=s.deprecated),s.insertTextMode&&(d.insertTextMode=s.insertTextMode),s.tags&&(d.tags=s.tags),d}asCompletionItemKind(s){if(w.CompletionItemKind.Text<=s&&s<=w.CompletionItemKind.TypeParameter)switch(s){case w.CompletionItemKind.Text:return[this._monaco.languages.CompletionItemKind.Text,void 0];case w.CompletionItemKind.Method:return[this._monaco.languages.CompletionItemKind.Method,void 0];case w.CompletionItemKind.Function:return[this._monaco.languages.CompletionItemKind.Function,void 0];case w.CompletionItemKind.Constructor:return[this._monaco.languages.CompletionItemKind.Constructor,void 0];case w.CompletionItemKind.Field:return[this._monaco.languages.CompletionItemKind.Field,void 0];case w.CompletionItemKind.Variable:return[this._monaco.languages.CompletionItemKind.Variable,void 0];case w.CompletionItemKind.Class:return[this._monaco.languages.CompletionItemKind.Class,void 0];case w.CompletionItemKind.Interface:return[this._monaco.languages.CompletionItemKind.Interface,void 0];case w.CompletionItemKind.Module:return[this._monaco.languages.CompletionItemKind.Module,void 0];case w.CompletionItemKind.Property:return[this._monaco.languages.CompletionItemKind.Property,void 0];case w.CompletionItemKind.Unit:return[this._monaco.languages.CompletionItemKind.Unit,void 0];case w.CompletionItemKind.Value:return[this._monaco.languages.CompletionItemKind.Value,void 0];case w.CompletionItemKind.Enum:return[this._monaco.languages.CompletionItemKind.Enum,void 0];case w.CompletionItemKind.Keyword:return[this._monaco.languages.CompletionItemKind.Keyword,void 0];case w.CompletionItemKind.Snippet:return[this._monaco.languages.CompletionItemKind.Snippet,void 0];case w.CompletionItemKind.Color:return[this._monaco.languages.CompletionItemKind.Color,void 0];case w.CompletionItemKind.File:return[this._monaco.languages.CompletionItemKind.File,void 0];case w.CompletionItemKind.Reference:return[this._monaco.languages.CompletionItemKind.Reference,void 0];case w.CompletionItemKind.Folder:return[this._monaco.languages.CompletionItemKind.Folder,void 0];case w.CompletionItemKind.EnumMember:return[this._monaco.languages.CompletionItemKind.EnumMember,void 0];case w.CompletionItemKind.Constant:return[this._monaco.languages.CompletionItemKind.Constant,void 0];case w.CompletionItemKind.Struct:return[this._monaco.languages.CompletionItemKind.Struct,void 0];case w.CompletionItemKind.Event:return[this._monaco.languages.CompletionItemKind.Event,void 0];case w.CompletionItemKind.Operator:return[this._monaco.languages.CompletionItemKind.Operator,void 0];case w.CompletionItemKind.TypeParameter:return[this._monaco.languages.CompletionItemKind.TypeParameter,void 0];default:return[s-1,void 0]}return[w.CompletionItemKind.Text,s]}asCompletionInsertText(s,i){const d=s.insertTextFormat===w.InsertTextFormat.Snippet;if(s.textEdit)if(w.TextEdit.is(s.textEdit)){const f=this.asRange(s.textEdit.range),m=s.textEdit.newText;return{isSnippet:d,insertText:m,range:f,fromEdit:!0}}else{const f={insert:this.asRange(s.textEdit.insert),replace:this.asRange(s.textEdit.replace)},m=s.textEdit.newText;return{isSnippet:d,insertText:m,range:f,fromEdit:!0}}return s.insertText?{isSnippet:d,insertText:s.insertText,fromEdit:!1,range:i}:{insertText:s.label,range:i,fromEdit:!1,isSnippet:!1}}asDocumentLinks(s){return{links:s.map(d=>this.asDocumentLink(d))}}asDocumentLink(s){return{range:this.asRange(s.range),url:s.target,data:s.data,tooltip:s.tooltip}}asRange(s){if(s===void 0)return;if(s===null)return null;const i=this.asPosition(s.start),d=this.asPosition(s.end);if(i instanceof this._monaco.Position&&d instanceof this._monaco.Position)return new this._monaco.Range(i.lineNumber,i.column,d.lineNumber,d.column);const f=!i||i.lineNumber===void 0?void 0:i.lineNumber,m=!i||i.column===void 0?void 0:i.column,g=!d||d.lineNumber===void 0?void 0:d.lineNumber,L=!d||d.column===void 0?void 0:d.column;return{startLineNumber:f,startColumn:m,endLineNumber:g,endColumn:L}}asPosition(s){if(s===void 0)return;if(s===null)return null;const{line:i,character:d}=s,f=i===void 0?void 0:i+1,m=d===void 0?void 0:d+1;return f!==void 0&&m!==void 0?new this._monaco.Position(f,m):{lineNumber:f,column:m}}asColorInformations(s){return s.map(i=>this.asColorInformation(i))}asColorInformation(s){return{range:this.asRange(s.range),color:s.color}}asColorPresentations(s){return s.map(i=>this.asColorPresentation(i))}asColorPresentation(s){return{label:s.label,textEdit:this.asTextEdit(s.textEdit),additionalTextEdits:this.asTextEdits(s.additionalTextEdits)}}asFoldingRanges(s){return s&&s.map(i=>this.asFoldingRange(i))}asFoldingRange(s){return{start:s.startLine+1,end:s.endLine+1,kind:this.asFoldingRangeKind(s.kind)}}asFoldingRangeKind(s){if(s)switch(s){case w.FoldingRangeKind.Comment:return this._monaco.languages.FoldingRangeKind.Comment;case w.FoldingRangeKind.Imports:return this._monaco.languages.FoldingRangeKind.Imports;case w.FoldingRangeKind.Region:return this._monaco.languages.FoldingRangeKind.Region}}asSemanticTokens(s){return{resultId:s.resultId,data:Uint32Array.from(s.data)}}}v.ProtocolToMonacoConverter=a},97304:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoModelDiagnostics=v.MonacoDiagnosticCollection=void 0;const r=e(27957);class p{constructor(c,D,y){this._monaco=c,this.name=D,this.p2m=y,this.diagnostics=new Map,this.toDispose=new r.DisposableCollection}dispose(){this.toDispose.dispose()}get(c){const D=this.diagnostics.get(c);return D?D.diagnostics:[]}set(c,D){const y=this.diagnostics.get(c);if(y)y.diagnostics=D;else{const b=new w(this._monaco,c,D,this.name,this.p2m);this.diagnostics.set(c,b),this.toDispose.push(r.Disposable.create(()=>{this.diagnostics.delete(c),b.dispose()}))}}}v.MonacoDiagnosticCollection=p;class w{constructor(c,D,y,b,_){this._monaco=c,this.owner=b,this.p2m=_,this._markers=[],this._diagnostics=[],this.toDispose=new r.DisposableCollection,this.uri=this._monaco.Uri.parse(D),this.diagnostics=y,this.toDispose.push(this._monaco.editor.onDidCreateModel(u=>this.doUpdateModelMarkers(u)))}set diagnostics(c){this._diagnostics=c,this._markers=this.p2m.asDiagnostics(c),this.updateModelMarkers()}get diagnostics(){return this._diagnostics}get markers(){return this._markers}dispose(){this._markers=[],this.updateModelMarkers(),this.toDispose.dispose()}updateModelMarkers(){const c=this._monaco.editor.getModel(this.uri);this.doUpdateModelMarkers(c||void 0)}doUpdateModelMarkers(c){c&&this.uri.toString()===c.uri.toString()&&this._monaco.editor.setModelMarkers(c,this.owner,this._markers)}}v.MonacoModelDiagnostics=w},3232:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(i,d,f,m){m===void 0&&(m=f),Object.defineProperty(i,m,{enumerable:!0,get:function(){return d[f]}})}:function(i,d,f,m){m===void 0&&(m=f),i[m]=d[f]}),p=this&&this.__exportStar||function(i,d){for(var f in i)f!=="default"&&!Object.prototype.hasOwnProperty.call(d,f)&&r(d,i,f)};Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoLanguageClient=void 0;const w=e(19343),C=e(27349),c=e(65122),D=e(77567),y=e(23894),b=e(37304),_=e(38357),u=e(65393),a=e(81572),o=e(6443);p(e(19343),v);class s extends w.BaseLanguageClient{constructor({id:d,name:f,clientOptions:m,connectionProvider:g}){super(d||f.toLowerCase(),f,m);this.connectionProvider=g,this.createConnection=this.doCreateConnection.bind(this);const L=this;L._p2c=new Proxy(L._p2c,{get:(T,I)=>I==="asUri"?T[I]:s.bypassConversion}),L._c2p=new Proxy(L._c2p,{get:(T,I)=>I==="asUri"?T[I]:I==="asCompletionParams"?(M,W,B)=>({textDocument:T.asTextDocumentIdentifier(M),position:W,context:B}):I==="asWillSaveTextDocumentParams"?M=>({textDocument:T.asTextDocumentIdentifier(M.document),reason:M.reason}):I.endsWith("Params")?T[I]:s.bypassConversion})}doCreateConnection(){const d=this.handleConnectionError.bind(this),f=this.handleConnectionClosed.bind(this);return this.connectionProvider.get(d,f,this.outputChannel)}createMessageTransports(d){throw new Error("Unsupported")}registerBuiltinFeatures(){super.registerBuiltinFeatures(),this.registerFeature(new c.ConfigurationFeature(this)),this.registerFeature(new C.TypeDefinitionFeature(this)),this.registerFeature(new D.ImplementationFeature(this)),this.registerFeature(new y.ColorProviderFeature(this)),this.registerFeature(new b.WorkspaceFoldersFeature(this)),_.FoldingRangeFeature.asFoldingRanges=s.bypassConversion,this.registerFeature(new _.FoldingRangeFeature(this)),this.registerFeature(new o.DeclarationFeature(this)),this.registerFeature(new a.SemanticTokensFeature(this)),this.registerFeature(new u.CallHierarchyFeature(this));const d=this._features;for(const f of d)f instanceof y.ColorProviderFeature&&(f.asColor=s.bypassConversion,f.asColorInformations=s.bypassConversion,f.asColorPresentations=s.bypassConversion)}registerProposedFeatures(){}getLocale(){return navigator.language||"en-US"}}v.MonacoLanguageClient=s,s.bypassConversion=i=>i||void 0},7546:function(Xe,v,e){"use strict";var r=this&&this.__awaiter||function(_,u,a,o){function s(i){return i instanceof a?i:new a(function(d){d(i)})}return new(a||(a=Promise))(function(i,d){function f(L){try{g(o.next(L))}catch(T){d(T)}}function m(L){try{g(o.throw(L))}catch(T){d(T)}}function g(L){L.done?i(L.value):s(L.value).then(f,m)}g((o=o.apply(_,u||[])).next())})};Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoLanguages=v.testGlob=v.MonacoModelIdentifier=void 0;const p=e(40450),w=e(87530),C=e(97304),c=e(27957);var D;(function(_){function u(o,s){return{uri:o.Uri.parse(s.uri),languageId:s.languageId}}_.fromDocument=u;function a(o){return{uri:o.uri,languageId:o.getLanguageId()}}_.fromModel=a})(D=v.MonacoModelIdentifier||(v.MonacoModelIdentifier={}));function y(_,u){return p(_,{extended:!0,globstar:!0}).test(u)}v.testGlob=y;class b{constructor(u,a,o){this._monaco=u,this.p2m=a,this.m2p=o}match(u,a){return this.matchModel(u,D.fromDocument(this._monaco,a))}createDiagnosticCollection(u){return new C.MonacoDiagnosticCollection(this._monaco,u||"default",this.p2m)}registerCompletionItemProvider(u,a,...o){const s=this.createCompletionProvider(u,a,...o),i=new c.DisposableCollection;for(const d of this.matchLanguage(u))i.push(this._monaco.languages.registerCompletionItemProvider(d,s));return i}createCompletionProvider(u,a,...o){return{triggerCharacters:o,provideCompletionItems:(s,i,d,f)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(s)))return;const m=s.getWordUntilPosition(i),g=new this._monaco.Range(i.lineNumber,m.startColumn,i.lineNumber,m.endColumn),L=this.m2p.asCompletionParams(s,i,d),T=yield a.provideCompletionItems(L,f);return T&&this.p2m.asCompletionResult(T,g)}),resolveCompletionItem:a.resolveCompletionItem?(s,i)=>r(this,void 0,void 0,function*(){const d=this.m2p.asCompletionItem(s),f=yield a.resolveCompletionItem(d,i);if(f){const m=this.p2m.asCompletionItem(f,s.range);Object.assign(s,m)}return s}):void 0}}registerHoverProvider(u,a){const o=this.createHoverProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerHoverProvider(i,o));return s}createHoverProvider(u,a){return{provideHover:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentPositionParams(o,s),f=yield a.provideHover(d,i);return f&&this.p2m.asHover(f)})}}registerSignatureHelpProvider(u,a,...o){const s=this.createSignatureHelpProvider(u,a,...o),i=new c.DisposableCollection;for(const d of this.matchLanguage(u))i.push(this._monaco.languages.registerSignatureHelpProvider(d,s));return i}createSignatureHelpProvider(u,a,...o){return{signatureHelpTriggerCharacters:[...a.triggerCharacters||o||[]],signatureHelpRetriggerCharacters:a.retriggerCharacters,provideSignatureHelp:(i,d,f,m)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(i)))return;const g=this.m2p.asTextDocumentPositionParams(i,d),L=yield a.provideSignatureHelp(g,f,this.m2p.asSignatureHelpContext(m));return L&&this.p2m.asSignatureHelpResult(L)})}}registerDefinitionProvider(u,a){const o=this.createDefinitionProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerDefinitionProvider(i,o));return s}createDefinitionProvider(u,a){return{provideDefinition:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentPositionParams(o,s),f=yield a.provideDefinition(d,i);return f&&this.p2m.asDefinitionResult(f)})}}registerReferenceProvider(u,a){const o=this.createReferenceProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerReferenceProvider(i,o));return s}createReferenceProvider(u,a){return{provideReferences:(o,s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const f=this.m2p.asReferenceParams(o,s,i),m=yield a.provideReferences(f,d);return m&&this.p2m.asReferences(m)})}}registerDocumentHighlightProvider(u,a){const o=this.createDocumentHighlightProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerDocumentHighlightProvider(i,o));return s}createDocumentHighlightProvider(u,a){return{provideDocumentHighlights:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentPositionParams(o,s),f=yield a.provideDocumentHighlights(d,i);return f&&this.p2m.asDocumentHighlights(f)})}}registerDocumentSymbolProvider(u,a){const o=this.createDocumentSymbolProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerDocumentSymbolProvider(i,o));return s}createDocumentSymbolProvider(u,a){return{provideDocumentSymbols:(o,s)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const i=this.m2p.asDocumentSymbolParams(o),d=yield a.provideDocumentSymbols(i,s);return d&&this.p2m.asDocumentSymbols(d)})}}registerCodeActionsProvider(u,a){const o=this.createCodeActionProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerCodeActionProvider(i,o));return s}createCodeActionProvider(u,a){return{provideCodeActions:(o,s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const f=this.m2p.asCodeActionParams(o,s,i);let m=yield a.provideCodeActions(f,d);return m&&this.p2m.asCodeActionList(m)}),resolveCodeAction:a.resolveCodeAction?(o,s)=>r(this,void 0,void 0,function*(){const i=this.m2p.asCodeAction(o),d=yield a.resolveCodeAction(i,s);if(d){const f=this.p2m.asCodeAction(d);Object.assign(o,f)}return o}):void 0}}registerCodeLensProvider(u,a){const o=this.createCodeLensProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerCodeLensProvider(i,o));return s}createCodeLensProvider(u,a){return{provideCodeLenses:(o,s)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const i=this.m2p.asCodeLensParams(o),d=yield a.provideCodeLenses(i,s);return d&&this.p2m.asCodeLensList(d)}),resolveCodeLens:a.resolveCodeLens?(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return s;const d=this.m2p.asCodeLens(s),f=yield a.resolveCodeLens(d,i);if(f){const m=this.p2m.asCodeLens(f);Object.assign(s,m)}return s}):void 0}}registerDocumentFormattingEditProvider(u,a){const o=this.createDocumentFormattingEditProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerDocumentFormattingEditProvider(i,o));return s}createDocumentFormattingEditProvider(u,a){return{provideDocumentFormattingEdits:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asDocumentFormattingParams(o,s),f=yield a.provideDocumentFormattingEdits(d,i);return f&&this.p2m.asTextEdits(f)})}}registerDocumentRangeFormattingEditProvider(u,a){const o=this.createDocumentRangeFormattingEditProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerDocumentRangeFormattingEditProvider(i,o));return s}createDocumentRangeFormattingEditProvider(u,a){return{provideDocumentRangeFormattingEdits:(o,s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const f=this.m2p.asDocumentRangeFormattingParams(o,s,i),m=yield a.provideDocumentRangeFormattingEdits(f,d);return m&&this.p2m.asTextEdits(m)})}}registerOnTypeFormattingEditProvider(u,a,o,...s){const i=this.createOnTypeFormattingEditProvider(u,a,o,...s),d=new c.DisposableCollection;for(const f of this.matchLanguage(u))d.push(this._monaco.languages.registerOnTypeFormattingEditProvider(f,i));return d}createOnTypeFormattingEditProvider(u,a,o,...s){return{autoFormatTriggerCharacters:[o].concat(s),provideOnTypeFormattingEdits:(d,f,m,g,L)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(d)))return;const T=this.m2p.asDocumentOnTypeFormattingParams(d,f,m,g),I=yield a.provideOnTypeFormattingEdits(T,L);return I&&this.p2m.asTextEdits(I)})}}registerRenameProvider(u,a){const o=this.createRenameProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerRenameProvider(i,o));return s}createRenameProvider(u,a){return{provideRenameEdits:(o,s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const f=this.m2p.asRenameParams(o,s,i),m=yield a.provideRenameEdits(f,d);return m&&this.p2m.asWorkspaceEdit(m)})}}registerDocumentLinkProvider(u,a){const o=this.createDocumentLinkProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerLinkProvider(i,o));return s}createDocumentLinkProvider(u,a){return{provideLinks:(o,s)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const i=this.m2p.asDocumentLinkParams(o),d=yield a.provideDocumentLinks(i,s);return d&&this.p2m.asDocumentLinks(d)}),resolveLink:(o,s)=>r(this,void 0,void 0,function*(){if(a.resolveDocumentLink&&(o.url===null||o.url===void 0)){const i=this.m2p.asDocumentLink(o),d=yield a.resolveDocumentLink(i,s);if(d){const f=this.p2m.asDocumentLink(d);Object.assign(o,f)}}return o})}}registerImplementationProvider(u,a){const o=this.createImplementationProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerImplementationProvider(i,o));return s}createImplementationProvider(u,a){return{provideImplementation:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentPositionParams(o,s),f=yield a.provideImplementation(d,i);return f&&this.p2m.asDefinitionResult(f)})}}registerTypeDefinitionProvider(u,a){const o=this.createTypeDefinitionProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerTypeDefinitionProvider(i,o));return s}createTypeDefinitionProvider(u,a){return{provideTypeDefinition:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentPositionParams(o,s),f=yield a.provideTypeDefinition(d,i);return f&&this.p2m.asDefinitionResult(f)})}}registerColorProvider(u,a){const o=this.createDocumentColorProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerColorProvider(i,o));return s}createDocumentColorProvider(u,a){return{provideDocumentColors:(o,s)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const i=this.m2p.asTextDocumentIdentifier(o),d=yield a.provideDocumentColors({textDocument:i},s);return d&&this.p2m.asColorInformations(d)}),provideColorPresentations:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentIdentifier(o),f=this.m2p.asRange(s.range),m=yield a.provideColorPresentations({textDocument:d,color:s.color,range:f},i);return m&&this.p2m.asColorPresentations(m)})}}registerFoldingRangeProvider(u,a){const o=this.createFoldingRangeProvider(u,a),s=new c.DisposableCollection;for(const i of this.matchLanguage(u))s.push(this._monaco.languages.registerFoldingRangeProvider(i,o));return s}createFoldingRangeProvider(u,a){return{provideFoldingRanges:(o,s,i)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(o)))return;const d=this.m2p.asTextDocumentIdentifier(o),f=yield a.provideFoldingRanges({textDocument:d},i);return f&&this.p2m.asFoldingRanges(f)})}}registerDocumentSemanticTokensProvider(u,a,o){const s=this.createSemanticTokensProvider(u,a,o),i=new c.DisposableCollection;for(const d of this.matchLanguage(u))i.push(this._monaco.languages.registerDocumentSemanticTokensProvider(d,s));return i}createSemanticTokensProvider(u,a,o){return{getLegend(){return o},provideDocumentSemanticTokens:(s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(s)))return;const f=this.m2p.asTextDocumentIdentifier(s),m=yield a.provideDocumentSemanticTokens({textDocument:f},d);return m&&this.p2m.asSemanticTokens(m)}),releaseDocumentSemanticTokens:s=>{}}}registerDocumentRangeSemanticTokensProvider(u,a,o){const s=this.createRangeSemanticTokensProvider(u,a,o),i=new c.DisposableCollection;for(const d of this.matchLanguage(u))i.push(this._monaco.languages.registerDocumentRangeSemanticTokensProvider(d,s));return i}createRangeSemanticTokensProvider(u,a,o){return{getLegend(){return o},provideDocumentRangeSemanticTokens:(s,i,d)=>r(this,void 0,void 0,function*(){if(!this.matchModel(u,D.fromModel(s)))return;const f=this.m2p.asTextDocumentIdentifier(s),m=yield a.provideDocumentRangeSemanticTokens({textDocument:f,range:this.m2p.asRange(i)},d);return m&&this.p2m.asSemanticTokens(m)})}}matchModel(u,a){return Array.isArray(u)?u.some(o=>this.matchModel(o,a)):w.DocumentFilter.is(u)?!(!!u.language&&u.language!==a.languageId||!!u.scheme&&u.scheme!==a.uri.scheme||!!u.pattern&&!y(u.pattern,a.uri.path)):u===a.languageId}matchLanguage(u){const a=new Set;if(Array.isArray(u))for(const o of u)a.add(this.matchLanguageByFilter(o));else a.add(this.matchLanguageByFilter(u));return a}matchLanguageByFilter(u){return w.DocumentFilter.is(u)?u.language?u.language:"*":u}}v.MonacoLanguages=b},54604:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoServices=void 0;const r=e(49e3),p=e(95223),w=e(7546),C=e(53647),c=e(85997),D=e(87530);var y;(function(b){function _(o,s={}){const i=new r.MonacoToProtocolConverter(o),d=new r.ProtocolToMonacoConverter(o);return{commands:new p.MonacoCommands(o),languages:new w.MonacoLanguages(o,d,i),workspace:new C.MonacoWorkspace(o,d,i,s.rootUri),window:new c.ConsoleWindow}}b.create=_;function u(o,s={}){const i=_(o,s);return D.Services.install(i),i}b.install=u;function a(){return D.Services.get()}b.get=a})(y=v.MonacoServices||(v.MonacoServices={}))},53647:(Xe,v,e)=>{"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.MonacoWorkspace=void 0;const r=e(87530),p=e(64881);class w{constructor(c,D,y,b=null){this._monaco=c,this.p2m=D,this.m2p=y,this._rootUri=b,this.documents=new Map,this.onDidOpenTextDocumentEmitter=new r.Emitter,this.onDidCloseTextDocumentEmitter=new r.Emitter,this.onDidChangeTextDocumentEmitter=new r.Emitter;for(const _ of this._monaco.editor.getModels())this.addModel(_);this._monaco.editor.onDidCreateModel(_=>this.addModel(_)),this._monaco.editor.onWillDisposeModel(_=>this.removeModel(_)),this._monaco.editor.onDidChangeModelLanguage(_=>{this.removeModel(_.model),this.addModel(_.model)})}get rootUri(){return this._rootUri}removeModel(c){const D=c.uri.toString(),y=this.documents.get(D);y&&(this.documents.delete(D),this.onDidCloseTextDocumentEmitter.fire(y))}addModel(c){const D=c.uri.toString(),y=this.setModel(D,c);this.onDidOpenTextDocumentEmitter.fire(y),c.onDidChangeContent(b=>this.onDidChangeContent(D,c,b))}onDidChangeContent(c,D,y){const b=this.setModel(c,D),_=[];for(const u of y.changes){const a=this.m2p.asRange(u.range),o=u.rangeLength,s=u.text;_.push({range:a,rangeLength:o,text:s})}this.onDidChangeTextDocumentEmitter.fire({textDocument:b,contentChanges:_})}setModel(c,D){const y=p.TextDocument.create(c,D.getLanguageId(),D.getVersionId(),D.getValue());return this.documents.set(c,y),y}get textDocuments(){return Array.from(this.documents.values())}get onDidOpenTextDocument(){return this.onDidOpenTextDocumentEmitter.event}get onDidCloseTextDocument(){return this.onDidCloseTextDocumentEmitter.event}get onDidChangeTextDocument(){return this.onDidChangeTextDocumentEmitter.event}applyEdit(c){const D=this.p2m.asWorkspaceEdit(c),y=D.edits?D.edits.reduce((_,u)=>{const a=u;return _[a.resource.toString()]=this._monaco.editor.getModel(a.resource),_},{}):{};if(!Object.keys(y).map(_=>y[_]).every(_=>!!_))return Promise.resolve(!1);const b=D.edits?D.edits.reduce((_,u)=>{const a=u,o=a.resource.toString();return o in _||(_[o]=[]),_[o].push({range:this._monaco.Range.lift(a.edit.range),text:a.edit.text}),_},{}):{};return Object.keys(b).forEach(_=>{y[_].pushEditOperations([],b[_].map(u=>({identifier:{major:1,minor:0},range:u.range,text:u.text,forceMoveMarkers:!0})),()=>[])}),Promise.resolve(!0)}}v.MonacoWorkspace=w},87530:function(Xe,v,e){"use strict";var r=this&&this.__createBinding||(Object.create?function(o,s,i,d){d===void 0&&(d=i),Object.defineProperty(o,d,{enumerable:!0,get:function(){return s[i]}})}:function(o,s,i,d){d===void 0&&(d=i),o[d]=s[i]}),p=this&&this.__exportStar||function(o,s){for(var i in o)i!=="default"&&!Object.prototype.hasOwnProperty.call(s,i)&&r(s,o,i)};Object.defineProperty(v,"__esModule",{value:!0}),v.ConfigurationTarget=v.DocumentIdentifier=v.VsCodeDiagnosticSeverity=v.SignatureHelpTriggerKind=v.isDocumentSelector=v.Services=v.TextDocument=v.Emitter=v.Event=v.CancellationToken=v.Disposable=void 0;const w=e(30294),C=e(64881);Object.defineProperty(v,"TextDocument",{enumerable:!0,get:function(){return C.TextDocument}});const c=e(55953);Object.defineProperty(v,"Disposable",{enumerable:!0,get:function(){return c.Disposable}}),Object.defineProperty(v,"CancellationToken",{enumerable:!0,get:function(){return c.CancellationToken}}),Object.defineProperty(v,"Event",{enumerable:!0,get:function(){return c.Event}}),Object.defineProperty(v,"Emitter",{enumerable:!0,get:function(){return c.Emitter}}),p(e(69372),v);var D;(function(o){const s=window,i=Symbol("Services");o.get=()=>{const f=s[i];if(!f)throw new Error("Language Client services has not been installed");return f};function d(f){return s[i]&&console.warn("Language Client services have been overridden"),s[i]=f,c.Disposable.create(()=>s[i]=void 0)}o.install=d})(D=v.Services||(v.Services={}));function y(o){return!o||!Array.isArray(o)?!1:o.every(s=>typeof s=="string"||w.DocumentFilter.is(s))}v.isDocumentSelector=y;var b;(function(o){o[o.Invoke=1]="Invoke",o[o.TriggerCharacter=2]="TriggerCharacter",o[o.ContentChange=3]="ContentChange"})(b=v.SignatureHelpTriggerKind||(v.SignatureHelpTriggerKind={}));var _;(function(o){o[o.Error=0]="Error",o[o.Warning=1]="Warning",o[o.Information=2]="Information",o[o.Hint=3]="Hint"})(_=v.VsCodeDiagnosticSeverity||(v.VsCodeDiagnosticSeverity={}));var u;(function(o){function s(i){return!!i&&"uri"in i&&"languageId"in i}o.is=s})(u=v.DocumentIdentifier||(v.DocumentIdentifier={}));var a;(function(o){o[o.Global=1]="Global",o[o.Workspace=2]="Workspace",o[o.WorkspaceFolder=3]="WorkspaceFolder"})(a=v.ConfigurationTarget||(v.ConfigurationTarget={}))},92212:function(Xe,v,e){"use strict";var r=this&&this.__awaiter||function(_,u,a,o){function s(i){return i instanceof a?i:new a(function(d){d(i)})}return new(a||(a=Promise))(function(i,d){function f(L){try{g(o.next(L))}catch(T){d(T)}}function m(L){try{g(o.throw(L))}catch(T){d(T)}}function g(L){L.done?i(L.value):s(L.value).then(f,m)}g((o=o.apply(_,u||[])).next())})};Object.defineProperty(v,"__esModule",{value:!0}),v.createVSCodeApi=void 0;const p=e(21374),w=e(70355),C=e(27957),c=e(87530),D=e(87530),y=e(30294);function b(_){const u=()=>{throw new Error("unsupported")},a=class extends w.URI{static joinPath(k,...Q){return u()}};class o{constructor(k,Q){this.label=k,this.kind=Q}}class s{constructor(k,Q){this.range=k,this.command=Q}get isResolved(){return!!this.command}}class i{constructor(k,Q){this.range=k,this.target=Q}}class d{constructor(k){this.value=k,this.contains=u,this.intersects=u}append(k){return new d(this.value?this.value+d.sep+k:k)}}d.sep=".",d.Empty=new d(""),d.QuickFix=new d("quickfix"),d.Refactor=new d("refactor"),d.RefactorExtract=d.Refactor.append("extract"),d.RefactorInline=d.Refactor.append("inline"),d.RefactorRewrite=d.Refactor.append("rewrite"),d.Source=new d("source"),d.SourceOrganizeImports=d.Source.append("organizeImports"),d.SourceFixAll=d.Source.append("fixAll");class f{constructor(k,Q,q=y.DiagnosticSeverity.Error){this.range=k,this.message=Q,this.severity=q}}class m{constructor(k,Q,q,U,x,N){this.kind=k,this.name=Q,this.detail=q,this.uri=U,this.range=x,this.selectionRange=N}}class g{constructor(k,Q){this.title=k,this.kind=Q}}class L{constructor(k,Q){this.data=k,this.resultId=Q}}class T{isWritableFileSystem(k){return!1}stat(k){throw new Error("Method not implemented.")}readDirectory(k){return Promise.resolve([])}createDirectory(k){return Promise.resolve()}readFile(k){return Promise.resolve(new Uint8Array(0))}writeFile(k,Q){return Promise.resolve()}delete(k,Q){return Promise.resolve()}rename(k,Q,q){return Promise.resolve()}copy(k,Q,q){return Promise.resolve()}}const I={fs:new T,workspaceFile:void 0,createFileSystemWatcher(O,k,Q,q){const U=_();if(typeof O!="string")throw new Error("unsupported");if(U.workspace.createFileSystemWatcher){const x=U.workspace.createFileSystemWatcher(O,k,Q,q);return Object.assign(x,{ignoreCreateEvents:!!k,ignoreChangeEvents:!!Q,ignoreDeleteEvents:!!q})}return{ignoreCreateEvents:!!k,ignoreChangeEvents:!!Q,ignoreDeleteEvents:!!q,onDidCreate:c.Event.None,onDidChange:c.Event.None,onDidDelete:c.Event.None,dispose:()=>{}}},applyEdit:O=>r(this,void 0,void 0,function*(){const k=_();if(c.WorkspaceEdit.is(O))return k.workspace.applyEdit(O);throw new Error("unsupported")}),getConfiguration(O,k){const{workspace:Q}=_(),q=Q.configurations?Q.configurations.getConfiguration(O,k?k.toString():void 0):void 0;return Object.assign({get:(x,N)=>q?q.get(x,N):N,has:x=>q?q.has(x):!1,inspect:u,update:u},{toJSON:()=>q?q.toJSON():void 0})},get onDidChangeConfiguration(){const O=_();return O.workspace.configurations?O.workspace.configurations.onDidChangeConfiguration:c.Event.None},get workspaceFolders(){const O=_();if("workspaceFolders"in O.workspace)return O.workspace.workspaceFolders;const k=O.workspace.rootUri;if(!k)return;const Q=a.parse(k);return[{uri:Q,index:0,name:Q.toString()}]},get onDidChangeWorkspaceFolders(){return _().workspace.onDidChangeWorkspaceFolders||c.Event.None},get textDocuments(){return _().workspace.textDocuments},get onDidOpenTextDocument(){return _().workspace.onDidOpenTextDocument},get onDidCloseTextDocument(){return _().workspace.onDidCloseTextDocument},get onDidChangeTextDocument(){const O=_();return(k,Q,q)=>O.workspace.onDidChangeTextDocument(({textDocument:U,contentChanges:x})=>{k.bind(Q)({document:U,contentChanges:x})},void 0,q)},get onWillSaveTextDocument(){const k=_().workspace.onWillSaveTextDocument;return k?(Q,q,U)=>k(({textDocument:x,reason:N,waitUntil:A})=>{Q.bind(q)({document:x,reason:N,waitUntil:re=>{A&&A(re)}})},void 0,U):c.Event.None},get onDidSaveTextDocument(){return _().workspace.onDidSaveTextDocument||c.Event.None},get onWillCreateFiles(){return c.Event.None},get onDidCreateFiles(){return c.Event.None},get onWillDeleteFiles(){return c.Event.None},get onDidDeleteFiles(){return c.Event.None},get onWillRenameFiles(){return c.Event.None},get onDidRenameFiles(){return c.Event.None},getWorkspaceFolder:u,asRelativePath:u,updateWorkspaceFolders:u,findFiles:u,saveAll:u,openTextDocument:u,registerTextDocumentContentProvider:u,registerTaskProvider:u,registerFileSystemProvider:u,rootPath:void 0,name:void 0};function M(O){return O instanceof w.URI!==void 0}class W{constructor(k){this.name=k||"default",this.services=_(),this.collection=this.services.languages.createDiagnosticCollection?this.services.languages.createDiagnosticCollection(k):void 0}entries(){}set(k,Q){function q(x){return x}function U(x){return x!=null&&typeof x=="object"?x.value:x}M(k)?this.collection&&(Q?this.collection.set(k.toString(),Q.map(x=>({range:x.range,code:U(x.code),source:x.source,message:x.message,tags:x.tags,relatedInformation:void 0,severity:q(x.severity)}))):this.collection.set(k.toString(),[])):k.forEach(x=>{this.set(x[0],x[1])})}dispose(){this.collection&&this.collection.dispose()}delete(k){}clear(){}forEach(k,Q){}get(k){}has(k){return!1}}const B={match(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));if(!c.DocumentIdentifier.is(k))throw new Error("unexpected document: "+JSON.stringify(k));return _().languages.match(O,k)?1:0},registerCallHierarchyProvider(O,k){return{dispose(){}}},createDiagnosticCollection(O){return new W(O)},registerCompletionItemProvider(O,k,...Q){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:q}=_();if(!q.registerCompletionItemProvider)return C.Disposable.create(()=>{});const U=k.resolveCompletionItem;return q.registerCompletionItemProvider(O,{provideCompletionItems({textDocument:x,position:N,context:A},j){return k.provideCompletionItems(x,N,j,A||{triggerKind:c.CompletionTriggerKind.Invoked})},resolveCompletionItem:U?(x,N)=>U(x,N):void 0},...Q)},registerCodeActionsProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerCodeActionsProvider?Q.registerCodeActionsProvider(O,{provideCodeActions({textDocument:q,range:U,context:x},N){return k.provideCodeActions(q,U,x,N)},resolveCodeAction:k.resolveCodeAction?(q,U)=>k.resolveCodeAction(q,U):void 0}):C.Disposable.create(()=>{})},registerCodeLensProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();if(!Q.registerCodeLensProvider)return C.Disposable.create(()=>{});const q=k.resolveCodeLens;return Q.registerCodeLensProvider(O,{provideCodeLenses({textDocument:U},x){return k.provideCodeLenses(U,x)},resolveCodeLens:q?(U,x)=>q(U,x):void 0})},registerDefinitionProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDefinitionProvider?Q.registerDefinitionProvider(O,{provideDefinition({textDocument:q,position:U},x){return k.provideDefinition(q,U,x)}}):C.Disposable.create(()=>{})},registerImplementationProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerImplementationProvider?Q.registerImplementationProvider(O,{provideImplementation({textDocument:q,position:U},x){return k.provideImplementation(q,U,x)}}):C.Disposable.create(()=>{})},registerTypeDefinitionProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerTypeDefinitionProvider?Q.registerTypeDefinitionProvider(O,{provideTypeDefinition({textDocument:q,position:U},x){return k.provideTypeDefinition(q,U,x)}}):C.Disposable.create(()=>{})},registerDeclarationProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDeclarationProvider?Q.registerDeclarationProvider(O,{provideDeclaration({textDocument:q,position:U},x){return k.provideDeclaration(q,U,x)}}):C.Disposable.create(()=>{})},registerHoverProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerHoverProvider?Q.registerHoverProvider(O,{provideHover({textDocument:q,position:U},x){return k.provideHover(q,U,x)}}):C.Disposable.create(()=>{})},registerDocumentHighlightProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDocumentHighlightProvider?Q.registerDocumentHighlightProvider(O,{provideDocumentHighlights({textDocument:q,position:U},x){return k.provideDocumentHighlights(q,U,x)}}):C.Disposable.create(()=>{})},registerDocumentSymbolProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDocumentSymbolProvider?Q.registerDocumentSymbolProvider(O,{provideDocumentSymbols({textDocument:q},U){return k.provideDocumentSymbols(q,U)}}):C.Disposable.create(()=>{})},registerWorkspaceSymbolProvider(O){const{languages:k}=_();return k.registerWorkspaceSymbolProvider?k.registerWorkspaceSymbolProvider({provideWorkspaceSymbols({query:Q},q){return O.provideWorkspaceSymbols(Q,q)}}):C.Disposable.create(()=>{})},registerReferenceProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerReferenceProvider?Q.registerReferenceProvider(O,{provideReferences({textDocument:q,position:U,context:x},N){return k.provideReferences(q,U,x,N)}}):C.Disposable.create(()=>{})},registerRenameProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerRenameProvider?Q.registerRenameProvider(O,{provideRenameEdits({textDocument:q,position:U,newName:x},N){return k.provideRenameEdits(q,U,x,N)}}):C.Disposable.create(()=>{})},registerDocumentFormattingEditProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDocumentFormattingEditProvider?Q.registerDocumentFormattingEditProvider(O,{provideDocumentFormattingEdits({textDocument:q,options:U},x){return k.provideDocumentFormattingEdits(q,U,x)}}):C.Disposable.create(()=>{})},registerDocumentRangeFormattingEditProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerDocumentRangeFormattingEditProvider?Q.registerDocumentRangeFormattingEditProvider(O,{provideDocumentRangeFormattingEdits({textDocument:q,range:U,options:x},N){return k.provideDocumentRangeFormattingEdits(q,U,x,N)}}):C.Disposable.create(()=>{})},registerOnTypeFormattingEditProvider(O,k,Q,...q){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:U}=_();return U.registerOnTypeFormattingEditProvider?U.registerOnTypeFormattingEditProvider(O,{provideOnTypeFormattingEdits({textDocument:x,position:N,ch:A,options:j},re){return k.provideOnTypeFormattingEdits(x,N,A,j,re)}},Q,...q):C.Disposable.create(()=>{})},registerSignatureHelpProvider(O,k,Q,...q){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:U}=_();if(!U.registerSignatureHelpProvider)return C.Disposable.create(()=>{});let x,N;return typeof Q=="string"?x=[Q,...q]:Q&&(x=Q.triggerCharacters,N=Q.retriggerCharacters),U.registerSignatureHelpProvider(O,{triggerCharacters:x,retriggerCharacters:N,provideSignatureHelp({textDocument:A,position:j},re,oe){return k.provideSignatureHelp(A,j,re,oe)}})},registerDocumentLinkProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();if(!Q.registerDocumentLinkProvider)return C.Disposable.create(()=>{});const q=k.resolveDocumentLink;return Q.registerDocumentLinkProvider(O,{provideDocumentLinks({textDocument:U},x){return k.provideDocumentLinks(U,x)},resolveDocumentLink:q?(U,x)=>q(U,x):void 0})},registerColorProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerColorProvider?Q.registerColorProvider(O,{provideDocumentColors({textDocument:q},U){return k.provideDocumentColors(q,U)},provideColorPresentations({textDocument:q,color:U,range:x},N){return k.provideColorPresentations(U,{document:q,range:x},N)}}):C.Disposable.create(()=>{})},registerFoldingRangeProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerFoldingRangeProvider?Q.registerFoldingRangeProvider(O,{provideFoldingRanges({textDocument:q},U){return k.provideFoldingRanges(q,{},U)}}):C.Disposable.create(()=>{})},registerSelectionRangeProvider(O,k){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:Q}=_();return Q.registerSelectionRangeProvider?Q.registerSelectionRangeProvider(O,{provideSelectionRanges({textDocument:q,positions:U},x){return k.provideSelectionRanges(q,U,x)}}):C.Disposable.create(()=>{})},registerEvaluatableExpressionProvider:u,registerDocumentSemanticTokensProvider(O,k,Q){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:q}=_();return q.registerDocumentSemanticTokensProvider?q.registerDocumentSemanticTokensProvider(O,{provideDocumentSemanticTokens({textDocument:U},x){return k.provideDocumentSemanticTokens(U,x)},provideDocumentSemanticTokensEdits:k.provideDocumentSemanticTokensEdits&&(({textDocument:U,previousResultId:x},N)=>k.provideDocumentSemanticTokensEdits(U,x,N))},Q):C.Disposable.create(()=>{})},registerDocumentRangeSemanticTokensProvider(O,k,Q){if(!c.isDocumentSelector(O))throw new Error("unexpected selector: "+JSON.stringify(O));const{languages:q}=_();return q.registerDocumentRangeSemanticTokensProvider?q.registerDocumentRangeSemanticTokensProvider(O,{provideDocumentRangeSemanticTokens({textDocument:U,range:x},N){return k.provideDocumentRangeSemanticTokens(U,x,N)}},Q):C.Disposable.create(()=>{})},getLanguages:u,setTextDocumentLanguage:u,getDiagnostics:u,setLanguageConfiguration:u,onDidChangeDiagnostics:u,registerLinkedEditingRangeProvider:u};function G(O,k,...Q){if(typeof k!="string")throw new Error("unexpected message: "+JSON.stringify(k));const q=k;if(Q!==void 0&&!Array.isArray(Q))throw new Error("unexpected actions: "+JSON.stringify(Q));const U=Q||[],{window:x}=_();return x?x.showMessage(O,q,...U):Promise.resolve(void 0)}const J={showInformationMessage:G.bind(void 0,c.MessageType.Info),showWarningMessage:G.bind(void 0,c.MessageType.Warning),showErrorMessage:G.bind(void 0,c.MessageType.Error),createOutputChannel(O){const{window:k}=_(),Q=k?k.createOutputChannel:void 0,q=Q?Q.bind(k)(O):void 0;return{name:O,append:q?q.append.bind(q):()=>{},appendLine:q?q.appendLine.bind(q):()=>{},clear:u,show:U=>{if(U!==void 0&&typeof U!="boolean")throw new Error("unexpected preserveFocus argument: "+JSON.stringify(U,void 0,4));return q?q.show(U):()=>{}},hide:u,dispose:q?q.dispose.bind(q):()=>{}}},withProgress:(O,k)=>{const{window:Q}=_();return Q&&Q.withProgress?Q.withProgress(O,k):k({report:()=>{}},new p.CancellationTokenSource().token)},showTextDocument:u,createTextEditorDecorationType:u,showQuickPick:u,showWorkspaceFolderPick:u,showOpenDialog:u,showSaveDialog:u,showInputBox:u,createWebviewPanel:u,setStatusBarMessage:u,withScmProgress:u,createStatusBarItem:u,createTerminal:u,registerTreeDataProvider:u,createTreeView:u,registerWebviewPanelSerializer:u,get activeTextEditor(){return u()},get visibleTextEditors(){return u()},onDidChangeActiveTextEditor:u,onDidChangeVisibleTextEditors:u,onDidChangeTextEditorSelection:u,onDidChangeTextEditorVisibleRanges:u,onDidChangeTextEditorOptions:u,onDidChangeTextEditorViewColumn:u,get terminals(){return u()},get activeTerminal(){return u()},onDidChangeActiveTerminal:u,onDidOpenTerminal:u,onDidCloseTerminal:u,get state(){return u()},onDidChangeWindowState:u,createQuickPick:u,createInputBox:u,registerUriHandler:u,registerWebviewViewProvider:u,registerCustomEditorProvider:u,registerTerminalLinkProvider:u,get activeColorTheme(){return u()},onDidChangeActiveColorTheme:u,registerFileDecorationProvider:u},ee={registerCommand(O,k,Q){const{commands:q}=_();return q?q.registerCommand(O,k,Q):C.Disposable.create(()=>{})},registerTextEditorCommand:u,executeCommand:u,getCommands:u};class z{constructor(k){this.callOnDispose=k}static from(...k){let Q=k;return new z(function(){if(Q){for(const q of Q)q&&typeof q.dispose=="function"&&q.dispose();Q=void 0}})}dispose(){this.callOnDispose()}}const Y={appName:"Monaco",appRoot:"",language:navigator.language||"en-US",get uriScheme(){return u()},get clipboard(){return u()},get machineId(){return u()},get sessionId(){return u()},remoteName:void 0,shell:"",uiKind:2,asExternalUri:u,openExternal:u};return{workspace:I,languages:B,window:J,commands:ee,env:Y,Uri:a,CompletionItem:o,CodeLens:s,DocumentLink:i,CodeActionKind:d,CodeAction:g,Diagnostic:f,CallHierarchyItem:m,SemanticTokens:L,Disposable:z,SignatureHelpTriggerKind:c.SignatureHelpTriggerKind,DiagnosticSeverity:D.DiagnosticSeverity,EventEmitter:D.Emitter}}v.createVSCodeApi=b},21374:(Xe,v,e)=>{"use strict";const r=e(92212),p=e(87530);Xe.exports=r.createVSCodeApi(p.Services.get)},40450:Xe=>{Xe.exports=function(v,e){if(typeof v!="string")throw new TypeError("Expected a string");for(var r=String(v),p="",w=e?!!e.extended:!1,C=e?!!e.globstar:!1,c=!1,D=e&&typeof e.flags=="string"?e.flags:"",y,b=0,_=r.length;b<_;b++)switch(y=r[b],y){case"/":case"$":case"^":case"+":case".":case"(":case")":case"=":case"!":case"|":p+="\\"+y;break;case"?":if(w){p+=".";break}case"[":case"]":if(w){p+=y;break}case"{":if(w){c=!0,p+="(";break}case"}":if(w){c=!1,p+=")";break}case",":if(c){p+="|";break}p+="\\"+y;break;case"*":for(var u=r[b-1],a=1;r[b+1]==="*";)a++,b++;var o=r[b+1];if(!C)p+=".*";else{var s=a>1&&(u==="/"||u===void 0)&&(o==="/"||o===void 0);s?(p+="((?:[^/]*(?:/|$))*)",b++):p+="([^/]*)"}break;default:p+=y}return(!D||!~D.indexOf("g"))&&(p="^"+p+"$"),new RegExp(p,D)}},90361:(Xe,v,e)=>{self.MonacoEnvironment=function(r){function p(w){return w.replace(/\/$/,"")}return{globalAPI:!1,getWorkerUrl:function(w,C){var c=e.p,D=(c?p(c)+"/":"")+r[C];if(/^((http:)|(https:)|(file:)|(\/\/))/.test(D)){var y=String(window.location),b=y.substr(0,y.length-window.location.hash.length-window.location.search.length-window.location.pathname.length);if(D.substring(0,b.length)!==b){/^(\/\/)/.test(D)&&(D=window.location.protocol+D);var _="/*"+C+'*/importScripts("'+D+'");',u=new Blob([_],{type:"application/javascript"});return URL.createObjectURL(u)}}return D}}}({editorWorkerService:"editor.worker.js",css:"css.worker.js",html:"html.worker.js",json:"json.worker.js",typescript:"ts.worker.js",javascript:"ts.worker.js",less:"css.worker.js",scss:"css.worker.js",handlebars:"html.worker.js",razor:"html.worker.js"}),e(4423),e(27709),e(64673),e(11366),e(64466),e(34830),e(86399),e(39696),e(23356),e(83905),e(91574),e(33501),e(45825),e(22018),e(28372),e(60849),e(32301),e(34382),e(14132),e(55548),e(17606),e(60252),e(58788),e(5753),e(60223),e(55188),e(12187),e(71371),e(90300),e(14314),e(60817),e(43393),e(42888),e(41188),e(51368),e(26485),e(94359),e(70374),e(36581),e(76469),e(56615),e(62087),e(59970),e(33500),e(69930),e(14725),e(10367),e(41305),e(6381),e(36540),Xe.exports=e(72148),e(89933),e(5073),e(13690),e(61045),e(77292),e(53897),e(98853),e(26913),e(101),e(17004),e(32405),e(98666),e(91928),e(80310),e(99345),e(21412),e(30974),e(21964),e(82555),e(58006),e(88814),e(12366),e(70994),e(3197),e(17054),e(24178),e(90230),e(7481),e(44537),e(76172),e(13025),e(58214),e(33345),e(2496),e(90441),e(36094),e(25311),e(6371),e(12860),e(89215),e(47404),e(86079),e(56831),e(23395),e(85354),e(94113),e(47785),e(87487),e(75954),e(43644),e(52454),e(15813),e(16941),e(909),e(25495),e(20717),e(2042),e(90853),e(27806),e(95064),e(40261),e(85292),e(60775),e(62602),e(44692),e(81433),e(83308),e(54599),e(32808),e(14666),e(17346),e(98585),e(28903),e(27945),e(59951),e(20540),e(5683)},92631:(Xe,v,e)=>{self.MonacoEnvironment=function(r){function p(w){return w.replace(/\/$/,"")}return{globalAPI:!1,getWorkerUrl:function(w,C){var c=e.p,D=(c?p(c)+"/":"")+r[C];if(/^((http:)|(https:)|(file:)|(\/\/))/.test(D)){var y=String(window.location),b=y.substr(0,y.length-window.location.hash.length-window.location.search.length-window.location.pathname.length);if(D.substring(0,b.length)!==b){/^(\/\/)/.test(D)&&(D=window.location.protocol+D);var _="/*"+C+'*/importScripts("'+D+'");',u=new Blob([_],{type:"application/javascript"});return URL.createObjectURL(u)}}return D}}}({editorWorkerService:"editor.worker.js",css:"css.worker.js",html:"html.worker.js",json:"json.worker.js",typescript:"ts.worker.js",javascript:"ts.worker.js",less:"css.worker.js",scss:"css.worker.js",handlebars:"html.worker.js",razor:"html.worker.js"}),e(4423),e(27709),e(64673),e(11366),e(64466),e(34830),e(86399),e(39696),e(23356),e(83905),e(91574),e(33501),e(45825),e(22018),e(28372),e(60849),e(32301),e(34382),e(14132),e(55548),e(17606),e(60252),e(58788),e(5753),e(60223),e(55188),e(12187),e(71371),e(90300),e(14314),e(60817),e(43393),e(42888),e(41188),e(51368),e(26485),e(94359),e(70374),e(36581),e(76469),e(56615),e(62087),e(59970),e(33500),e(69930),e(14725),e(10367),e(41305),e(6381),e(36540),Xe.exports=e(2089),e(89933),e(5073),e(13690),e(61045),e(77292),e(53897),e(98853),e(26913),e(101),e(17004),e(32405),e(98666),e(91928),e(80310),e(99345),e(21412),e(30974),e(21964),e(82555),e(58006),e(88814),e(12366),e(70994),e(3197),e(17054),e(24178),e(90230),e(7481),e(44537),e(76172),e(13025),e(58214),e(33345),e(2496),e(90441),e(36094),e(25311),e(6371),e(12860),e(89215),e(47404),e(86079),e(56831),e(23395),e(85354),e(94113),e(47785),e(87487),e(75954),e(43644),e(52454),e(15813),e(16941),e(909),e(25495),e(20717),e(2042),e(90853),e(27806),e(95064),e(40261),e(85292),e(60775),e(62602),e(44692),e(81433),e(83308),e(54599),e(32808),e(14666),e(17346),e(98585),e(28903),e(27945),e(59951),e(20540),e(5683)},71488:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{getZoomLevel:()=>w,getTimeSinceLastZoomLevelChanged:()=>C,onDidChangeZoomLevel:()=>c,getZoomFactor:()=>D,getPixelRatio:()=>y,isFirefox:()=>_,isWebKit:()=>u,isChrome:()=>a,isSafari:()=>o,isWebkitWebView:()=>s,isEdgeLegacyWebView:()=>i,isElectron:()=>d,isAndroid:()=>f,isStandalone:()=>m});var r=e(56709);class p{constructor(){this._zoomLevel=0,this._lastZoomLevelChangeTime=0,this._onDidChangeZoomLevel=new r.Q5,this.onDidChangeZoomLevel=this._onDidChangeZoomLevel.event,this._zoomFactor=1}getZoomLevel(){return this._zoomLevel}getTimeSinceLastZoomLevelChanged(){return Date.now()-this._lastZoomLevelChangeTime}getZoomFactor(){return this._zoomFactor}getPixelRatio(){let L=document.createElement("canvas").getContext("2d"),T=window.devicePixelRatio||1,I=L.webkitBackingStorePixelRatio||L.mozBackingStorePixelRatio||L.msBackingStorePixelRatio||L.oBackingStorePixelRatio||L.backingStorePixelRatio||1;return T/I}}p.INSTANCE=new p;function w(){return p.INSTANCE.getZoomLevel()}function C(){return p.INSTANCE.getTimeSinceLastZoomLevelChanged()}function c(g){return p.INSTANCE.onDidChangeZoomLevel(g)}function D(){return p.INSTANCE.getZoomFactor()}function y(){return p.INSTANCE.getPixelRatio()}const b=navigator.userAgent,_=b.indexOf("Firefox")>=0,u=b.indexOf("AppleWebKit")>=0,a=b.indexOf("Chrome")>=0,o=!a&&b.indexOf("Safari")>=0,s=!a&&!o&&u,i=b.indexOf("Edge/")>=0&&b.indexOf("WebView/")>=0,d=b.indexOf("Electron/")>=0,f=b.indexOf("Android")>=0,m=window.matchMedia&&window.matchMedia("(display-mode: standalone)").matches},83092:(Xe,v,e)=>{"use strict";e.d(v,{D:()=>w});var r=e(71488),p=e(11138);const w={clipboard:{writeText:p.tY||document.queryCommandSupported&&document.queryCommandSupported("copy")||!!(navigator&&navigator.clipboard&&navigator.clipboard.writeText),readText:p.tY||!!(navigator&&navigator.clipboard&&navigator.clipboard.readText)},keyboard:(()=>p.tY||r.isStandalone?0:navigator.keyboard||r.isSafari?1:2)(),touch:"ontouchstart"in window||navigator.maxTouchPoints>0,pointerEvents:window.PointerEvent&&("ontouchstart"in window||window.navigator.maxTouchPoints>0||navigator.maxTouchPoints>0)}},89181:(Xe,v,e)=>{"use strict";e.d(v,{go:()=>p,TN:()=>w,P$:()=>C});var r=e(9161);const p={RESOURCES:"ResourceURLs",DOWNLOAD_URL:"DownloadURL",FILES:"Files",TEXT:r.vW.text,TERMINALS:"Terminals"};class w{constructor(D){this.data=D}update(){}getData(){return this.data}}const C={CurrentDragAndDropData:void 0}},34441:(Xe,v,e)=>{"use strict";e.d(v,{PO:()=>a,Uw:()=>o,nm:()=>i,mu:()=>m,Gw:()=>g,Lo:()=>T,qV:()=>I,j_:()=>M,RE:()=>W,IC:()=>B,lI:()=>ee,jL:()=>z,Y_:()=>Q,Dx:()=>q,D6:()=>U,Ro:()=>N,xQ:()=>A,dp:()=>j,i:()=>re,DI:()=>oe,w:()=>me,FK:()=>pe,If:()=>Ie,wn:()=>We,jg:()=>De,Fx:()=>fe,uU:()=>Me,OO:()=>je,Ay:()=>be,vY:()=>ke,dS:()=>Le,fk:()=>Z,uN:()=>ge,Re:()=>Ce,tw:()=>ye,zB:()=>Ee,vL:()=>ue,_0:()=>ve,go:()=>Be,R3:()=>Je,Ce:()=>Re,mc:()=>Oe,$:()=>gt,$Z:()=>hi,Cp:()=>$t,H$:()=>tt,Uh:()=>Pt,V3:()=>ni,jt:()=>Ct,wY:()=>Xt,_h:()=>ot,_q:()=>Qe,uB:()=>yt});var r=e(71488),p=e(83092),w=e(6544),C=e(19449),c=e(86992),D=e(20996),y=e(56709),b=e(38431),_=e(5007),u=e(11138);function a(Ge){for(;Ge.firstChild;)Ge.firstChild.remove()}function o(Ge){var ut;return(ut=Ge==null?void 0:Ge.isConnected)!==null&&ut!==void 0?ut:!1}class s{constructor(ut,kt,mt,Yt){this._node=ut,this._type=kt,this._handler=mt,this._options=Yt||!1,this._node.addEventListener(this._type,this._handler,this._options)}dispose(){!this._handler||(this._node.removeEventListener(this._type,this._handler,this._options),this._node=null,this._handler=null)}}function i(Ge,ut,kt,mt){return new s(Ge,ut,kt,mt)}function d(Ge){return function(ut){return Ge(new C.n(ut))}}function f(Ge){return function(ut){return Ge(new w.y(ut))}}let m=function(ut,kt,mt,Yt){let ii=mt;return kt==="click"||kt==="mousedown"?ii=d(mt):(kt==="keydown"||kt==="keypress"||kt==="keyup")&&(ii=f(mt)),i(ut,kt,ii,Yt)},g=function(ut,kt,mt){let Yt=d(kt);return T(ut,Yt,mt)},L=function(ut,kt,mt){let Yt=d(kt);return I(ut,Yt,mt)};function T(Ge,ut,kt){return i(Ge,u.gn&&p.D.pointerEvents?ye.POINTER_DOWN:ye.MOUSE_DOWN,ut,kt)}function I(Ge,ut,kt){return i(Ge,u.gn&&p.D.pointerEvents?ye.POINTER_UP:ye.MOUSE_UP,ut,kt)}function M(Ge,ut){return i(Ge,"mouseout",kt=>{let mt=kt.relatedTarget;for(;mt&&mt!==Ge;)mt=mt.parentNode;mt!==Ge&&ut(kt)})}function W(Ge,ut){return i(Ge,"pointerout",kt=>{let mt=kt.relatedTarget;for(;mt&&mt!==Ge;)mt=mt.parentNode;mt!==Ge&&ut(kt)})}function B(Ge,ut,kt){let mt=null;const Yt=Fi=>Ii.fire(Fi),ii=()=>{mt||(mt=new s(Ge,ut,Yt,kt))},li=()=>{mt&&(mt.dispose(),mt=null)},Ii=new y.Q5({onFirstListenerAdd:ii,onLastListenerRemove:li});return Ii}let G=null;function J(Ge){if(!G){const ut=kt=>setTimeout(()=>kt(new Date().getTime()),0);G=self.requestAnimationFrame||self.msRequestAnimationFrame||self.webkitRequestAnimationFrame||self.mozRequestAnimationFrame||self.oRequestAnimationFrame||ut}return G.call(self,Ge)}let ee,z;class Y{constructor(ut,kt=0){this._runner=ut,this.priority=kt,this._canceled=!1}dispose(){this._canceled=!0}execute(){if(!this._canceled)try{this._runner()}catch(ut){(0,D.dL)(ut)}}static sort(ut,kt){return kt.priority-ut.priority}}(function(){let Ge=[],ut=null,kt=!1,mt=!1,Yt=()=>{for(kt=!1,ut=Ge,Ge=[],mt=!0;ut.length>0;)ut.sort(Y.sort),ut.shift().execute();mt=!1};z=(ii,li=0)=>{let Ii=new Y(ii,li);return Ge.push(Ii),kt||(kt=!0,J(Yt)),Ii},ee=(ii,li)=>{if(mt){let Ii=new Y(ii,li);return ut.push(Ii),Ii}else return z(ii,li)}})();const ne=8,O=function(Ge,ut){return ut};class k extends b.JT{constructor(ut,kt,mt,Yt=O,ii=ne){super();let li=null,Ii=0,Fi=this._register(new c._F),Yi=()=>{Ii=new Date().getTime(),mt(li),li=null};this._register(i(ut,kt,Wi=>{li=Yt(li,Wi);let ui=new Date().getTime()-Ii;ui>=ii?(Fi.cancel(),Yi()):Fi.setIfNotSet(Yi,ii-ui)}))}}function Q(Ge,ut,kt,mt,Yt){return new k(Ge,ut,kt,mt,Yt)}function q(Ge){return document.defaultView.getComputedStyle(Ge,null)}function U(Ge){if(Ge!==document.body)return new N(Ge.clientWidth,Ge.clientHeight);if(u.gn&&window.visualViewport)return new N(window.visualViewport.width,window.visualViewport.height);if(window.innerWidth&&window.innerHeight)return new N(window.innerWidth,window.innerHeight);if(document.body&&document.body.clientWidth&&document.body.clientHeight)return new N(document.body.clientWidth,document.body.clientHeight);if(document.documentElement&&document.documentElement.clientWidth&&document.documentElement.clientHeight)return new N(document.documentElement.clientWidth,document.documentElement.clientHeight);throw new Error("Unable to figure out browser width and height")}class x{static convertToPixels(ut,kt){return parseFloat(kt)||0}static getDimension(ut,kt,mt){let Yt=q(ut),ii="0";return Yt&&(Yt.getPropertyValue?ii=Yt.getPropertyValue(kt):ii=Yt.getAttribute(mt)),x.convertToPixels(ut,ii)}static getBorderLeftWidth(ut){return x.getDimension(ut,"border-left-width","borderLeftWidth")}static getBorderRightWidth(ut){return x.getDimension(ut,"border-right-width","borderRightWidth")}static getBorderTopWidth(ut){return x.getDimension(ut,"border-top-width","borderTopWidth")}static getBorderBottomWidth(ut){return x.getDimension(ut,"border-bottom-width","borderBottomWidth")}static getPaddingLeft(ut){return x.getDimension(ut,"padding-left","paddingLeft")}static getPaddingRight(ut){return x.getDimension(ut,"padding-right","paddingRight")}static getPaddingTop(ut){return x.getDimension(ut,"padding-top","paddingTop")}static getPaddingBottom(ut){return x.getDimension(ut,"padding-bottom","paddingBottom")}static getMarginLeft(ut){return x.getDimension(ut,"margin-left","marginLeft")}static getMarginTop(ut){return x.getDimension(ut,"margin-top","marginTop")}static getMarginRight(ut){return x.getDimension(ut,"margin-right","marginRight")}static getMarginBottom(ut){return x.getDimension(ut,"margin-bottom","marginBottom")}}class N{constructor(ut,kt){this.width=ut,this.height=kt}with(ut=this.width,kt=this.height){return ut!==this.width||kt!==this.height?new N(ut,kt):this}static is(ut){return typeof ut=="object"&&typeof ut.height=="number"&&typeof ut.width=="number"}static lift(ut){return ut instanceof N?ut:new N(ut.width,ut.height)}static equals(ut,kt){return ut===kt?!0:!ut||!kt?!1:ut.width===kt.width&&ut.height===kt.height}}function A(Ge){let ut=Ge.offsetParent,kt=Ge.offsetTop,mt=Ge.offsetLeft;for(;(Ge=Ge.parentNode)!==null&&Ge!==document.body&&Ge!==document.documentElement;){kt-=Ge.scrollTop;const Yt=_e(Ge)?null:q(Ge);Yt&&(mt-=Yt.direction!=="rtl"?Ge.scrollLeft:-Ge.scrollLeft),Ge===ut&&(mt+=x.getBorderLeftWidth(Ge),kt+=x.getBorderTopWidth(Ge),kt+=Ge.offsetTop,mt+=Ge.offsetLeft,ut=Ge.offsetParent)}return{left:mt,top:kt}}function j(Ge,ut,kt){typeof ut=="number"&&(Ge.style.width=`${ut}px`),typeof kt=="number"&&(Ge.style.height=`${kt}px`)}function re(Ge){let ut=Ge.getBoundingClientRect();return{left:ut.left+oe.scrollX,top:ut.top+oe.scrollY,width:ut.width,height:ut.height}}const oe=new class{get scrollX(){return typeof window.scrollX=="number"?window.scrollX:document.body.scrollLeft+document.documentElement.scrollLeft}get scrollY(){return typeof window.scrollY=="number"?window.scrollY:document.body.scrollTop+document.documentElement.scrollTop}};function me(Ge){let ut=x.getMarginLeft(Ge)+x.getMarginRight(Ge);return Ge.offsetWidth+ut}function pe(Ge){let ut=x.getBorderLeftWidth(Ge)+x.getBorderRightWidth(Ge),kt=x.getPaddingLeft(Ge)+x.getPaddingRight(Ge);return Ge.offsetWidth-ut-kt}function Ie(Ge){let ut=x.getBorderTopWidth(Ge)+x.getBorderBottomWidth(Ge),kt=x.getPaddingTop(Ge)+x.getPaddingBottom(Ge);return Ge.offsetHeight-ut-kt}function We(Ge){let ut=x.getMarginTop(Ge)+x.getMarginBottom(Ge);return Ge.offsetHeight+ut}function De(Ge,ut){for(;Ge;){if(Ge===ut)return!0;Ge=Ge.parentNode}return!1}function fe(Ge,ut,kt){for(;Ge&&Ge.nodeType===Ge.ELEMENT_NODE;){if(Ge.classList.contains(ut))return Ge;if(kt){if(typeof kt=="string"){if(Ge.classList.contains(kt))return null}else if(Ge===kt)return null}Ge=Ge.parentNode}return null}function Me(Ge,ut,kt){return!!fe(Ge,ut,kt)}function _e(Ge){return Ge&&!!Ge.host&&!!Ge.mode}function je(Ge){return!!be(Ge)}function be(Ge){for(;Ge.parentNode;){if(Ge===document.body)return null;Ge=Ge.parentNode}return _e(Ge)?Ge:null}function ke(){let Ge=document.activeElement;for(;Ge==null?void 0:Ge.shadowRoot;)Ge=Ge.shadowRoot.activeElement;return Ge}function Le(Ge=document.getElementsByTagName("head")[0]){let ut=document.createElement("style");return ut.type="text/css",ut.media="screen",Ge.appendChild(ut),ut}let he=null;function K(){return he||(he=Le()),he}function se(Ge){var ut,kt;return((ut=Ge==null?void 0:Ge.sheet)===null||ut===void 0?void 0:ut.rules)?Ge.sheet.rules:((kt=Ge==null?void 0:Ge.sheet)===null||kt===void 0?void 0:kt.cssRules)?Ge.sheet.cssRules:[]}function Z(Ge,ut,kt=K()){!kt||!ut||kt.sheet.insertRule(Ge+"{"+ut+"}",0)}function ge(Ge,ut=K()){if(!ut)return;let kt=se(ut),mt=[];for(let Yt=0;Yt<kt.length;Yt++)kt[Yt].selectorText.indexOf(Ge)!==-1&&mt.push(Yt);for(let Yt=mt.length-1;Yt>=0;Yt--)ut.sheet.deleteRule(mt[Yt])}function Ce(Ge){return typeof HTMLElement=="object"?Ge instanceof HTMLElement:Ge&&typeof Ge=="object"&&Ge.nodeType===1&&typeof Ge.nodeName=="string"}const ye={CLICK:"click",AUXCLICK:"auxclick",DBLCLICK:"dblclick",MOUSE_UP:"mouseup",MOUSE_DOWN:"mousedown",MOUSE_OVER:"mouseover",MOUSE_MOVE:"mousemove",MOUSE_OUT:"mouseout",MOUSE_ENTER:"mouseenter",MOUSE_LEAVE:"mouseleave",MOUSE_WHEEL:"wheel",POINTER_UP:"pointerup",POINTER_DOWN:"pointerdown",POINTER_MOVE:"pointermove",CONTEXT_MENU:"contextmenu",WHEEL:"wheel",KEY_DOWN:"keydown",KEY_PRESS:"keypress",KEY_UP:"keyup",LOAD:"load",BEFORE_UNLOAD:"beforeunload",UNLOAD:"unload",PAGE_SHOW:"pageshow",PAGE_HIDE:"pagehide",ABORT:"abort",ERROR:"error",RESIZE:"resize",SCROLL:"scroll",FULLSCREEN_CHANGE:"fullscreenchange",WK_FULLSCREEN_CHANGE:"webkitfullscreenchange",SELECT:"select",CHANGE:"change",SUBMIT:"submit",RESET:"reset",FOCUS:"focus",FOCUS_IN:"focusin",FOCUS_OUT:"focusout",BLUR:"blur",INPUT:"input",STORAGE:"storage",DRAG_START:"dragstart",DRAG:"drag",DRAG_ENTER:"dragenter",DRAG_LEAVE:"dragleave",DRAG_OVER:"dragover",DROP:"drop",DRAG_END:"dragend",ANIMATION_START:r.isWebKit?"webkitAnimationStart":"animationstart",ANIMATION_END:r.isWebKit?"webkitAnimationEnd":"animationend",ANIMATION_ITERATION:r.isWebKit?"webkitAnimationIteration":"animationiteration"},Ee={stop:function(Ge,ut){Ge.preventDefault?Ge.preventDefault():Ge.returnValue=!1,ut&&(Ge.stopPropagation?Ge.stopPropagation():Ge.cancelBubble=!0)}};function ue(Ge){let ut=[];for(let kt=0;Ge&&Ge.nodeType===Ge.ELEMENT_NODE;kt++)ut[kt]=Ge.scrollTop,Ge=Ge.parentNode;return ut}function ve(Ge,ut){for(let kt=0;Ge&&Ge.nodeType===Ge.ELEMENT_NODE;kt++)Ge.scrollTop!==ut[kt]&&(Ge.scrollTop=ut[kt]),Ge=Ge.parentNode}class te extends b.JT{constructor(ut){super();this._onDidFocus=this._register(new y.Q5),this.onDidFocus=this._onDidFocus.event,this._onDidBlur=this._register(new y.Q5),this.onDidBlur=this._onDidBlur.event;let kt=te.hasFocusWithin(ut),mt=!1;const Yt=()=>{mt=!1,kt||(kt=!0,this._onDidFocus.fire())},ii=()=>{kt&&(mt=!0,window.setTimeout(()=>{mt&&(mt=!1,kt=!1,this._onDidBlur.fire())},0))};this._refreshStateHandler=()=>{te.hasFocusWithin(ut)!==kt&&(kt?ii():Yt())},this._register(i(ut,ye.FOCUS,Yt,!0)),this._register(i(ut,ye.BLUR,ii,!0)),this._register(i(ut,ye.FOCUS_IN,()=>this._refreshStateHandler())),this._register(i(ut,ye.FOCUS_OUT,()=>this._refreshStateHandler()))}static hasFocusWithin(ut){const kt=be(ut),mt=kt?kt.activeElement:document.activeElement;return De(mt,ut)}}function Be(Ge){return new te(Ge)}function Je(Ge,...ut){if(Ge.append(...ut),ut.length===1&&typeof ut[0]!="string")return ut[0]}function Re(Ge,ut){return Ge.insertBefore(ut,Ge.firstChild),ut}function Oe(Ge,...ut){Ge.innerText="",Je(Ge,...ut)}const it=/([\w\-]+)?(#([\w\-]+))?((\.([\w\-]+))*)/;var Rt;(function(Ge){Ge.HTML="http://www.w3.org/1999/xhtml",Ge.SVG="http://www.w3.org/2000/svg"})(Rt||(Rt={}));function qt(Ge,ut,kt,...mt){let Yt=it.exec(ut);if(!Yt)throw new Error("Bad use of emmet");kt=Object.assign({},kt||{});let ii=Yt[1]||"div",li;return Ge!==Rt.HTML?li=document.createElementNS(Ge,ii):li=document.createElement(ii),Yt[3]&&(li.id=Yt[3]),Yt[4]&&(li.className=Yt[4].replace(/\./g," ").trim()),Object.keys(kt).forEach(Ii=>{const Fi=kt[Ii];typeof Fi!="undefined"&&(/^on\w+$/.test(Ii)?li[Ii]=Fi:Ii==="selected"?Fi&&li.setAttribute(Ii,"true"):li.setAttribute(Ii,Fi))}),li.append(...mt),li}function gt(Ge,ut,...kt){return qt(Rt.HTML,Ge,ut,...kt)}gt.SVG=function(Ge,ut,...kt){return qt(Rt.SVG,Ge,ut,...kt)};function hi(...Ge){for(let ut of Ge)ut.style.display="",ut.removeAttribute("aria-hidden")}function $t(...Ge){for(let ut of Ge)ut.style.display="none",ut.setAttribute("aria-hidden","true")}function tt(Ge){return Array.prototype.slice.call(document.getElementsByTagName(Ge),0)}function Pt(Ge){const ut=window.devicePixelRatio*Ge;return Math.max(1,Math.floor(ut))/window.devicePixelRatio}function ni(Ge){window.open(Ge,"_blank","noopener")}function Ct(Ge){const ut=()=>{Ge(),kt=z(ut)};let kt=z(ut);return(0,b.OF)(()=>kt.dispose())}_.WX.setPreferredWebSchema(/^https:/.test(window.location.href)?"https":"http");function Xt(Ge){return Ge?`url('${_.Gi.asBrowserUri(Ge).toString(!0).replace(/'/g,"%27")}')`:"url('')"}function ot(Ge){return`'${Ge.replace(/'/g,"%27")}'`}class Qe extends y.Q5{constructor(){super();this._subscriptions=new b.SL,this._keyStatus={altKey:!1,shiftKey:!1,ctrlKey:!1,metaKey:!1},this._subscriptions.add(i(window,"keydown",ut=>{if(ut.defaultPrevented)return;const kt=new w.y(ut);if(!(kt.keyCode===6&&ut.repeat)){if(ut.altKey&&!this._keyStatus.altKey)this._keyStatus.lastKeyPressed="alt";else if(ut.ctrlKey&&!this._keyStatus.ctrlKey)this._keyStatus.lastKeyPressed="ctrl";else if(ut.metaKey&&!this._keyStatus.metaKey)this._keyStatus.lastKeyPressed="meta";else if(ut.shiftKey&&!this._keyStatus.shiftKey)this._keyStatus.lastKeyPressed="shift";else if(kt.keyCode!==6)this._keyStatus.lastKeyPressed=void 0;else return;this._keyStatus.altKey=ut.altKey,this._keyStatus.ctrlKey=ut.ctrlKey,this._keyStatus.metaKey=ut.metaKey,this._keyStatus.shiftKey=ut.shiftKey,this._keyStatus.lastKeyPressed&&(this._keyStatus.event=ut,this.fire(this._keyStatus))}},!0)),this._subscriptions.add(i(window,"keyup",ut=>{ut.defaultPrevented||(!ut.altKey&&this._keyStatus.altKey?this._keyStatus.lastKeyReleased="alt":!ut.ctrlKey&&this._keyStatus.ctrlKey?this._keyStatus.lastKeyReleased="ctrl":!ut.metaKey&&this._keyStatus.metaKey?this._keyStatus.lastKeyReleased="meta":!ut.shiftKey&&this._keyStatus.shiftKey?this._keyStatus.lastKeyReleased="shift":this._keyStatus.lastKeyReleased=void 0,this._keyStatus.lastKeyPressed!==this._keyStatus.lastKeyReleased&&(this._keyStatus.lastKeyPressed=void 0),this._keyStatus.altKey=ut.altKey,this._keyStatus.ctrlKey=ut.ctrlKey,this._keyStatus.metaKey=ut.metaKey,this._keyStatus.shiftKey=ut.shiftKey,this._keyStatus.lastKeyReleased&&(this._keyStatus.event=ut,this.fire(this._keyStatus)))},!0)),this._subscriptions.add(i(document.body,"mousedown",()=>{this._keyStatus.lastKeyPressed=void 0},!0)),this._subscriptions.add(i(document.body,"mouseup",()=>{this._keyStatus.lastKeyPressed=void 0},!0)),this._subscriptions.add(i(document.body,"mousemove",ut=>{ut.buttons&&(this._keyStatus.lastKeyPressed=void 0)},!0)),this._subscriptions.add(i(window,"blur",()=>{this.resetKeyStatus()}))}get keyStatus(){return this._keyStatus}resetKeyStatus(){this.doResetKeyStatus(),this.fire(this._keyStatus)}doResetKeyStatus(){this._keyStatus={altKey:!1,shiftKey:!1,ctrlKey:!1,metaKey:!1}}static getInstance(){return Qe.instance||(Qe.instance=new Qe),Qe.instance}dispose(){super.dispose(),this._subscriptions.dispose()}}function yt(Ge,ut){const kt=window.matchMedia(Ge);typeof kt.addEventListener=="function"?kt.addEventListener("change",ut):kt.addListener(ut)}},54505:(Xe,v,e)=>{"use strict";e.d(v,{Y:()=>p,p:()=>w});var r=e(56709);class p{constructor(c,D,y){const b=_=>this.emitter.fire(_);this.emitter=new r.Q5({onFirstListenerAdd:()=>c.addEventListener(D,b,y),onLastListenerRemove:()=>c.removeEventListener(D,b,y)})}get event(){return this.emitter.event}dispose(){this.emitter.dispose()}}function w(C){return C.preventDefault(),C.stopPropagation(),C}},34733:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>r,X:()=>p});class r{constructor(C){this.domNode=C,this._maxWidth=-1,this._width=-1,this._height=-1,this._top=-1,this._left=-1,this._bottom=-1,this._right=-1,this._fontFamily="",this._fontWeight="",this._fontSize=-1,this._fontFeatureSettings="",this._lineHeight=-1,this._letterSpacing=-100,this._className="",this._display="",this._position="",this._visibility="",this._backgroundColor="",this._layerHint=!1,this._contain="none",this._boxShadow=""}setMaxWidth(C){this._maxWidth!==C&&(this._maxWidth=C,this.domNode.style.maxWidth=this._maxWidth+"px")}setWidth(C){this._width!==C&&(this._width=C,this.domNode.style.width=this._width+"px")}setHeight(C){this._height!==C&&(this._height=C,this.domNode.style.height=this._height+"px")}setTop(C){this._top!==C&&(this._top=C,this.domNode.style.top=this._top+"px")}unsetTop(){this._top!==-1&&(this._top=-1,this.domNode.style.top="")}setLeft(C){this._left!==C&&(this._left=C,this.domNode.style.left=this._left+"px")}setBottom(C){this._bottom!==C&&(this._bottom=C,this.domNode.style.bottom=this._bottom+"px")}setRight(C){this._right!==C&&(this._right=C,this.domNode.style.right=this._right+"px")}setFontFamily(C){this._fontFamily!==C&&(this._fontFamily=C,this.domNode.style.fontFamily=this._fontFamily)}setFontWeight(C){this._fontWeight!==C&&(this._fontWeight=C,this.domNode.style.fontWeight=this._fontWeight)}setFontSize(C){this._fontSize!==C&&(this._fontSize=C,this.domNode.style.fontSize=this._fontSize+"px")}setFontFeatureSettings(C){this._fontFeatureSettings!==C&&(this._fontFeatureSettings=C,this.domNode.style.fontFeatureSettings=this._fontFeatureSettings)}setLineHeight(C){this._lineHeight!==C&&(this._lineHeight=C,this.domNode.style.lineHeight=this._lineHeight+"px")}setLetterSpacing(C){this._letterSpacing!==C&&(this._letterSpacing=C,this.domNode.style.letterSpacing=this._letterSpacing+"px")}setClassName(C){this._className!==C&&(this._className=C,this.domNode.className=this._className)}toggleClassName(C,c){this.domNode.classList.toggle(C,c),this._className=this.domNode.className}setDisplay(C){this._display!==C&&(this._display=C,this.domNode.style.display=this._display)}setPosition(C){this._position!==C&&(this._position=C,this.domNode.style.position=this._position)}setVisibility(C){this._visibility!==C&&(this._visibility=C,this.domNode.style.visibility=this._visibility)}setBackgroundColor(C){this._backgroundColor!==C&&(this._backgroundColor=C,this.domNode.style.backgroundColor=this._backgroundColor)}setLayerHinting(C){this._layerHint!==C&&(this._layerHint=C,this.domNode.style.transform=this._layerHint?"translate3d(0px, 0px, 0px)":"")}setBoxShadow(C){this._boxShadow!==C&&(this._boxShadow=C,this.domNode.style.boxShadow=C)}setContain(C){this._contain!==C&&(this._contain=C,this.domNode.style.contain=this._contain)}setAttribute(C,c){this.domNode.setAttribute(C,c)}removeAttribute(C){this.domNode.removeAttribute(C)}appendChild(C){this.domNode.appendChild(C.domNode)}removeChild(C){this.domNode.removeChild(C.domNode)}}function p(w){return new r(w)}},66578:(Xe,v,e)=>{"use strict";e.d(v,{IY:()=>p,BO:()=>w,az:()=>C});var r=e(34441);function p(u,a={}){const o=C(a);return o.textContent=u,o}function w(u,a={}){const o=C(a);return D(o,y(u,!!a.renderCodeSegments),a.actionHandler,a.renderCodeSegments),o}function C(u){const a=u.inline?"span":"div",o=document.createElement(a);return u.className&&(o.className=u.className),o}class c{constructor(a){this.source=a,this.index=0}eos(){return this.index>=this.source.length}next(){const a=this.peek();return this.advance(),a}peek(){return this.source[this.index]}advance(){this.index++}}function D(u,a,o,s){let i;if(a.type===2)i=document.createTextNode(a.content||"");else if(a.type===3)i=document.createElement("b");else if(a.type===4)i=document.createElement("i");else if(a.type===7&&s)i=document.createElement("code");else if(a.type===5&&o){const d=document.createElement("a");d.href="#",o.disposables.add(r.mu(d,"click",f=>{o.callback(String(a.index),f)})),i=d}else a.type===8?i=document.createElement("br"):a.type===1&&(i=u);i&&u!==i&&u.appendChild(i),i&&Array.isArray(a.children)&&a.children.forEach(d=>{D(i,d,o,s)})}function y(u,a){const o={type:1,children:[]};let s=0,i=o;const d=[],f=new c(u);for(;!f.eos();){let m=f.next();const g=m==="\\"&&_(f.peek(),a)!==0;if(g&&(m=f.next()),!g&&b(m,a)&&m===f.peek()){f.advance(),i.type===2&&(i=d.pop());const L=_(m,a);if(i.type===L||i.type===5&&L===6)i=d.pop();else{const T={type:L,children:[]};L===5&&(T.index=s,s++),i.children.push(T),d.push(i),i=T}}else if(m===`
|
|
4
4
|
`)i.type===2&&(i=d.pop()),i.children.push({type:8});else if(i.type!==2){const L={type:2,content:m};i.children.push(L),d.push(i),i=L}else i.content+=m}return i.type===2&&(i=d.pop()),d.length,o}function b(u,a){return _(u,a)!==0}function _(u,a){switch(u){case"*":return 3;case"_":return 4;case"[":return 5;case"]":return 6;case"`":return a?7:0;default:return 0}}},26249:(Xe,v,e)=>{"use strict";e.d(v,{e:()=>D,Z:()=>y});var r=e(34441),p=e(48564),w=e(19449),C=e(38431),c=e(11138);function D(b,_){let u=new w.n(_);return u.preventDefault(),{leftButton:u.leftButton,buttons:u.buttons,posx:u.posx,posy:u.posy}}class y{constructor(){this._hooks=new C.SL,this._mouseMoveEventMerger=null,this._mouseMoveCallback=null,this._onStopCallback=null}dispose(){this.stopMonitoring(!1),this._hooks.dispose()}stopMonitoring(_,u){if(!this.isMonitoring())return;this._hooks.clear(),this._mouseMoveEventMerger=null,this._mouseMoveCallback=null;const a=this._onStopCallback;this._onStopCallback=null,_&&a&&a(u)}isMonitoring(){return!!this._mouseMoveEventMerger}startMonitoring(_,u,a,o,s){if(this.isMonitoring())return;this._mouseMoveEventMerger=a,this._mouseMoveCallback=o,this._onStopCallback=s;const i=p.E.getSameOriginWindowChain(),d=c.gn?"pointermove":"mousemove",f="mouseup",m=i.map(L=>L.window.document),g=r.Ay(_);g&&m.unshift(g);for(const L of m)this._hooks.add(r.Y_(L,d,T=>{if(T.buttons!==u){this.stopMonitoring(!0);return}this._mouseMoveCallback(T)},(T,I)=>this._mouseMoveEventMerger(T,I))),this._hooks.add(r.nm(L,f,T=>this.stopMonitoring(!0)));if(p.E.hasDifferentOriginAncestor()){let L=i[i.length-1];this._hooks.add(r.nm(L.window.document,"mouseout",T=>{new w.n(T).target.tagName.toLowerCase()==="html"&&this.stopMonitoring(!0)})),this._hooks.add(r.nm(L.window.document,"mouseover",T=>{new w.n(T).target.tagName.toLowerCase()==="html"&&this.stopMonitoring(!0)})),this._hooks.add(r.nm(L.window.document.body,"mouseleave",T=>{this.stopMonitoring(!0)}))}}}},48564:(Xe,v,e)=>{"use strict";e.d(v,{E:()=>C});let r=!1,p=null;function w(c){if(!c.parent||c.parent===c)return null;try{let D=c.location,y=c.parent.location;if(D.origin!=="null"&&y.origin!=="null"&&D.origin!==y.origin)return r=!0,null}catch(D){return r=!0,null}return c.parent}class C{static getSameOriginWindowChain(){if(!p){p=[];let D=window,y;do y=w(D),y?p.push({window:D,iframeElement:D.frameElement||null}):p.push({window:D,iframeElement:null}),D=y;while(D)}return p.slice(0)}static hasDifferentOriginAncestor(){return p||this.getSameOriginWindowChain(),r}static getPositionOfChildWindowRelativeToAncestorWindow(D,y){if(!y||D===y)return{top:0,left:0};let b=0,_=0,u=this.getSameOriginWindowChain();for(const a of u){if(b+=a.window.scrollY,_+=a.window.scrollX,a.window===y||!a.iframeElement)break;let o=a.iframeElement.getBoundingClientRect();b+=o.top,_+=o.left}return{top:b,left:_}}}},6544:(Xe,v,e)=>{"use strict";e.d(v,{y:()=>u});var r=e(71488),p=e(94880),w=e(21994),C=e(11138);function c(a){if(a.charCode){let s=String.fromCharCode(a.charCode).toUpperCase();return p.kL.fromString(s)}const o=a.keyCode;if(o===3)return 7;if(r.isFirefox){if(o===59)return 80;if(o===107)return 81;if(o===109)return 83;if(C.dz&&o===224)return 57}else if(r.isWebKit){if(o===91)return 57;if(C.dz&&o===93)return 57;if(!C.dz&&o===92)return 57}return p.H_[o]||0}const D=C.dz?256:2048,y=512,b=1024,_=C.dz?2048:256;class u{constructor(o){this._standardKeyboardEventBrand=!0;let s=o;this.browserEvent=s,this.target=s.target,this.ctrlKey=s.ctrlKey,this.shiftKey=s.shiftKey,this.altKey=s.altKey,this.metaKey=s.metaKey,this.keyCode=c(s),this.code=s.code,this.ctrlKey=this.ctrlKey||this.keyCode===5,this.altKey=this.altKey||this.keyCode===6,this.shiftKey=this.shiftKey||this.keyCode===4,this.metaKey=this.metaKey||this.keyCode===57,this._asKeybinding=this._computeKeybinding(),this._asRuntimeKeybinding=this._computeRuntimeKeybinding()}preventDefault(){this.browserEvent&&this.browserEvent.preventDefault&&this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent&&this.browserEvent.stopPropagation&&this.browserEvent.stopPropagation()}toKeybinding(){return this._asRuntimeKeybinding}equals(o){return this._asKeybinding===o}_computeKeybinding(){let o=0;this.keyCode!==5&&this.keyCode!==4&&this.keyCode!==6&&this.keyCode!==57&&(o=this.keyCode);let s=0;return this.ctrlKey&&(s|=D),this.altKey&&(s|=y),this.shiftKey&&(s|=b),this.metaKey&&(s|=_),s|=o,s}_computeRuntimeKeybinding(){let o=0;return this.keyCode!==5&&this.keyCode!==4&&this.keyCode!==6&&this.keyCode!==57&&(o=this.keyCode),new w.QC(this.ctrlKey,this.shiftKey,this.altKey,this.metaKey,o)}}},19449:(Xe,v,e)=>{"use strict";e.d(v,{n:()=>C,q:()=>c});var r=e(71488),p=e(48564),w=e(11138);class C{constructor(y){this.timestamp=Date.now(),this.browserEvent=y,this.leftButton=y.button===0,this.middleButton=y.button===1,this.rightButton=y.button===2,this.buttons=y.buttons,this.target=y.target,this.detail=y.detail||1,y.type==="dblclick"&&(this.detail=2),this.ctrlKey=y.ctrlKey,this.shiftKey=y.shiftKey,this.altKey=y.altKey,this.metaKey=y.metaKey,typeof y.pageX=="number"?(this.posx=y.pageX,this.posy=y.pageY):(this.posx=y.clientX+document.body.scrollLeft+document.documentElement.scrollLeft,this.posy=y.clientY+document.body.scrollTop+document.documentElement.scrollTop);let b=p.E.getPositionOfChildWindowRelativeToAncestorWindow(self,y.view);this.posx-=b.left,this.posy-=b.top}preventDefault(){this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent.stopPropagation()}}class c{constructor(y,b=0,_=0){if(this.browserEvent=y||null,this.target=y?y.target||y.targetNode||y.srcElement:null,this.deltaY=_,this.deltaX=b,y){let u=y,a=y;if(typeof u.wheelDeltaY!="undefined")this.deltaY=u.wheelDeltaY/120;else if(typeof a.VERTICAL_AXIS!="undefined"&&a.axis===a.VERTICAL_AXIS)this.deltaY=-a.detail/3;else if(y.type==="wheel"){const o=y;o.deltaMode===o.DOM_DELTA_LINE?r.isFirefox&&!w.dz?this.deltaY=-y.deltaY/3:this.deltaY=-y.deltaY:this.deltaY=-y.deltaY/40}if(typeof u.wheelDeltaX!="undefined")r.isSafari&&w.ED?this.deltaX=-(u.wheelDeltaX/120):this.deltaX=u.wheelDeltaX/120;else if(typeof a.HORIZONTAL_AXIS!="undefined"&&a.axis===a.HORIZONTAL_AXIS)this.deltaX=-y.detail/3;else if(y.type==="wheel"){const o=y;o.deltaMode===o.DOM_DELTA_LINE?r.isFirefox&&!w.dz?this.deltaX=-y.deltaX/3:this.deltaX=-y.deltaX:this.deltaX=-y.deltaX/40}this.deltaY===0&&this.deltaX===0&&y.wheelDelta&&(this.deltaY=y.wheelDelta/120)}}preventDefault(){this.browserEvent&&this.browserEvent.preventDefault()}stopPropagation(){this.browserEvent&&this.browserEvent.stopPropagation()}}},80265:(Xe,v,e)=>{"use strict";e.d(v,{t:()=>D,o:()=>y});var r=e(34441),p=e(16308),w=e(4848),C=e(38431),c=function(b,_,u,a){var o=arguments.length,s=o<3?_:a===null?a=Object.getOwnPropertyDescriptor(_,u):a,i;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(b,_,u,a);else for(var d=b.length-1;d>=0;d--)(i=b[d])&&(s=(o<3?i(s):o>3?i(_,u,s):i(_,u))||s);return o>3&&s&&Object.defineProperty(_,u,s),s},D;(function(b){b.Tap="-monaco-gesturetap",b.Change="-monaco-gesturechange",b.Start="-monaco-gesturestart",b.End="-monaco-gesturesend",b.Contextmenu="-monaco-gesturecontextmenu"})(D||(D={}));class y extends C.JT{constructor(){super();this.dispatched=!1,this.activeTouches={},this.handle=null,this.targets=[],this.ignoreTargets=[],this._lastSetTapCountTime=0,this._register(r.nm(document,"touchstart",_=>this.onTouchStart(_),{passive:!1})),this._register(r.nm(document,"touchend",_=>this.onTouchEnd(_))),this._register(r.nm(document,"touchmove",_=>this.onTouchMove(_),{passive:!1}))}static addTarget(_){return y.isTouchDevice()?(y.INSTANCE||(y.INSTANCE=new y),y.INSTANCE.targets.push(_),{dispose:()=>{y.INSTANCE.targets=y.INSTANCE.targets.filter(u=>u!==_)}}):C.JT.None}static ignoreTarget(_){return y.isTouchDevice()?(y.INSTANCE||(y.INSTANCE=new y),y.INSTANCE.ignoreTargets.push(_),{dispose:()=>{y.INSTANCE.ignoreTargets=y.INSTANCE.ignoreTargets.filter(u=>u!==_)}}):C.JT.None}static isTouchDevice(){return"ontouchstart"in window||navigator.maxTouchPoints>0}dispose(){this.handle&&(this.handle.dispose(),this.handle=null),super.dispose()}onTouchStart(_){let u=Date.now();this.handle&&(this.handle.dispose(),this.handle=null);for(let a=0,o=_.targetTouches.length;a<o;a++){let s=_.targetTouches.item(a);this.activeTouches[s.identifier]={id:s.identifier,initialTarget:s.target,initialTimeStamp:u,initialPageX:s.pageX,initialPageY:s.pageY,rollingTimestamps:[u],rollingPageX:[s.pageX],rollingPageY:[s.pageY]};let i=this.newGestureEvent(D.Start,s.target);i.pageX=s.pageX,i.pageY=s.pageY,this.dispatchEvent(i)}this.dispatched&&(_.preventDefault(),_.stopPropagation(),this.dispatched=!1)}onTouchEnd(_){let u=Date.now(),a=Object.keys(this.activeTouches).length;for(let o=0,s=_.changedTouches.length;o<s;o++){let i=_.changedTouches.item(o);if(!this.activeTouches.hasOwnProperty(String(i.identifier))){console.warn("move of an UNKNOWN touch",i);continue}let d=this.activeTouches[i.identifier],f=Date.now()-d.initialTimeStamp;if(f<y.HOLD_DELAY&&Math.abs(d.initialPageX-p.Gb(d.rollingPageX))<30&&Math.abs(d.initialPageY-p.Gb(d.rollingPageY))<30){let m=this.newGestureEvent(D.Tap,d.initialTarget);m.pageX=p.Gb(d.rollingPageX),m.pageY=p.Gb(d.rollingPageY),this.dispatchEvent(m)}else if(f>=y.HOLD_DELAY&&Math.abs(d.initialPageX-p.Gb(d.rollingPageX))<30&&Math.abs(d.initialPageY-p.Gb(d.rollingPageY))<30){let m=this.newGestureEvent(D.Contextmenu,d.initialTarget);m.pageX=p.Gb(d.rollingPageX),m.pageY=p.Gb(d.rollingPageY),this.dispatchEvent(m)}else if(a===1){let m=p.Gb(d.rollingPageX),g=p.Gb(d.rollingPageY),L=p.Gb(d.rollingTimestamps)-d.rollingTimestamps[0],T=m-d.rollingPageX[0],I=g-d.rollingPageY[0];const M=this.targets.filter(W=>d.initialTarget instanceof Node&&W.contains(d.initialTarget));this.inertia(M,u,Math.abs(T)/L,T>0?1:-1,m,Math.abs(I)/L,I>0?1:-1,g)}this.dispatchEvent(this.newGestureEvent(D.End,d.initialTarget)),delete this.activeTouches[i.identifier]}this.dispatched&&(_.preventDefault(),_.stopPropagation(),this.dispatched=!1)}newGestureEvent(_,u){let a=document.createEvent("CustomEvent");return a.initEvent(_,!1,!0),a.initialTarget=u,a.tapCount=0,a}dispatchEvent(_){if(_.type===D.Tap){const u=new Date().getTime();let a=0;u-this._lastSetTapCountTime>y.CLEAR_TAP_COUNT_TIME?a=1:a=2,this._lastSetTapCountTime=u,_.tapCount=a}else(_.type===D.Change||_.type===D.Contextmenu)&&(this._lastSetTapCountTime=0);for(let u=0;u<this.ignoreTargets.length;u++)if(_.initialTarget instanceof Node&&this.ignoreTargets[u].contains(_.initialTarget))return;this.targets.forEach(u=>{_.initialTarget instanceof Node&&u.contains(_.initialTarget)&&(u.dispatchEvent(_),this.dispatched=!0)})}inertia(_,u,a,o,s,i,d,f){this.handle=r.jL(()=>{let m=Date.now(),g=m-u,L=0,T=0,I=!0;a+=y.SCROLL_FRICTION*g,i+=y.SCROLL_FRICTION*g,a>0&&(I=!1,L=o*a*g),i>0&&(I=!1,T=d*i*g);let M=this.newGestureEvent(D.Change);M.translationX=L,M.translationY=T,_.forEach(W=>W.dispatchEvent(M)),I||this.inertia(_,m,a,o,s+L,i,d,f+T)})}onTouchMove(_){let u=Date.now();for(let a=0,o=_.changedTouches.length;a<o;a++){let s=_.changedTouches.item(a);if(!this.activeTouches.hasOwnProperty(String(s.identifier))){console.warn("end of an UNKNOWN touch",s);continue}let i=this.activeTouches[s.identifier],d=this.newGestureEvent(D.Change,i.initialTarget);d.translationX=s.pageX-p.Gb(i.rollingPageX),d.translationY=s.pageY-p.Gb(i.rollingPageY),d.pageX=s.pageX,d.pageY=s.pageY,this.dispatchEvent(d),i.rollingPageX.length>3&&(i.rollingPageX.shift(),i.rollingPageY.shift(),i.rollingTimestamps.shift()),i.rollingPageX.push(s.pageX),i.rollingPageY.push(s.pageY),i.rollingTimestamps.push(u)}this.dispatched&&(_.preventDefault(),_.stopPropagation(),this.dispatched=!1)}}y.SCROLL_FRICTION=-.005,y.HOLD_DELAY=700,y.CLEAR_TAP_COUNT_TIME=400,c([w.H],y,"isTouchDevice",null)},85898:(Xe,v,e)=>{"use strict";e.d(v,{Y:()=>a,g:()=>o});var r=e(71488),p=e(89181),w=e(34441),C=e(80265),c=e(98299),D=e(38431),y=e(11138),b=e(14818),_=e(88076),u=e(26386);class a extends D.JT{constructor(i,d,f={}){super();this.options=f,this._context=i||this,this._action=d,d instanceof c.aU&&this._register(d.onDidChange(m=>{!this.element||this.handleActionChangeEvent(m)}))}handleActionChangeEvent(i){i.enabled!==void 0&&this.updateEnabled(),i.checked!==void 0&&this.updateChecked(),i.class!==void 0&&this.updateClass(),i.label!==void 0&&(this.updateLabel(),this.updateTooltip()),i.tooltip!==void 0&&this.updateTooltip()}get actionRunner(){return this._actionRunner||(this._actionRunner=this._register(new c.Wi)),this._actionRunner}set actionRunner(i){this._actionRunner=i}getAction(){return this._action}isEnabled(){return this._action.enabled}setActionContext(i){this._context=i}render(i){const d=this.element=i;this._register(C.o.addTarget(i));const f=this.options&&this.options.draggable;f&&(i.draggable=!0,r.isFirefox&&this._register((0,w.nm)(i,w.tw.DRAG_START,m=>{var g;return(g=m.dataTransfer)===null||g===void 0?void 0:g.setData(p.go.TEXT,this._action.label)}))),this._register((0,w.nm)(d,C.t.Tap,m=>this.onClick(m,!0))),this._register((0,w.nm)(d,w.tw.MOUSE_DOWN,m=>{f||w.zB.stop(m,!0),this._action.enabled&&m.button===0&&d.classList.add("active")})),y.dz&&this._register((0,w.nm)(d,w.tw.CONTEXT_MENU,m=>{m.button===0&&m.ctrlKey===!0&&this.onClick(m)})),this._register((0,w.nm)(d,w.tw.CLICK,m=>{w.zB.stop(m,!0),this.options&&this.options.isMenu||this.onClick(m)})),this._register((0,w.nm)(d,w.tw.DBLCLICK,m=>{w.zB.stop(m,!0)})),[w.tw.MOUSE_UP,w.tw.MOUSE_OUT].forEach(m=>{this._register((0,w.nm)(d,m,g=>{w.zB.stop(g),d.classList.remove("active")}))})}onClick(i,d=!1){var f;w.zB.stop(i,!0);const m=b.Jp(this._context)?((f=this.options)===null||f===void 0?void 0:f.useEventAsContext)?i:{preserveFocus:d}:this._context;this.actionRunner.run(this._action,m)}focus(){this.element&&(this.element.tabIndex=0,this.element.focus(),this.element.classList.add("focused"))}blur(){this.element&&(this.element.blur(),this.element.tabIndex=-1,this.element.classList.remove("focused"))}setFocusable(i){this.element&&(this.element.tabIndex=i?0:-1)}get trapsArrowNavigation(){return!1}updateEnabled(){}updateLabel(){}updateTooltip(){}updateClass(){}updateChecked(){}dispose(){this.element&&(this.element.remove(),this.element=void 0),super.dispose()}}class o extends a{constructor(i,d,f={}){super(i,d,f);this.options=f,this.options.icon=f.icon!==void 0?f.icon:!1,this.options.label=f.label!==void 0?f.label:!0,this.cssClass=""}render(i){super.render(i),this.element&&(this.label=(0,w.R3)(this.element,(0,w.$)("a.action-label"))),this.label&&(this._action.id===c.Z0.ID?this.label.setAttribute("role","presentation"):this.options.isMenu?this.label.setAttribute("role","menuitem"):this.label.setAttribute("role","button")),this.options.label&&this.options.keybinding&&this.element&&((0,w.R3)(this.element,(0,w.$)("span.keybinding")).textContent=this.options.keybinding),this.updateClass(),this.updateLabel(),this.updateTooltip(),this.updateEnabled(),this.updateChecked()}focus(){this.label&&(this.label.tabIndex=0,this.label.focus())}blur(){this.label&&(this.label.tabIndex=-1)}setFocusable(i){this.label&&(this.label.tabIndex=i?0:-1)}updateLabel(){this.options.label&&this.label&&(this.label.textContent=this.getAction().label)}updateTooltip(){let i=null;this.getAction().tooltip?i=this.getAction().tooltip:!this.options.label&&this.getAction().label&&this.options.icon&&(i=this.getAction().label,this.options.keybinding&&(i=u.N({key:"titleLabel",comment:["action title","action keybinding"]},"{0} ({1})",i,this.options.keybinding))),i&&this.label&&(this.label.title=i)}updateClass(){this.cssClass&&this.label&&this.label.classList.remove(...this.cssClass.split(" ")),this.options.icon?(this.cssClass=this.getAction().class,this.label&&(this.label.classList.add("codicon"),this.cssClass&&this.label.classList.add(...this.cssClass.split(" "))),this.updateEnabled()):this.label&&this.label.classList.remove("codicon")}updateEnabled(){this.getAction().enabled?(this.label&&(this.label.removeAttribute("aria-disabled"),this.label.classList.remove("disabled")),this.element&&this.element.classList.remove("disabled")):(this.label&&(this.label.setAttribute("aria-disabled","true"),this.label.classList.add("disabled")),this.element&&this.element.classList.add("disabled"))}updateChecked(){this.label&&(this.getAction().checked?this.label.classList.add("checked"):this.label.classList.remove("checked"))}}},67235:(Xe,v,e)=>{"use strict";e.d(v,{o:()=>u});var r=e(34441),p=e(6544),w=e(85898),C=e(98299),c=e(56709),D=e(38431),y=e(14818),b=e(88076),_=function(a,o,s,i){function d(f){return f instanceof s?f:new s(function(m){m(f)})}return new(s||(s=Promise))(function(f,m){function g(I){try{T(i.next(I))}catch(M){m(M)}}function L(I){try{T(i.throw(I))}catch(M){m(M)}}function T(I){I.done?f(I.value):d(I.value).then(g,L)}T((i=i.apply(a,o||[])).next())})};class u extends D.JT{constructor(o,s={}){var i,d,f,m,g,L;super();this.triggerKeyDown=!1,this.focusable=!0,this._onDidBlur=this._register(new c.Q5),this.onDidBlur=this._onDidBlur.event,this._onDidCancel=this._register(new c.Q5({onFirstListenerAdd:()=>this.cancelHasListener=!0})),this.onDidCancel=this._onDidCancel.event,this.cancelHasListener=!1,this._onDidRun=this._register(new c.Q5),this.onDidRun=this._onDidRun.event,this._onBeforeRun=this._register(new c.Q5),this.onBeforeRun=this._onBeforeRun.event,this.options=s,this._context=(i=s.context)!==null&&i!==void 0?i:null,this._orientation=(d=this.options.orientation)!==null&&d!==void 0?d:0,this._triggerKeys={keyDown:(m=(f=this.options.triggerKeys)===null||f===void 0?void 0:f.keyDown)!==null&&m!==void 0?m:!1,keys:(L=(g=this.options.triggerKeys)===null||g===void 0?void 0:g.keys)!==null&&L!==void 0?L:[3,10]},this.options.actionRunner?this._actionRunner=this.options.actionRunner:(this._actionRunner=new C.Wi,this._register(this._actionRunner)),this._register(this._actionRunner.onDidRun(M=>this._onDidRun.fire(M))),this._register(this._actionRunner.onBeforeRun(M=>this._onBeforeRun.fire(M))),this._actionIds=[],this.viewItems=[],this.focusedItem=void 0,this.domNode=document.createElement("div"),this.domNode.className="monaco-action-bar",s.animated!==!1&&this.domNode.classList.add("animated");let T,I;switch(this._orientation){case 0:T=[15],I=[17];break;case 1:T=[16],I=[18],this.domNode.className+=" vertical";break}this._register(r.nm(this.domNode,r.tw.KEY_DOWN,M=>{const W=new p.y(M);let B=!0;const G=typeof this.focusedItem=="number"?this.viewItems[this.focusedItem]:void 0;T&&(W.equals(T[0])||W.equals(T[1]))?B=this.focusPrevious():I&&(W.equals(I[0])||W.equals(I[1]))?B=this.focusNext():W.equals(9)&&this.cancelHasListener?this._onDidCancel.fire():W.equals(14)?B=this.focusFirst():W.equals(13)?B=this.focusLast():W.equals(2)&&G instanceof w.Y&&G.trapsArrowNavigation?B=this.focusNext():this.isTriggerKeyEvent(W)?this._triggerKeys.keyDown?this.doTrigger(W):this.triggerKeyDown=!0:B=!1,B&&(W.preventDefault(),W.stopPropagation())})),this._register(r.nm(this.domNode,r.tw.KEY_UP,M=>{const W=new p.y(M);this.isTriggerKeyEvent(W)?(!this._triggerKeys.keyDown&&this.triggerKeyDown&&(this.triggerKeyDown=!1,this.doTrigger(W)),W.preventDefault(),W.stopPropagation()):(W.equals(2)||W.equals(1024|2))&&this.updateFocusedItem()})),this.focusTracker=this._register(r.go(this.domNode)),this._register(this.focusTracker.onDidBlur(()=>{(r.vY()===this.domNode||!r.jg(r.vY(),this.domNode))&&(this._onDidBlur.fire(),this.focusedItem=void 0,this.previouslyFocusedItem=void 0,this.triggerKeyDown=!1)})),this._register(this.focusTracker.onDidFocus(()=>this.updateFocusedItem())),this.actionsList=document.createElement("ul"),this.actionsList.className="actions-container",this.actionsList.setAttribute("role","toolbar"),this.options.ariaLabel&&this.actionsList.setAttribute("aria-label",this.options.ariaLabel),this.domNode.appendChild(this.actionsList),o.appendChild(this.domNode)}setFocusable(o){if(this.focusable=o,this.focusable){const s=this.viewItems.find(i=>i instanceof w.Y&&i.isEnabled());s instanceof w.Y&&s.setFocusable(!0)}else this.viewItems.forEach(s=>{s instanceof w.Y&&s.setFocusable(!1)})}isTriggerKeyEvent(o){let s=!1;return this._triggerKeys.keys.forEach(i=>{s=s||o.equals(i)}),s}updateFocusedItem(){for(let o=0;o<this.actionsList.children.length;o++){const s=this.actionsList.children[o];if(r.jg(r.vY(),s)){this.focusedItem=o;break}}}get context(){return this._context}set context(o){this._context=o,this.viewItems.forEach(s=>s.setActionContext(o))}get actionRunner(){return this._actionRunner}set actionRunner(o){o&&(this._actionRunner=o,this.viewItems.forEach(s=>s.actionRunner=o))}getContainer(){return this.domNode}push(o,s={}){const i=Array.isArray(o)?o:[o];let d=y.hj(s.index)?s.index:null;i.forEach(f=>{const m=document.createElement("li");m.className="action-item",m.setAttribute("role","presentation"),this.options.allowContextMenu||this._register(r.nm(m,r.tw.CONTEXT_MENU,L=>{r.zB.stop(L,!0)}));let g;this.options.actionViewItemProvider&&(g=this.options.actionViewItemProvider(f)),g||(g=new w.g(this.context,f,s)),g.actionRunner=this._actionRunner,g.setActionContext(this.context),g.render(m),this.focusable&&g instanceof w.Y&&this.viewItems.length===0&&g.setFocusable(!0),d===null||d<0||d>=this.actionsList.children.length?(this.actionsList.appendChild(m),this.viewItems.push(g),this._actionIds.push(f.id)):(this.actionsList.insertBefore(m,this.actionsList.children[d]),this.viewItems.splice(d,0,g),this._actionIds.splice(d,0,f.id),d++)}),typeof this.focusedItem=="number"&&this.focus(this.focusedItem)}clear(){(0,D.B9)(this.viewItems),this.viewItems=[],this._actionIds=[],r.PO(this.actionsList)}length(){return this.viewItems.length}focus(o){let s=!1,i;if(o===void 0?s=!0:typeof o=="number"?i=o:typeof o=="boolean"&&(s=o),s&&typeof this.focusedItem=="undefined"){const d=this.viewItems.findIndex(f=>f.isEnabled());this.focusedItem=d===-1?void 0:d,this.updateFocus(void 0,void 0,!0)}else i!==void 0&&(this.focusedItem=i),this.updateFocus(void 0,void 0,!0)}focusFirst(){return this.focusedItem=this.length()-1,this.focusNext(!0)}focusLast(){return this.focusedItem=0,this.focusPrevious(!0)}focusNext(o){if(typeof this.focusedItem=="undefined")this.focusedItem=this.viewItems.length-1;else if(this.viewItems.length<=1)return!1;const s=this.focusedItem;let i;do{if(!o&&this.options.preventLoopNavigation&&this.focusedItem+1>=this.viewItems.length)return this.focusedItem=s,!1;this.focusedItem=(this.focusedItem+1)%this.viewItems.length,i=this.viewItems[this.focusedItem]}while(this.focusedItem!==s&&this.options.focusOnlyEnabledItems&&!i.isEnabled());return this.updateFocus(),!0}focusPrevious(o){if(typeof this.focusedItem=="undefined")this.focusedItem=0;else if(this.viewItems.length<=1)return!1;const s=this.focusedItem;let i;do{if(this.focusedItem=this.focusedItem-1,this.focusedItem<0){if(!o&&this.options.preventLoopNavigation)return this.focusedItem=s,!1;this.focusedItem=this.viewItems.length-1}i=this.viewItems[this.focusedItem]}while(this.focusedItem!==s&&this.options.focusOnlyEnabledItems&&!i.isEnabled());return this.updateFocus(!0),!0}updateFocus(o,s,i=!1){var d;typeof this.focusedItem=="undefined"&&this.actionsList.focus({preventScroll:s}),this.previouslyFocusedItem!==void 0&&this.previouslyFocusedItem!==this.focusedItem&&((d=this.viewItems[this.previouslyFocusedItem])===null||d===void 0||d.blur());const f=this.focusedItem!==void 0&&this.viewItems[this.focusedItem];if(f){let m=!0;y.mf(f.focus)||(m=!1),this.options.focusOnlyEnabledItems&&y.mf(f.isEnabled)&&!f.isEnabled()&&(m=!1),m?(i||this.previouslyFocusedItem!==this.focusedItem)&&(f.focus(o),this.previouslyFocusedItem=this.focusedItem):(this.actionsList.focus({preventScroll:s}),this.previouslyFocusedItem=void 0)}}doTrigger(o){if(typeof this.focusedItem=="undefined")return;const s=this.viewItems[this.focusedItem];if(s instanceof w.Y){const i=s._context===null||s._context===void 0?o:s._context;this.run(s._action,i)}}run(o,s){return _(this,void 0,void 0,function*(){yield this._actionRunner.run(o,s)})}dispose(){(0,D.B9)(this.viewItems),this.viewItems=[],this._actionIds=[],this.getContainer().remove(),super.dispose()}}},68267:(Xe,v,e)=>{"use strict";e.d(v,{Z9:()=>J,wW:()=>G,i7:()=>ee});var r=e(34441),p=e(11138),w=e(93379),C=e.n(w),c=e(7795),D=e.n(c),y=e(90569),b=e.n(y),_=e(3565),u=e.n(_),a=e(19216),o=e.n(a),s=e(44589),i=e.n(s),d=e(34648),f={};f.styleTagTransform=i(),f.setAttributes=u(),f.insert=b().bind(null,"head"),f.domAPI=D(),f.insertStyleElement=o();var m=C()(d.Z,f);const g=d.Z&&d.Z.locals?d.Z.locals:void 0,L=2e4;let T,I,M,W,B;function G(Y){T=document.createElement("div"),T.className="monaco-aria-container";const ne=()=>{const k=document.createElement("div");return k.className="monaco-alert",k.setAttribute("role","alert"),k.setAttribute("aria-atomic","true"),T.appendChild(k),k};I=ne(),M=ne();const O=()=>{const k=document.createElement("div");return k.className="monaco-status",k.setAttribute("role","complementary"),k.setAttribute("aria-live","polite"),k.setAttribute("aria-atomic","true"),T.appendChild(k),k};W=O(),B=O(),Y.appendChild(T)}function J(Y){!T||(I.textContent!==Y?(r.PO(M),z(I,Y)):(r.PO(I),z(M,Y)))}function ee(Y){!T||(p.dz?J(Y):W.textContent!==Y?(r.PO(B),z(W,Y)):(r.PO(W),z(B,Y)))}function z(Y,ne){r.PO(Y),ne.length>L&&(ne=ne.substr(0,L)),Y.textContent=ne,Y.style.visibility="hidden",Y.style.visibility="visible"}},34612:(Xe,v,e)=>{"use strict";e.d(v,{a:()=>M});var r=e(407),p=e(93379),w=e.n(p),C=e(7795),c=e.n(C),D=e(90569),y=e.n(D),b=e(3565),_=e.n(b),u=e(19216),a=e.n(u),o=e(44589),s=e.n(o),i=e(36751),d={};d.styleTagTransform=s(),d.setAttributes=_(),d.insert=y().bind(null,"head"),d.domAPI=c(),d.insertStyleElement=a();var f=w()(i.Z,d);const m=i.Z&&i.Z.locals?i.Z.locals:void 0;var g=e(4469),L={};L.styleTagTransform=s(),L.setAttributes=_(),L.insert=y().bind(null,"head"),L.domAPI=c(),L.insertStyleElement=a();var T=w()(g.Z,L);const I=g.Z&&g.Z.locals?g.Z.locals:void 0;function M(W){let B=W.definition;for(;B instanceof r.lA;)B=B.definition;return`.codicon-${W.id}:before { content: '${B.fontCharacter}'; }`}},49983:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>M});var r=e(34441),p=e(86741),w=e(23127),C=e(17416),c=e(93379),D=e.n(c),y=e(7795),b=e.n(y),_=e(90569),u=e.n(_),a=e(3565),o=e.n(a),s=e(19216),i=e.n(s),d=e(44589),f=e.n(d),m=e(83652),g={};g.styleTagTransform=f(),g.setAttributes=o(),g.insert=u().bind(null,"head"),g.domAPI=b(),g.insertStyleElement=i();var L=D()(m.Z,g);const T=m.Z&&m.Z.locals?m.Z.locals:void 0,I={badgeBackground:p.Il.fromHex("#4D4D4D"),badgeForeground:p.Il.fromHex("#FFFFFF")};class M{constructor(B,G){this.count=0,this.options=G||Object.create(null),(0,w.jB)(this.options,I,!1),this.badgeBackground=this.options.badgeBackground,this.badgeForeground=this.options.badgeForeground,this.badgeBorder=this.options.badgeBorder,this.element=(0,r.R3)(B,(0,r.$)(".monaco-count-badge")),this.countFormat=this.options.countFormat||"{0}",this.titleFormat=this.options.titleFormat||"",this.setCount(this.options.count||0)}setCount(B){this.count=B,this.render()}setTitleFormat(B){this.titleFormat=B,this.render()}render(){this.element.textContent=(0,C.WU)(this.countFormat,this.count),this.element.title=(0,C.WU)(this.titleFormat,this.count),this.applyStyles()}style(B){this.badgeBackground=B.badgeBackground,this.badgeForeground=B.badgeForeground,this.badgeBorder=B.badgeBorder,this.applyStyles()}applyStyles(){if(this.element){const B=this.badgeBackground?this.badgeBackground.toString():"",G=this.badgeForeground?this.badgeForeground.toString():"",J=this.badgeBorder?this.badgeBorder.toString():"";this.element.style.backgroundColor=B,this.element.style.color=G,this.element.style.borderWidth=J?"1px":"",this.element.style.borderStyle=J?"solid":"",this.element.style.borderColor=J}}}},86357:(Xe,v,e)=>{"use strict";e.d(v,{q:()=>C});var r=e(34441),p=e(19111),w=e(23127);class C{constructor(D,y){var b;this.text="",this.title="",this.highlights=[],this.didEverRender=!1,this.supportIcons=(b=y==null?void 0:y.supportIcons)!==null&&b!==void 0?b:!1,this.domNode=r.R3(D,r.$("span.monaco-highlighted-label"))}get element(){return this.domNode}set(D,y=[],b="",_){D||(D=""),_&&(D=C.escapeNewLines(D,y)),!(this.didEverRender&&this.text===D&&this.title===b&&w.fS(this.highlights,y))&&(this.text=D,this.title=b,this.highlights=y,this.render())}render(){const D=[];let y=0;for(const b of this.highlights){if(b.end===b.start)continue;if(y<b.start){const a=this.text.substring(y,b.start);D.push(r.$("span",void 0,...this.supportIcons?(0,p.T)(a):[a])),y=b.end}const _=this.text.substring(b.start,b.end),u=r.$("span.highlight",void 0,...this.supportIcons?(0,p.T)(_):[_]);b.extraClasses&&u.classList.add(...b.extraClasses),D.push(u),y=b.end}if(y<this.text.length){const b=this.text.substring(y);D.push(r.$("span",void 0,...this.supportIcons?(0,p.T)(b):[b]))}r.mc(this.domNode,...D),this.title?this.domNode.title=this.title:this.domNode.removeAttribute("title"),this.didEverRender=!0}static escapeNewLines(D,y){let b=0,_=0;return D.replace(/\r\n|\r|\n/g,(u,a)=>{_=u===`\r
|
|
@@ -584,7 +584,7 @@ Please report this to https://github.com/markedjs/marked.`,de.silent)return"<p>A
|
|
|
584
584
|
`?We=2:De===`
|
|
585
585
|
`&&(We=1);let fe=c.DB.trimAutoWhitespace;j.editor&&typeof j.editor.trimAutoWhitespace!="undefined"&&(fe=j.editor.trimAutoWhitespace==="false"?!1:Boolean(j.editor.trimAutoWhitespace));let Me=c.DB.detectIndentation;j.editor&&typeof j.editor.detectIndentation!="undefined"&&(Me=j.editor.detectIndentation==="false"?!1:Boolean(j.editor.detectIndentation));let _e=c.DB.largeFileOptimizations;j.editor&&typeof j.editor.largeFileOptimizations!="undefined"&&(_e=j.editor.largeFileOptimizations==="false"?!1:Boolean(j.editor.largeFileOptimizations));let je=c.DB.bracketPairColorizationOptions;return((oe=j.editor)===null||oe===void 0?void 0:oe.bracketPairColorization)&&typeof j.editor.bracketPairColorization=="object"&&(je={enabled:!!j.editor.bracketPairColorization.enabled}),{isForSimpleWidget:re,tabSize:me,indentSize:pe,insertSpaces:Ie,detectIndentation:Me,defaultEOL:We,trimAutoWhitespace:fe,largeFileOptimizations:_e,bracketPairColorizationOptions:je}}_getEOL(j,re){if(j)return this._resourcePropertiesService.getEOL(j,re);const oe=this._configurationService.getValue("files.eol",{overrideIdentifier:re});return oe&&typeof oe=="string"&&oe!=="auto"?oe:w.OS===3||w.OS===2?`
|
|
586
586
|
`:`\r
|
|
587
|
-
`}_shouldRestoreUndoStack(){const j=this._configurationService.getValue("files.restoreUndoStack");return typeof j=="boolean"?j:!0}getCreationOptions(j,re,oe){let me=this._modelCreationOptionsByLanguageAndResource[j+re];if(!me){const pe=this._configurationService.getValue("editor",{overrideIdentifier:j,resource:re}),Ie=this._getEOL(re,j);me=zr._readModelOptions({editor:pe,eol:Ie},oe),this._modelCreationOptionsByLanguageAndResource[j+re]=me}return me}_updateModelOptions(){const j=this._modelCreationOptionsByLanguageAndResource;this._modelCreationOptionsByLanguageAndResource=Object.create(null);const re=Object.keys(this._models);for(let oe=0,me=re.length;oe<me;oe++){const pe=re[oe],Ie=this._models[pe],We=Ie.model.getLanguageId(),De=Ie.model.uri,fe=j[We+De],Me=this.getCreationOptions(We,De,Ie.model.isForSimpleWidget);zr._setModelOptionsForModel(Ie.model,Me,fe)}}static _setModelOptionsForModel(j,re,oe){oe&&oe.defaultEOL!==re.defaultEOL&&j.getLineCount()===1&&j.setEOL(re.defaultEOL===1?0:1),!(oe&&oe.detectIndentation===re.detectIndentation&&oe.insertSpaces===re.insertSpaces&&oe.tabSize===re.tabSize&&oe.indentSize===re.indentSize&&oe.trimAutoWhitespace===re.trimAutoWhitespace&&(0,M.fS)(oe.bracketPairColorizationOptions,re.bracketPairColorizationOptions))&&(re.detectIndentation?(j.detectIndentation(re.insertSpaces,re.tabSize),j.updateOptions({trimAutoWhitespace:re.trimAutoWhitespace,bracketColorizationOptions:re.bracketPairColorizationOptions})):j.updateOptions({insertSpaces:re.insertSpaces,tabSize:re.tabSize,indentSize:re.indentSize,trimAutoWhitespace:re.trimAutoWhitespace,bracketColorizationOptions:re.bracketPairColorizationOptions}))}_insertDisposedModel(j){this._disposedModels.set(J(j.uri),j),this._disposedModelsHeapSize+=j.heapSize}_removeDisposedModel(j){const re=this._disposedModels.get(J(j));return re&&(this._disposedModelsHeapSize-=re.heapSize),this._disposedModels.delete(J(j)),re}_ensureDisposedModelsHeapSize(j){if(this._disposedModelsHeapSize>j){const re=[];for(this._disposedModels.forEach(oe=>{oe.sharesUndoRedoStack||re.push(oe)}),re.sort((oe,me)=>oe.time-me.time);re.length>0&&this._disposedModelsHeapSize>j;){const oe=re.shift();this._removeDisposedModel(oe.uri),oe.initialUndoRedoSnapshot!==null&&this._undoRedoService.restoreSnapshot(oe.initialUndoRedoSnapshot)}}}_createModelData(j,re,oe,me){const pe=this.getCreationOptions(re,oe,me),Ie=new D.yO(j,pe,re,oe,this._undoRedoService,this._modeService,this._languageConfigurationService);if(oe&&this._disposedModels.has(J(oe))){const fe=this._removeDisposedModel(oe),Me=this._undoRedoService.getElements(oe),_e=ee(Ie)===fe.sha1;if(_e||fe.sharesUndoRedoStack){for(const je of Me.past)(0,g.e9)(je)&&je.matchesResource(oe)&&je.setModel(Ie);for(const je of Me.future)(0,g.e9)(je)&&je.matchesResource(oe)&&je.setModel(Ie);this._undoRedoService.setElementsValidFlag(oe,!0,je=>(0,g.e9)(je)&&je.matchesResource(oe)),_e&&(Ie._overwriteVersionId(fe.versionId),Ie._overwriteAlternativeVersionId(fe.alternativeVersionId),Ie._overwriteInitialUndoRedoSnapshot(fe.initialUndoRedoSnapshot))}else fe.initialUndoRedoSnapshot!==null&&this._undoRedoService.restoreSnapshot(fe.initialUndoRedoSnapshot)}const We=J(Ie.uri);if(this._models[We])throw new Error("ModelService: Cannot add model because it already exists!");const De=new z(Ie,fe=>this._onWillDispose(fe),(fe,Me)=>this._onDidChangeLanguage(fe,Me));return this._models[We]=De,De}createModel(j,re,oe,me=!1){let pe;return re?(pe=this._createModelData(j,re.languageId,oe,me),this.setMode(pe.model,re)):pe=this._createModelData(j,b.XT,oe,me),this._onModelAdded.fire(pe.model),pe.model}setMode(j,re){if(!re)return;const oe=this._models[J(j.uri)];!oe||oe.setLanguage(re)}getModels(){const j=[],re=Object.keys(this._models);for(let oe=0,me=re.length;oe<me;oe++){const pe=re[oe];j.push(this._models[pe].model)}return j}getModel(j){const re=J(j),oe=this._models[re];return oe?oe.model:null}getSemanticTokensProviderStyling(j){return this._semanticStyling.get(j)}_schemaShouldMaintainUndoRedoElements(j){return j.scheme===L.lg.file||j.scheme===L.lg.vscodeRemote||j.scheme===L.lg.userData||j.scheme===L.lg.vscodeNotebookCell||j.scheme==="fake-fs"}_onWillDispose(j){const re=J(j.uri),oe=this._models[re],me=this._undoRedoService.getUriComparisonKey(j.uri)!==j.uri.toString();let pe=!1,Ie=0;if(me||this._shouldRestoreUndoStack()&&this._schemaShouldMaintainUndoRedoElements(j.uri)){const De=this._undoRedoService.getElements(j.uri);if(De.past.length>0||De.future.length>0){for(const fe of De.past)(0,g.e9)(fe)&&fe.matchesResource(j.uri)&&(pe=!0,Ie+=fe.heapSize(j.uri),fe.setModel(j.uri));for(const fe of De.future)(0,g.e9)(fe)&&fe.matchesResource(j.uri)&&(pe=!0,Ie+=fe.heapSize(j.uri),fe.setModel(j.uri))}}const We=zr.MAX_MEMORY_FOR_CLOSED_FILES_UNDO_STACK;if(pe)if(!me&&Ie>We){const De=oe.model.getInitialUndoRedoSnapshot();De!==null&&this._undoRedoService.restoreSnapshot(De)}else this._ensureDisposedModelsHeapSize(We-Ie),this._undoRedoService.setElementsValidFlag(j.uri,!1,De=>(0,g.e9)(De)&&De.matchesResource(j.uri)),this._insertDisposedModel(new ne(j.uri,oe.model.getInitialUndoRedoSnapshot(),Date.now(),me,Ie,ee(j),j.getVersionId(),j.getAlternativeVersionId()));else if(!me){const De=oe.model.getInitialUndoRedoSnapshot();De!==null&&this._undoRedoService.restoreSnapshot(De)}delete this._models[re],oe.dispose(),delete this._modelCreationOptionsByLanguageAndResource[j.getLanguageId()+j.uri],this._onModelRemoved.fire(j)}_onDidChangeLanguage(j,re){const oe=re.oldLanguage,me=j.getLanguageId(),pe=this.getCreationOptions(oe,j.uri,j.isForSimpleWidget),Ie=this.getCreationOptions(me,j.uri,j.isForSimpleWidget);zr._setModelOptionsForModel(j,Ie,pe),this._onModelModeChanged.fire({model:j,oldModeId:oe})}};O.MAX_MEMORY_FOR_CLOSED_FILES_UNDO_STACK=20*1024*1024,O=B([G(0,a.Ui),G(1,u.y),G(2,i.XE),G(3,d.VZ),G(4,f.tJ),G(5,_.h),G(6,W.c_)],O);const k="editor.semanticHighlighting";function Q(A,j,re){var oe;const me=(oe=re.getValue(k,{overrideIdentifier:A.getLanguageId(),resource:A.uri}))===null||oe===void 0?void 0:oe.enabled;return typeof me=="boolean"?me:j.getColorTheme().semanticHighlighting}class q extends p.JT{constructor(j,re,oe,me){super();this._watchers=Object.create(null),this._semanticStyling=me;const pe=De=>{this._watchers[De.uri.toString()]=new N(De,re,this._semanticStyling)},Ie=(De,fe)=>{fe.dispose(),delete this._watchers[De.uri.toString()]},We=()=>{for(let De of j.getModels()){const fe=this._watchers[De.uri.toString()];Q(De,re,oe)?fe||pe(De):fe&&Ie(De,fe)}};this._register(j.onModelAdded(De=>{Q(De,re,oe)&&pe(De)})),this._register(j.onModelRemoved(De=>{const fe=this._watchers[De.uri.toString()];fe&&Ie(De,fe)})),this._register(oe.onDidChangeConfiguration(De=>{De.affectsConfiguration(k)&&We()})),this._register(re.onDidColorThemeChange(We))}}class U extends p.JT{constructor(j,re,oe){super();this._themeService=j,this._modeService=re,this._logService=oe,this._caches=new WeakMap,this._register(this._themeService.onDidColorThemeChange(()=>{this._caches=new WeakMap}))}get(j){return this._caches.has(j)||this._caches.set(j,new T.$(j.getLegend(),this._themeService,this._modeService,this._logService)),this._caches.get(j)}}class x{constructor(j,re,oe){this.provider=j,this.resultId=re,this.data=oe}dispose(){this.provider.releaseDocumentSemanticTokens(this.resultId)}}class N extends p.JT{constructor(j,re,oe){super();this._isDisposed=!1,this._model=j,this._semanticStyling=oe,this._fetchDocumentSemanticTokens=this._register(new o.pY(()=>this._fetchDocumentSemanticTokensNow(),N.FETCH_DOCUMENT_SEMANTIC_TOKENS_DELAY)),this._currentDocumentResponse=null,this._currentDocumentRequestCancellationTokenSource=null,this._documentProvidersChangeListeners=[],this._register(this._model.onDidChangeContent(()=>{this._fetchDocumentSemanticTokens.isScheduled()||this._fetchDocumentSemanticTokens.schedule()})),this._register(this._model.onDidChangeLanguage(()=>{this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._currentDocumentRequestCancellationTokenSource&&(this._currentDocumentRequestCancellationTokenSource.cancel(),this._currentDocumentRequestCancellationTokenSource=null),this._setDocumentSemanticTokens(null,null,null,[]),this._fetchDocumentSemanticTokens.schedule(0)}));const me=()=>{(0,p.B9)(this._documentProvidersChangeListeners),this._documentProvidersChangeListeners=[];for(const pe of y.wT.all(j))typeof pe.onDidChange=="function"&&this._documentProvidersChangeListeners.push(pe.onDidChange(()=>this._fetchDocumentSemanticTokens.schedule(0)))};me(),this._register(y.wT.onDidChange(()=>{me(),this._fetchDocumentSemanticTokens.schedule()})),this._register(re.onDidColorThemeChange(pe=>{this._setDocumentSemanticTokens(null,null,null,[]),this._fetchDocumentSemanticTokens.schedule()})),this._fetchDocumentSemanticTokens.schedule(0)}dispose(){this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._currentDocumentRequestCancellationTokenSource&&(this._currentDocumentRequestCancellationTokenSource.cancel(),this._currentDocumentRequestCancellationTokenSource=null),this._setDocumentSemanticTokens(null,null,null,[]),this._isDisposed=!0,super.dispose()}_fetchDocumentSemanticTokensNow(){if(this._currentDocumentRequestCancellationTokenSource)return;if(!(0,I.Jc)(this._model)){this._currentDocumentResponse&&this._model.setSemanticTokens(null,!1);return}const j=new s.A,re=this._currentDocumentResponse?this._currentDocumentResponse.provider:null,oe=this._currentDocumentResponse&&this._currentDocumentResponse.resultId||null,me=(0,I.ML)(this._model,re,oe,j.token);this._currentDocumentRequestCancellationTokenSource=j;const pe=[],Ie=this._model.onDidChangeContent(We=>{pe.push(We)});me.then(We=>{if(this._currentDocumentRequestCancellationTokenSource=null,Ie.dispose(),!We)this._setDocumentSemanticTokens(null,null,null,pe);else{const{provider:De,tokens:fe}=We,Me=this._semanticStyling.get(De);this._setDocumentSemanticTokens(De,fe||null,Me,pe)}},We=>{We&&(C.VV(We)||typeof We.message=="string"&&We.message.indexOf("busy")!==-1)||C.dL(We),this._currentDocumentRequestCancellationTokenSource=null,Ie.dispose(),pe.length>0&&(this._fetchDocumentSemanticTokens.isScheduled()||this._fetchDocumentSemanticTokens.schedule())})}static _copy(j,re,oe,me,pe){for(let Ie=0;Ie<pe;Ie++)oe[me+Ie]=j[re+Ie]}_setDocumentSemanticTokens(j,re,oe,me){const pe=this._currentDocumentResponse,Ie=()=>{me.length>0&&!this._fetchDocumentSemanticTokens.isScheduled()&&this._fetchDocumentSemanticTokens.schedule()};if(this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._isDisposed){j&&re&&j.releaseDocumentSemanticTokens(re.resultId);return}if(!j||!oe){this._model.setSemanticTokens(null,!1);return}if(!re){this._model.setSemanticTokens(null,!0),Ie();return}if((0,I.Vj)(re)){if(!pe){this._model.setSemanticTokens(null,!0);return}if(re.edits.length===0)re={resultId:re.resultId,data:pe.data};else{let We=0;for(const je of re.edits)We+=(je.data?je.data.length:0)-je.deleteCount;const De=pe.data,fe=new Uint32Array(De.length+We);let Me=De.length,_e=fe.length;for(let je=re.edits.length-1;je>=0;je--){const be=re.edits[je],ke=Me-(be.start+be.deleteCount);ke>0&&(N._copy(De,Me-ke,fe,_e-ke,ke),_e-=ke),be.data&&(N._copy(be.data,0,fe,_e-be.data.length,be.data.length),_e-=be.data.length),Me=be.start}Me>0&&N._copy(De,0,fe,0,Me),re={resultId:re.resultId,data:fe}}}if((0,I.Vl)(re)){this._currentDocumentResponse=new x(j,re.resultId,re.data);const We=(0,T.h)(re,oe,this._model.getLanguageId());if(me.length>0)for(const De of me)for(const fe of We)for(const Me of De.changes)fe.applyEdit(Me.range,Me.text);this._model.setSemanticTokens(We,!0)}else this._model.setSemanticTokens(null,!0);Ie()}}N.FETCH_DOCUMENT_SEMANTIC_TOKENS_DELAY=300},91223:(Xe,v,e)=>{"use strict";e.d(v,{S:()=>p});var r=e(44333);const p=(0,r.yh)("textModelService")},79257:(Xe,v,e)=>{"use strict";e.d(v,{$:()=>b,h:()=>_});var r=e(88490),p=e(58566),w=e(59271),C=e(66686),c=e(84052),D=function(o,s,i,d){var f=arguments.length,m=f<3?s:d===null?d=Object.getOwnPropertyDescriptor(s,i):d,g;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")m=Reflect.decorate(o,s,i,d);else for(var L=o.length-1;L>=0;L--)(g=o[L])&&(m=(f<3?g(m):f>3?g(s,i,m):g(s,i))||m);return f>3&&m&&Object.defineProperty(s,i,m),m},y=function(o,s){return function(i,d){s(i,d,o)}};let b=class{constructor(s,i,d,f){this._legend=s,this._themeService=i,this._modeService=d,this._logService=f,this._hashTable=new a,this._hasWarnedOverlappingTokens=!1}getMetadata(s,i,d){const f=this._modeService.languageIdCodec.encodeLanguageId(d),m=this._hashTable.get(s,i,f);let g;if(m)g=m.metadata,this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling [CACHED] ${s} / ${i}: foreground ${r.NX.getForeground(g)}, fontStyle ${r.NX.getFontStyle(g).toString(2)}`);else{let L=this._legend.tokenTypes[s];const T=[];if(L){let I=i;for(let W=0;I>0&&W<this._legend.tokenModifiers.length;W++)I&1&&T.push(this._legend.tokenModifiers[W]),I=I>>1;I>0&&this._logService.getLevel()===w.in.Trace&&(this._logService.trace(`SemanticTokensProviderStyling: unknown token modifier index: ${i.toString(2)} for legend: ${JSON.stringify(this._legend.tokenModifiers)}`),T.push("not-in-legend"));const M=this._themeService.getColorTheme().getTokenStyleMetadata(L,T,d);typeof M=="undefined"?g=2147483647:(g=0,typeof M.italic!="undefined"&&(g|=(M.italic?1:0)<<11|1),typeof M.bold!="undefined"&&(g|=(M.bold?2:0)<<11|2),typeof M.underline!="undefined"&&(g|=(M.underline?4:0)<<11|4),M.foreground&&(g|=M.foreground<<14|8),g===0&&(g=2147483647))}else this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling: unknown token type index: ${s} for legend: ${JSON.stringify(this._legend.tokenTypes)}`),g=2147483647,L="not-in-legend";this._hashTable.add(s,i,f,g),this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling ${s} (${L}) / ${i} (${T.join(" ")}): foreground ${r.NX.getForeground(g)}, fontStyle ${r.NX.getFontStyle(g).toString(2)}`)}return g}warnOverlappingSemanticTokens(s,i){this._hasWarnedOverlappingTokens||(this._hasWarnedOverlappingTokens=!0,console.warn(`Overlapping semantic tokens detected at lineNumber ${s}, column ${i}`))}};b=D([y(1,p.XE),y(2,c.h),y(3,w.VZ)],b);function _(o,s,i){const d=o.data,f=o.data.length/5|0,m=Math.max(Math.ceil(f/1024),400),g=[];let L=0,T=1,I=0;for(;L<f;){const M=L;let W=Math.min(M+m,f);if(W<f){let O=W;for(;O-1>M&&d[5*O]===0;)O--;if(O-1===M){let k=W;for(;k+1<f&&d[5*k]===0;)k++;W=k}else W=O}let B=new Uint32Array((W-M)*4),G=0,J=0,ee=0,z=0,Y=0;for(;L<W;){const O=5*L,k=d[O],Q=d[O+1],q=T+k|0,U=k===0?I+Q|0:Q,x=d[O+2],N=d[O+3],A=d[O+4],j=s.getMetadata(N,A,i);j!==2147483647&&(J===0&&(J=q),ee===q&&Y>U&&(s.warnOverlappingSemanticTokens(q,U+1),z<U?B[G-4+2]=U:G-=4),B[G]=q-J,B[G+1]=U,B[G+2]=U+x,B[G+3]=j,G+=4,ee=q,z=U,Y=U+x),T=q,I=U,L++}G!==B.length&&(B=B.subarray(0,G));const ne=new C.Wz(J,new C.OU(B));g.push(ne)}return g}class u{constructor(s,i,d,f){this.tokenTypeIndex=s,this.tokenModifierSet=i,this.languageId=d,this.metadata=f,this.next=null}}class a{constructor(){this._elementsCount=0,this._currentLengthIndex=0,this._currentLength=a._SIZES[this._currentLengthIndex],this._growCount=Math.round(this._currentLengthIndex+1<a._SIZES.length?2/3*this._currentLength:0),this._elements=[],a._nullOutEntries(this._elements,this._currentLength)}static _nullOutEntries(s,i){for(let d=0;d<i;d++)s[d]=null}_hash2(s,i){return(s<<5)-s+i|0}_hashFunc(s,i,d){return this._hash2(this._hash2(s,i),d)%this._currentLength}get(s,i,d){const f=this._hashFunc(s,i,d);let m=this._elements[f];for(;m;){if(m.tokenTypeIndex===s&&m.tokenModifierSet===i&&m.languageId===d)return m;m=m.next}return null}add(s,i,d,f){if(this._elementsCount++,this._growCount!==0&&this._elementsCount>=this._growCount){const m=this._elements;this._currentLengthIndex++,this._currentLength=a._SIZES[this._currentLengthIndex],this._growCount=Math.round(this._currentLengthIndex+1<a._SIZES.length?2/3*this._currentLength:0),this._elements=[],a._nullOutEntries(this._elements,this._currentLength);for(const g of m){let L=g;for(;L;){const T=L.next;L.next=null,this._add(L),L=T}}}this._add(new u(s,i,d,f))}_add(s){const i=this._hashFunc(s.tokenTypeIndex,s.tokenModifierSet,s.languageId);s.next=this._elements[i],this._elements[i]=s}}a._SIZES=[3,7,13,31,61,127,251,509,1021,2039,4093,8191,16381,32749,65521,131071,262139,524287,1048573,2097143]},45062:(Xe,v,e)=>{"use strict";e.d(v,{V:()=>p,y:()=>w});var r=e(44333);const p=(0,r.yh)("textResourceConfigurationService"),w=(0,r.yh)("textResourcePropertiesService")},83485:(Xe,v,e)=>{"use strict";e.d(v,{Oe:()=>p,ug:()=>w,qq:()=>C,ld:()=>c,UX:()=>D,aq:()=>y,B8:()=>b,xi:()=>_,UL:()=>u});var r=e(26386),p;(function(a){a.noSelection=r.N("noSelection","No selection"),a.singleSelectionRange=r.N("singleSelectionRange","Line {0}, Column {1} ({2} selected)"),a.singleSelection=r.N("singleSelection","Line {0}, Column {1}"),a.multiSelectionRange=r.N("multiSelectionRange","{0} selections ({1} characters selected)"),a.multiSelection=r.N("multiSelection","{0} selections"),a.emergencyConfOn=r.N("emergencyConfOn","Now changing the setting `accessibilitySupport` to 'on'."),a.openingDocs=r.N("openingDocs","Now opening the Editor Accessibility documentation page."),a.readonlyDiffEditor=r.N("readonlyDiffEditor"," in a read-only pane of a diff editor."),a.editableDiffEditor=r.N("editableDiffEditor"," in a pane of a diff editor."),a.readonlyEditor=r.N("readonlyEditor"," in a read-only code editor"),a.editableEditor=r.N("editableEditor"," in a code editor"),a.changeConfigToOnMac=r.N("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now."),a.changeConfigToOnWinLinux=r.N("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now."),a.auto_on=r.N("auto_on","The editor is configured to be optimized for usage with a Screen Reader."),a.auto_off=r.N("auto_off","The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time."),a.tabFocusModeOnMsg=r.N("tabFocusModeOnMsg","Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}."),a.tabFocusModeOnMsgNoKb=r.N("tabFocusModeOnMsgNoKb","Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding."),a.tabFocusModeOffMsg=r.N("tabFocusModeOffMsg","Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}."),a.tabFocusModeOffMsgNoKb=r.N("tabFocusModeOffMsgNoKb","Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding."),a.openDocMac=r.N("openDocMac","Press Command+H now to open a browser window with more information related to editor accessibility."),a.openDocWinLinux=r.N("openDocWinLinux","Press Control+H now to open a browser window with more information related to editor accessibility."),a.outroMsg=r.N("outroMsg","You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape."),a.showAccessibilityHelpAction=r.N("showAccessibilityHelpAction","Show Accessibility Help")})(p||(p={}));var w;(function(a){a.inspectTokensAction=r.N("inspectTokens","Developer: Inspect Tokens")})(w||(w={}));var C;(function(a){a.gotoLineActionLabel=r.N("gotoLineActionLabel","Go to Line/Column...")})(C||(C={}));var c;(function(a){a.helpQuickAccessActionLabel=r.N("helpQuickAccess","Show all Quick Access Providers")})(c||(c={}));var D;(function(a){a.quickCommandActionLabel=r.N("quickCommandActionLabel","Command Palette"),a.quickCommandHelp=r.N("quickCommandActionHelp","Show And Run Commands")})(D||(D={}));var y;(function(a){a.quickOutlineActionLabel=r.N("quickOutlineActionLabel","Go to Symbol..."),a.quickOutlineByCategoryActionLabel=r.N("quickOutlineByCategoryActionLabel","Go to Symbol by Category...")})(y||(y={}));var b;(function(a){a.editorViewAccessibleLabel=r.N("editorViewAccessibleLabel","Editor content"),a.accessibilityHelpMessage=r.N("accessibilityHelpMessage","Press Alt+F1 for Accessibility Options.")})(b||(b={}));var _;(function(a){a.toggleHighContrast=r.N("toggleHighContrast","Toggle High Contrast Theme")})(_||(_={}));var u;(function(a){a.bulkEditServiceSummary=r.N("bulkEditServiceSummary","Made {0} edits in {1} files")})(u||(u={}))},31248:(Xe,v,e)=>{"use strict";e.d(v,{Kh:()=>c,Mm:()=>D,n0:()=>a,fY:()=>o,tR:()=>i,Ym:()=>d,hw:()=>f,DD:()=>g,zk:()=>L,TC:()=>I,Dl:()=>M,zw:()=>W,e_:()=>B,kp:()=>J,zu:()=>ee,x3:()=>z,N5:()=>Y,IO:()=>ne,m9:()=>k,lK:()=>Q,Re:()=>q,eS:()=>U,zJ:()=>x,Vs:()=>N,CE:()=>A,UP:()=>j,r0:()=>re,m1:()=>oe,ts:()=>me,oV:()=>pe,m$:()=>Ie,DS:()=>We,lS:()=>De,Jn:()=>fe,YF:()=>Me,Qb:()=>_e,m3:()=>je,To:()=>be,L7:()=>ke,HV:()=>Le,f9:()=>he});var r=e(26386),p=e(86741),w=e(92537),C=e(58566);const c=(0,w.P6G)("editor.lineHighlightBackground",{dark:null,light:null,hc:null},r.N("lineHighlight","Background color for the highlight of line at the cursor position.")),D=(0,w.P6G)("editor.lineHighlightBorder",{dark:"#282828",light:"#eeeeee",hc:"#f38518"},r.N("lineHighlightBorderBox","Background color for the border around the line at the cursor position.")),y=(0,w.P6G)("editor.rangeHighlightBackground",{dark:"#ffffff0b",light:"#fdff0033",hc:null},r.N("rangeHighlight","Background color of highlighted ranges, like by quick open and find features. The color must not be opaque so as not to hide underlying decorations."),!0),b=(0,w.P6G)("editor.rangeHighlightBorder",{dark:null,light:null,hc:w.xL1},r.N("rangeHighlightBorder","Background color of the border around highlighted ranges."),!0),_=(0,w.P6G)("editor.symbolHighlightBackground",{dark:w.MUv,light:w.MUv,hc:null},r.N("symbolHighlight","Background color of highlighted symbol, like for go to definition or go next/previous symbol. The color must not be opaque so as not to hide underlying decorations."),!0),u=(0,w.P6G)("editor.symbolHighlightBorder",{dark:null,light:null,hc:w.xL1},r.N("symbolHighlightBorder","Background color of the border around highlighted symbols."),!0),a=(0,w.P6G)("editorCursor.foreground",{dark:"#AEAFAD",light:p.Il.black,hc:p.Il.white},r.N("caret","Color of the editor cursor.")),o=(0,w.P6G)("editorCursor.background",null,r.N("editorCursorBackground","The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.")),s=(0,w.P6G)("editorWhitespace.foreground",{dark:"#e3e4e229",light:"#33333333",hc:"#e3e4e229"},r.N("editorWhitespaces","Color of whitespace characters in the editor.")),i=(0,w.P6G)("editorIndentGuide.background",{dark:s,light:s,hc:s},r.N("editorIndentGuides","Color of the editor indentation guides.")),d=(0,w.P6G)("editorIndentGuide.activeBackground",{dark:s,light:s,hc:s},r.N("editorActiveIndentGuide","Color of the active editor indentation guides.")),f=(0,w.P6G)("editorLineNumber.foreground",{dark:"#858585",light:"#237893",hc:p.Il.white},r.N("editorLineNumbers","Color of editor line numbers.")),m=(0,w.P6G)("editorActiveLineNumber.foreground",{dark:"#c6c6c6",light:"#0B216F",hc:w.xL1},r.N("editorActiveLineNumber","Color of editor active line number"),!1,r.N("deprecatedEditorActiveLineNumber","Id is deprecated. Use 'editorLineNumber.activeForeground' instead.")),g=(0,w.P6G)("editorLineNumber.activeForeground",{dark:m,light:m,hc:m},r.N("editorActiveLineNumber","Color of editor active line number")),L=(0,w.P6G)("editorRuler.foreground",{dark:"#5A5A5A",light:p.Il.lightgrey,hc:p.Il.white},r.N("editorRuler","Color of the editor rulers.")),T=(0,w.P6G)("editorCodeLens.foreground",{dark:"#999999",light:"#919191",hc:"#999999"},r.N("editorCodeLensForeground","Foreground color of editor CodeLens")),I=(0,w.P6G)("editorBracketMatch.background",{dark:"#0064001a",light:"#0064001a",hc:"#0064001a"},r.N("editorBracketMatchBackground","Background color behind matching brackets")),M=(0,w.P6G)("editorBracketMatch.border",{dark:"#888",light:"#B9B9B9",hc:w.lRK},r.N("editorBracketMatchBorder","Color for matching brackets boxes")),W=(0,w.P6G)("editorOverviewRuler.border",{dark:"#7f7f7f4d",light:"#7f7f7f4d",hc:"#7f7f7f4d"},r.N("editorOverviewRulerBorder","Color of the overview ruler border.")),B=(0,w.P6G)("editorOverviewRuler.background",null,r.N("editorOverviewRulerBackground","Background color of the editor overview ruler. Only used when the minimap is enabled and placed on the right side of the editor.")),G=(0,w.P6G)("editorGutter.background",{dark:w.cvW,light:w.cvW,hc:w.cvW},r.N("editorGutter","Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.")),J=(0,w.P6G)("editorUnnecessaryCode.border",{dark:null,light:null,hc:p.Il.fromHex("#fff").transparent(.8)},r.N("unnecessaryCodeBorder","Border color of unnecessary (unused) source code in the editor.")),ee=(0,w.P6G)("editorUnnecessaryCode.opacity",{dark:p.Il.fromHex("#000a"),light:p.Il.fromHex("#0007"),hc:null},r.N("unnecessaryCodeOpacity",`Opacity of unnecessary (unused) source code in the editor. For example, "#000000c0" will render the code with 75% opacity. For high contrast themes, use the 'editorUnnecessaryCode.border' theme color to underline unnecessary code instead of fading it out.`)),z=(0,w.P6G)("editorGhostText.border",{dark:null,light:null,hc:p.Il.fromHex("#fff").transparent(.8)},r.N("editorGhostTextBorder","Border color of ghost text in the editor.")),Y=(0,w.P6G)("editorGhostText.foreground",{dark:p.Il.fromHex("#ffffff56"),light:p.Il.fromHex("#0007"),hc:null},r.N("editorGhostTextForeground","Foreground color of the ghost text in the editor.")),ne=(0,w.P6G)("editorGhostText.background",{dark:null,light:null,hc:null},r.N("editorGhostTextBackground","Background color of the ghost text in the editor.")),O=new p.Il(new p.VS(0,122,204,.6)),k=(0,w.P6G)("editorOverviewRuler.rangeHighlightForeground",{dark:O,light:O,hc:O},r.N("overviewRulerRangeHighlight","Overview ruler marker color for range highlights. The color must not be opaque so as not to hide underlying decorations."),!0),Q=(0,w.P6G)("editorOverviewRuler.errorForeground",{dark:new p.Il(new p.VS(255,18,18,.7)),light:new p.Il(new p.VS(255,18,18,.7)),hc:new p.Il(new p.VS(255,50,50,1))},r.N("overviewRuleError","Overview ruler marker color for errors.")),q=(0,w.P6G)("editorOverviewRuler.warningForeground",{dark:w.uoC,light:w.uoC,hc:w.pW3},r.N("overviewRuleWarning","Overview ruler marker color for warnings.")),U=(0,w.P6G)("editorOverviewRuler.infoForeground",{dark:w.c63,light:w.c63,hc:w.T83},r.N("overviewRuleInfo","Overview ruler marker color for infos.")),x=(0,w.P6G)("editorBracketHighlight.foreground1",{dark:"#FFD700",light:"#0431FAFF",hc:"#FFD700"},r.N("editorBracketHighlightForeground1","Foreground color of brackets (1). Requires enabling bracket pair colorization.")),N=(0,w.P6G)("editorBracketHighlight.foreground2",{dark:"#DA70D6",light:"#319331FF",hc:"#DA70D6"},r.N("editorBracketHighlightForeground2","Foreground color of brackets (2). Requires enabling bracket pair colorization.")),A=(0,w.P6G)("editorBracketHighlight.foreground3",{dark:"#179FFF",light:"#7B3814FF",hc:"#87CEFA"},r.N("editorBracketHighlightForeground3","Foreground color of brackets (3). Requires enabling bracket pair colorization.")),j=(0,w.P6G)("editorBracketHighlight.foreground4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground4","Foreground color of brackets (4). Requires enabling bracket pair colorization.")),re=(0,w.P6G)("editorBracketHighlight.foreground5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground5","Foreground color of brackets (5). Requires enabling bracket pair colorization.")),oe=(0,w.P6G)("editorBracketHighlight.foreground6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground6","Foreground color of brackets (6). Requires enabling bracket pair colorization.")),me=(0,w.P6G)("editorBracketHighlight.unexpectedBracket.foreground",{dark:new p.Il(new p.VS(255,18,18,.8)),light:new p.Il(new p.VS(255,18,18,.8)),hc:new p.Il(new p.VS(255,50,50,1))},r.N("editorBracketHighlightUnexpectedBracketForeground","Foreground color of unexpected brackets.")),pe=(0,w.P6G)("editorBracketPairGuide.background1",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background1","Background color of inactive bracket pair guides (1). Requires enabling bracket pair guides.")),Ie=(0,w.P6G)("editorBracketPairGuide.background2",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background2","Background color of inactive bracket pair guides (2). Requires enabling bracket pair guides.")),We=(0,w.P6G)("editorBracketPairGuide.background3",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background3","Background color of inactive bracket pair guides (3). Requires enabling bracket pair guides.")),De=(0,w.P6G)("editorBracketPairGuide.background4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background4","Background color of inactive bracket pair guides (4). Requires enabling bracket pair guides.")),fe=(0,w.P6G)("editorBracketPairGuide.background5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background5","Background color of inactive bracket pair guides (5). Requires enabling bracket pair guides.")),Me=(0,w.P6G)("editorBracketPairGuide.background6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background6","Background color of inactive bracket pair guides (6). Requires enabling bracket pair guides.")),_e=(0,w.P6G)("editorBracketPairGuide.activeBackground1",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground1","Background color of active bracket pair guides (1). Requires enabling bracket pair guides.")),je=(0,w.P6G)("editorBracketPairGuide.activeBackground2",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground2","Background color of active bracket pair guides (2). Requires enabling bracket pair guides.")),be=(0,w.P6G)("editorBracketPairGuide.activeBackground3",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground3","Background color of active bracket pair guides (3). Requires enabling bracket pair guides.")),ke=(0,w.P6G)("editorBracketPairGuide.activeBackground4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground4","Background color of active bracket pair guides (4). Requires enabling bracket pair guides.")),Le=(0,w.P6G)("editorBracketPairGuide.activeBackground5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground5","Background color of active bracket pair guides (5). Requires enabling bracket pair guides.")),he=(0,w.P6G)("editorBracketPairGuide.activeBackground6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground6","Background color of active bracket pair guides (6). Requires enabling bracket pair guides.")),K=(0,w.P6G)("editorUnicodeHighlight.border",{dark:"#BD9B03",light:"#CEA33D",hc:"#ff0000"},r.N("editorUnicodeHighlight.border","Border color used to highlight unicode characters."));(0,C.Ic)((se,Z)=>{const ge=se.getColor(w.cvW);ge&&Z.addRule(`.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: ${ge}; }`);const Ce=se.getColor(w.NOs);Ce&&Z.addRule(`.monaco-editor, .monaco-editor .inputarea.ime-input { color: ${Ce}; }`);const ye=se.getColor(G);ye&&Z.addRule(`.monaco-editor .margin { background-color: ${ye}; }`);const Ee=se.getColor(y);Ee&&Z.addRule(`.monaco-editor .rangeHighlight { background-color: ${Ee}; }`);const ue=se.getColor(b);ue&&Z.addRule(`.monaco-editor .rangeHighlight { border: 1px ${se.type==="hc"?"dotted":"solid"} ${ue}; }`);const ve=se.getColor(_);ve&&Z.addRule(`.monaco-editor .symbolHighlight { background-color: ${ve}; }`);const te=se.getColor(u);te&&Z.addRule(`.monaco-editor .symbolHighlight { border: 1px ${se.type==="hc"?"dotted":"solid"} ${te}; }`);const Be=se.getColor(s);Be&&(Z.addRule(`.monaco-editor .mtkw { color: ${Be} !important; }`),Z.addRule(`.monaco-editor .mtkz { color: ${Be} !important; }`))})},73083:(Xe,v,e)=>{"use strict";e.d(v,{EY:()=>p,Tj:()=>w});class r{constructor(c,D,y){this._colorZoneBrand=void 0,this.from=c|0,this.to=D|0,this.colorId=y|0}static compare(c,D){return c.colorId===D.colorId?c.from===D.from?c.to-D.to:c.from-D.from:c.colorId-D.colorId}}class p{constructor(c,D,y){this._overviewRulerZoneBrand=void 0,this.startLineNumber=c,this.endLineNumber=D,this.color=y,this._colorZone=null}static compare(c,D){return c.color===D.color?c.startLineNumber===D.startLineNumber?c.endLineNumber-D.endLineNumber:c.startLineNumber-D.startLineNumber:c.color<D.color?-1:1}setColorZone(c){this._colorZone=c}getColorZones(){return this._colorZone}}class w{constructor(c){this._getVerticalOffsetForLine=c,this._zones=[],this._colorZonesInvalid=!1,this._lineHeight=0,this._domWidth=0,this._domHeight=0,this._outerHeight=0,this._pixelRatio=1,this._lastAssignedId=0,this._color2Id=Object.create(null),this._id2Color=[]}getId2Color(){return this._id2Color}setZones(c){this._zones=c,this._zones.sort(p.compare)}setLineHeight(c){return this._lineHeight===c?!1:(this._lineHeight=c,this._colorZonesInvalid=!0,!0)}setPixelRatio(c){this._pixelRatio=c,this._colorZonesInvalid=!0}getDOMWidth(){return this._domWidth}getCanvasWidth(){return this._domWidth*this._pixelRatio}setDOMWidth(c){return this._domWidth===c?!1:(this._domWidth=c,this._colorZonesInvalid=!0,!0)}getDOMHeight(){return this._domHeight}getCanvasHeight(){return this._domHeight*this._pixelRatio}setDOMHeight(c){return this._domHeight===c?!1:(this._domHeight=c,this._colorZonesInvalid=!0,!0)}getOuterHeight(){return this._outerHeight}setOuterHeight(c){return this._outerHeight===c?!1:(this._outerHeight=c,this._colorZonesInvalid=!0,!0)}resolveColorZones(){const c=this._colorZonesInvalid,D=Math.floor(this._lineHeight),y=Math.floor(this.getCanvasHeight()),b=Math.floor(this._outerHeight),_=y/b,u=Math.floor(4*this._pixelRatio/2);let a=[];for(let o=0,s=this._zones.length;o<s;o++){const i=this._zones[o];if(!c){const M=i.getColorZones();if(M){a.push(M);continue}}const d=Math.floor(_*this._getVerticalOffsetForLine(i.startLineNumber)),f=Math.floor(_*(this._getVerticalOffsetForLine(i.endLineNumber)+D));let m=Math.floor((d+f)/2),g=f-m;g<u&&(g=u),m-g<0&&(m=g),m+g>y&&(m=y-g);const L=i.color;let T=this._color2Id[L];T||(T=++this._lastAssignedId,this._color2Id[L]=T,this._id2Color[T]=L);const I=new r(m-g,m+g,T);i.setColorZone(I),a.push(I)}return this._colorZonesInvalid=!1,a.sort(r.compare),a}}},69756:(Xe,v,e)=>{"use strict";e.d(v,{Kp:()=>p,k:()=>c});var r=e(17416);class p{constructor(y,b,_,u){this.startColumn=y,this.endColumn=b,this.className=_,this.type=u,this._lineDecorationBrand=void 0}static _equals(y,b){return y.startColumn===b.startColumn&&y.endColumn===b.endColumn&&y.className===b.className&&y.type===b.type}static equalsArr(y,b){const _=y.length,u=b.length;if(_!==u)return!1;for(let a=0;a<_;a++)if(!p._equals(y[a],b[a]))return!1;return!0}static extractWrapped(y,b,_){if(y.length===0)return y;const u=b+1,a=_+1,o=_-b,s=[];let i=0;for(const d of y)d.endColumn<=u||d.startColumn>=a||(s[i++]=new p(Math.max(1,d.startColumn-u+1),Math.min(o+1,d.endColumn-u+1),d.className,d.type));return s}static filter(y,b,_,u){if(y.length===0)return[];let a=[],o=0;for(let s=0,i=y.length;s<i;s++){const d=y[s],f=d.range;if(f.endLineNumber<b||f.startLineNumber>b||f.isEmpty()&&(d.type===0||d.type===3))continue;const m=f.startLineNumber===b?f.startColumn:_,g=f.endLineNumber===b?f.endColumn:u;a[o++]=new p(m,g,d.inlineClassName,d.type)}return a}static _typeCompare(y,b){const _=[2,0,1,3];return _[y]-_[b]}static compare(y,b){if(y.startColumn!==b.startColumn)return y.startColumn-b.startColumn;if(y.endColumn!==b.endColumn)return y.endColumn-b.endColumn;const _=p._typeCompare(y.type,b.type);return _!==0?_:y.className!==b.className?y.className<b.className?-1:1:0}}class w{constructor(y,b,_,u){this.startOffset=y,this.endOffset=b,this.className=_,this.metadata=u}}class C{constructor(){this.stopOffsets=[],this.classNames=[],this.metadata=[],this.count=0}static _metadata(y){let b=0;for(let _=0,u=y.length;_<u;_++)b|=y[_];return b}consumeLowerThan(y,b,_){for(;this.count>0&&this.stopOffsets[0]<y;){let u=0;for(;u+1<this.count&&this.stopOffsets[u]===this.stopOffsets[u+1];)u++;_.push(new w(b,this.stopOffsets[u],this.classNames.join(" "),C._metadata(this.metadata))),b=this.stopOffsets[u]+1,this.stopOffsets.splice(0,u+1),this.classNames.splice(0,u+1),this.metadata.splice(0,u+1),this.count-=u+1}return this.count>0&&b<y&&(_.push(new w(b,y-1,this.classNames.join(" "),C._metadata(this.metadata))),b=y),b}insert(y,b,_){if(this.count===0||this.stopOffsets[this.count-1]<=y)this.stopOffsets.push(y),this.classNames.push(b),this.metadata.push(_);else for(let u=0;u<this.count;u++)if(this.stopOffsets[u]>=y){this.stopOffsets.splice(u,0,y),this.classNames.splice(u,0,b),this.metadata.splice(u,0,_);break}this.count++}}class c{static normalize(y,b){if(b.length===0)return[];let _=[];const u=new C;let a=0;for(let o=0,s=b.length;o<s;o++){const i=b[o];let d=i.startColumn,f=i.endColumn;const m=i.className,g=i.type===1?2:i.type===2?4:0;if(d>1){const I=y.charCodeAt(d-2);r.ZG(I)&&d--}if(f>1){const I=y.charCodeAt(f-2);r.ZG(I)&&f--}const L=d-1,T=f-2;a=u.consumeLowerThan(L,a,_),u.count===0&&(a=L),u.insert(T,m,g)}return u.consumeLowerThan(1073741824,a,_),_}}},19054:(Xe,v,e)=>{"use strict";e.d(v,{zG:()=>c,IJ:()=>D,Nd:()=>y,d1:()=>u,tF:()=>o});var r=e(17416),p=e(12342),w=e(69756);class C{constructor(B,G,J){this._linePartBrand=void 0,this.endIndex=B,this.type=G,this.metadata=J}isWhitespace(){return!!(this.metadata&1)}isPseudoAfter(){return!!(this.metadata&4)}}class c{constructor(B,G){this.startOffset=B,this.endOffset=G}equals(B){return this.startOffset===B.startOffset&&this.endOffset===B.endOffset}}class D{constructor(B,G,J,ee,z,Y,ne,O,k,Q,q,U,x,N,A,j,re,oe,me){this.useMonospaceOptimizations=B,this.canUseHalfwidthRightwardsArrow=G,this.lineContent=J,this.continuesWithWrappedLine=ee,this.isBasicASCII=z,this.containsRTL=Y,this.fauxIndentLength=ne,this.lineTokens=O,this.lineDecorations=k.sort(w.Kp.compare),this.tabSize=Q,this.startVisibleColumn=q,this.spaceWidth=U,this.stopRenderingLineAfter=A,this.renderWhitespace=j==="all"?4:j==="boundary"?1:j==="selection"?2:j==="trailing"?3:0,this.renderControlCharacters=re,this.fontLigatures=oe,this.selectionsOnLine=me&&me.sort((We,De)=>We.startOffset<De.startOffset?-1:1);const pe=Math.abs(N-U),Ie=Math.abs(x-U);pe<Ie?(this.renderSpaceWidth=N,this.renderSpaceCharCode=11825):(this.renderSpaceWidth=x,this.renderSpaceCharCode=183)}sameSelection(B){if(this.selectionsOnLine===null)return B===null;if(B===null||B.length!==this.selectionsOnLine.length)return!1;for(let G=0;G<this.selectionsOnLine.length;G++)if(!this.selectionsOnLine[G].equals(B[G]))return!1;return!0}equals(B){return this.useMonospaceOptimizations===B.useMonospaceOptimizations&&this.canUseHalfwidthRightwardsArrow===B.canUseHalfwidthRightwardsArrow&&this.lineContent===B.lineContent&&this.continuesWithWrappedLine===B.continuesWithWrappedLine&&this.isBasicASCII===B.isBasicASCII&&this.containsRTL===B.containsRTL&&this.fauxIndentLength===B.fauxIndentLength&&this.tabSize===B.tabSize&&this.startVisibleColumn===B.startVisibleColumn&&this.spaceWidth===B.spaceWidth&&this.renderSpaceWidth===B.renderSpaceWidth&&this.renderSpaceCharCode===B.renderSpaceCharCode&&this.stopRenderingLineAfter===B.stopRenderingLineAfter&&this.renderWhitespace===B.renderWhitespace&&this.renderControlCharacters===B.renderControlCharacters&&this.fontLigatures===B.fontLigatures&&w.Kp.equalsArr(this.lineDecorations,B.lineDecorations)&&this.lineTokens.equals(B.lineTokens)&&this.sameSelection(B.selectionsOnLine)}}class y{constructor(B,G){this.partIndex=B,this.charIndex=G}}class b{constructor(B,G){this.length=B,this._data=new Uint32Array(this.length),this._absoluteOffsets=new Uint32Array(this.length)}static getPartIndex(B){return(B&4294901760)>>>16}static getCharIndex(B){return(B&65535)>>>0}setColumnInfo(B,G,J,ee){const z=(G<<16|J<<0)>>>0;this._data[B-1]=z,this._absoluteOffsets[B-1]=ee+J}getAbsoluteOffset(B){return this._absoluteOffsets.length===0?0:this._absoluteOffsets[B-1]}charOffsetToPartData(B){return this.length===0?0:B<0?this._data[0]:B>=this.length?this._data[this.length-1]:this._data[B]}getDomPosition(B){const G=this.charOffsetToPartData(B-1),J=b.getPartIndex(G),ee=b.getCharIndex(G);return new y(J,ee)}getColumn(B,G){return this.partDataToCharOffset(B.partIndex,G,B.charIndex)+1}partDataToCharOffset(B,G,J){if(this.length===0)return 0;let ee=(B<<16|J<<0)>>>0,z=0,Y=this.length-1;for(;z+1<Y;){let A=z+Y>>>1,j=this._data[A];if(j===ee)return A;j>ee?Y=A:z=A}if(z===Y)return z;let ne=this._data[z],O=this._data[Y];if(ne===ee)return z;if(O===ee)return Y;let k=b.getPartIndex(ne),Q=b.getCharIndex(ne),q=b.getPartIndex(O),U;k!==q?U=G:U=b.getCharIndex(O);let x=J-Q,N=U-J;return x<=N?z:Y}}class _{constructor(B,G,J){this._renderLineOutputBrand=void 0,this.characterMapping=B,this.containsRTL=G,this.containsForeignElements=J}}function u(W,B){if(W.lineContent.length===0){if(W.lineDecorations.length>0){B.appendASCIIString("<span>");let G=0,J=0,ee=0;for(const Y of W.lineDecorations)(Y.type===1||Y.type===2)&&(B.appendASCIIString('<span class="'),B.appendASCIIString(Y.className),B.appendASCIIString('"></span>'),Y.type===1&&(ee|=1,G++),Y.type===2&&(ee|=2,J++));B.appendASCIIString("</span>");const z=new b(1,G+J);return z.setColumnInfo(1,G,0,0),new _(z,!1,ee)}return B.appendASCIIString("<span><span></span></span>"),new _(new b(0,0),!1,0)}return I(i(W),B)}class a{constructor(B,G,J,ee){this.characterMapping=B,this.html=G,this.containsRTL=J,this.containsForeignElements=ee}}function o(W){let B=(0,p.l$)(1e4),G=u(W,B);return new a(G.characterMapping,B.build(),G.containsRTL,G.containsForeignElements)}class s{constructor(B,G,J,ee,z,Y,ne,O,k,Q,q,U,x,N,A){this.fontIsMonospace=B,this.canUseHalfwidthRightwardsArrow=G,this.lineContent=J,this.len=ee,this.isOverflowing=z,this.parts=Y,this.containsForeignElements=ne,this.fauxIndentLength=O,this.tabSize=k,this.startVisibleColumn=Q,this.containsRTL=q,this.spaceWidth=U,this.renderSpaceCharCode=x,this.renderWhitespace=N,this.renderControlCharacters=A}}function i(W){const B=W.lineContent;let G,J;W.stopRenderingLineAfter!==-1&&W.stopRenderingLineAfter<B.length?(G=!0,J=W.stopRenderingLineAfter):(G=!1,J=B.length);let ee=d(W.lineTokens,W.fauxIndentLength,J);W.renderControlCharacters&&!W.isBasicASCII&&(ee=g(B,ee)),(W.renderWhitespace===4||W.renderWhitespace===1||W.renderWhitespace===2&&!!W.selectionsOnLine||W.renderWhitespace===3)&&(ee=L(W,B,J,ee));let z=0;if(W.lineDecorations.length>0){for(let Y=0,ne=W.lineDecorations.length;Y<ne;Y++){const O=W.lineDecorations[Y];O.type===3||O.type===1?z|=1:O.type===2&&(z|=2)}ee=T(B,J,ee,W.lineDecorations)}return W.containsRTL||(ee=f(B,ee,!W.isBasicASCII||W.fontLigatures)),new s(W.useMonospaceOptimizations,W.canUseHalfwidthRightwardsArrow,B,J,G,ee,z,W.fauxIndentLength,W.tabSize,W.startVisibleColumn,W.containsRTL,W.spaceWidth,W.renderSpaceCharCode,W.renderWhitespace,W.renderControlCharacters)}function d(W,B,G){let J=[],ee=0;B>0&&(J[ee++]=new C(B,"",0));for(let z=0,Y=W.getCount();z<Y;z++){const ne=W.getEndOffset(z);if(ne<=B)continue;const O=W.getClassName(z);if(ne>=G){J[ee++]=new C(G,O,0);break}J[ee++]=new C(ne,O,0)}return J}function f(W,B,G){let J=0,ee=[],z=0;if(G)for(let Y=0,ne=B.length;Y<ne;Y++){const O=B[Y],k=O.endIndex;if(J+50<k){const Q=O.type,q=O.metadata;let U=-1,x=J;for(let N=J;N<k;N++)W.charCodeAt(N)===32&&(U=N),U!==-1&&N-x>=50&&(ee[z++]=new C(U+1,Q,q),x=U+1,U=-1);x!==k&&(ee[z++]=new C(k,Q,q))}else ee[z++]=O;J=k}else for(let Y=0,ne=B.length;Y<ne;Y++){const O=B[Y],k=O.endIndex;let Q=k-J;if(Q>50){const q=O.type,U=O.metadata,x=Math.ceil(Q/50);for(let N=1;N<x;N++){let A=J+N*50;ee[z++]=new C(A,q,U)}ee[z++]=new C(k,q,U)}else ee[z++]=O;J=k}return ee}function m(W){return W<32?W!==9:W===127||W>=8234&&W<=8238||W>=8294&&W<=8297||W>=8206&&W<=8207||W===1564}function g(W,B){let G=[],J=new C(0,"",0),ee=0;for(const z of B){const Y=z.endIndex;for(;ee<Y;ee++){const ne=W.charCodeAt(ee);m(ne)&&(ee>J.endIndex&&(J=new C(ee,z.type,z.metadata),G.push(J)),J=new C(ee+1,"mtkcontrol",z.metadata),G.push(J))}ee>J.endIndex&&(J=new C(Y,z.type,z.metadata),G.push(J))}return G}function L(W,B,G,J){const ee=W.continuesWithWrappedLine,z=W.fauxIndentLength,Y=W.tabSize,ne=W.startVisibleColumn,O=W.useMonospaceOptimizations,k=W.selectionsOnLine,Q=W.renderWhitespace===1,q=W.renderWhitespace===3,U=W.renderSpaceWidth!==W.spaceWidth;let x=[],N=0,A=0,j=J[A].type,re=J[A].endIndex;const oe=J.length;let me=!1,pe=r.LC(B),Ie;pe===-1?(me=!0,pe=G,Ie=G):Ie=r.ow(B);let We=!1,De=0,fe=k&&k[De],Me=ne%Y;for(let je=z;je<G;je++){const be=B.charCodeAt(je);fe&&je>=fe.endOffset&&(De++,fe=k&&k[De]);let ke;if(je<pe||je>Ie)ke=!0;else if(be===9)ke=!0;else if(be===32)if(Q)if(We)ke=!0;else{const Le=je+1<G?B.charCodeAt(je+1):0;ke=Le===32||Le===9}else ke=!0;else ke=!1;if(ke&&k&&(ke=!!fe&&fe.startOffset<=je&&fe.endOffset>je),ke&&q&&(ke=me||je>Ie),We){if(!ke||!O&&Me>=Y){if(U){const Le=N>0?x[N-1].endIndex:z;for(let he=Le+1;he<=je;he++)x[N++]=new C(he,"mtkw",1)}else x[N++]=new C(je,"mtkw",1);Me=Me%Y}}else(je===re||ke&&je>z)&&(x[N++]=new C(je,j,0),Me=Me%Y);for(be===9?Me=Y:r.K7(be)?Me+=2:Me++,We=ke;je===re&&(A++,A<oe);)j=J[A].type,re=J[A].endIndex}let _e=!1;if(We)if(ee&&Q){let je=G>0?B.charCodeAt(G-1):0,be=G>1?B.charCodeAt(G-2):0;je===32&&be!==32&&be!==9||(_e=!0)}else _e=!0;if(_e)if(U){const je=N>0?x[N-1].endIndex:z;for(let be=je+1;be<=G;be++)x[N++]=new C(be,"mtkw",1)}else x[N++]=new C(G,"mtkw",1);else x[N++]=new C(G,j,0);return x}function T(W,B,G,J){J.sort(w.Kp.compare);const ee=w.k.normalize(W,J),z=ee.length;let Y=0,ne=[],O=0,k=0;for(let q=0,U=G.length;q<U;q++){const x=G[q],N=x.endIndex,A=x.type,j=x.metadata;for(;Y<z&&ee[Y].startOffset<N;){const re=ee[Y];if(re.startOffset>k&&(k=re.startOffset,ne[O++]=new C(k,A,j)),re.endOffset+1<=N)k=re.endOffset+1,ne[O++]=new C(k,A+" "+re.className,j|re.metadata),Y++;else{k=N,ne[O++]=new C(k,A+" "+re.className,j|re.metadata);break}}N>k&&(k=N,ne[O++]=new C(k,A,j))}const Q=G[G.length-1].endIndex;if(Y<z&&ee[Y].startOffset===Q)for(;Y<z&&ee[Y].startOffset===Q;){const q=ee[Y];ne[O++]=new C(k,q.className,q.metadata),Y++}return ne}function I(W,B){const G=W.fontIsMonospace,J=W.canUseHalfwidthRightwardsArrow,ee=W.containsForeignElements,z=W.lineContent,Y=W.len,ne=W.isOverflowing,O=W.parts,k=W.fauxIndentLength,Q=W.tabSize,q=W.startVisibleColumn,U=W.containsRTL,x=W.spaceWidth,N=W.renderSpaceCharCode,A=W.renderWhitespace,j=W.renderControlCharacters,re=new b(Y+1,O.length);let oe=!1,me=0,pe=q,Ie=0,We=0,De=0,fe=0;U?B.appendASCIIString('<span dir="ltr">'):B.appendASCIIString("<span>");for(let Me=0,_e=O.length;Me<_e;Me++){fe+=De;const je=O[Me],be=je.endIndex,ke=je.type,Le=A!==0&&je.isWhitespace(),he=Le&&!G&&(ke==="mtkw"||!ee),K=me===be&&je.isPseudoAfter();if(Ie=0,B.appendASCIIString('<span class="'),B.appendASCIIString(he?"mtkz":ke),B.appendASCII(34),Le){let se=0;{let Z=me,ge=pe;for(;Z<be;Z++){const ye=(z.charCodeAt(Z)===9?Q-ge%Q:1)|0;se+=ye,Z>=k&&(ge+=ye)}}for(he&&(B.appendASCIIString(' style="width:'),B.appendASCIIString(String(x*se)),B.appendASCIIString('px"')),B.appendASCII(62);me<be;me++){re.setColumnInfo(me+1,Me-We,Ie,fe),We=0;const Z=z.charCodeAt(me);let ge;if(Z===9){ge=Q-pe%Q|0,!J||ge>1?B.write1(8594):B.write1(65515);for(let Ce=2;Ce<=ge;Ce++)B.write1(160)}else ge=1,B.write1(N);Ie+=ge,me>=k&&(pe+=ge)}De=se}else{let se=0;for(B.appendASCII(62);me<be;me++){re.setColumnInfo(me+1,Me-We,Ie,fe),We=0;const Z=z.charCodeAt(me);let ge=1,Ce=1;switch(Z){case 9:ge=Q-pe%Q,Ce=ge;for(let ye=1;ye<=ge;ye++)B.write1(160);break;case 32:B.write1(160);break;case 60:B.appendASCIIString("<");break;case 62:B.appendASCIIString(">");break;case 38:B.appendASCIIString("&");break;case 0:j?B.write1(9216):B.appendASCIIString("�");break;case 65279:case 8232:case 8233:case 133:B.write1(65533);break;default:r.K7(Z)&&Ce++,j&&Z<32?B.write1(9216+Z):j&&Z===127?B.write1(9249):j&&m(Z)?(B.appendASCIIString("[U+"),B.appendASCIIString(M(Z)),B.appendASCIIString("]"),ge=8):B.write1(Z)}Ie+=ge,se+=ge,me>=k&&(pe+=Ce)}De=se}K?We++:We=0,me>=Y&&!oe&&je.isPseudoAfter()&&(oe=!0,re.setColumnInfo(me+1,Me,Ie,fe)),B.appendASCIIString("</span>")}return oe||re.setColumnInfo(Y+1,O.length-1,Ie,fe),ne&&B.appendASCIIString("<span>…</span>"),B.appendASCIIString("</span>"),new _(re,U,ee)}function M(W){return W.toString(16).toUpperCase().padStart(4,"0")}},20151:(Xe,v,e)=>{"use strict";e.d(v,{oQ:()=>w,Ck:()=>C});var r=e(16308),p=e(79886);class w{constructor(y){this.values=y,this.prefixSum=new Uint32Array(y.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(y,b){y=(0,p.A)(y);const _=this.values,u=this.prefixSum,a=b.length;return a===0?!1:(this.values=new Uint32Array(_.length+a),this.values.set(_.subarray(0,y),0),this.values.set(_.subarray(y),y+a),this.values.set(b,y),y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),this.prefixSum=new Uint32Array(this.values.length),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(u.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}setValue(y,b){return y=(0,p.A)(y),b=(0,p.A)(b),this.values[y]===b?!1:(this.values[y]=b,y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),!0)}removeValues(y,b){y=(0,p.A)(y),b=(0,p.A)(b);const _=this.values,u=this.prefixSum;if(y>=_.length)return!1;let a=_.length-y;return b>=a&&(b=a),b===0?!1:(this.values=new Uint32Array(_.length-b),this.values.set(_.subarray(0,y),0),this.values.set(_.subarray(y+b),y),this.prefixSum=new Uint32Array(this.values.length),y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(u.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}getTotalSum(){return this.values.length===0?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(y){return y<0?0:(y=(0,p.A)(y),this._getPrefixSum(y))}_getPrefixSum(y){if(y<=this.prefixSumValidIndex[0])return this.prefixSum[y];let b=this.prefixSumValidIndex[0]+1;b===0&&(this.prefixSum[0]=this.values[0],b++),y>=this.values.length&&(y=this.values.length-1);for(let _=b;_<=y;_++)this.prefixSum[_]=this.prefixSum[_-1]+this.values[_];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],y),this.prefixSum[y]}getIndexOf(y){y=Math.floor(y),this.getTotalSum();let b=0,_=this.values.length-1,u=0,a=0,o=0;for(;b<=_;)if(u=b+(_-b)/2|0,a=this.prefixSum[u],o=a-this.values[u],y<o)_=u-1;else if(y>=a)b=u+1;else break;return new c(u,y-o)}}class C{constructor(y){this._values=y,this._isValid=!1,this._validEndIndex=-1,this._prefixSum=[],this._indexBySum=[]}getTotalSum(){return this._ensureValid(),this._indexBySum.length}getPrefixSum(y){return this._ensureValid(),y===0?0:this._prefixSum[y-1]}getIndexOf(y){this._ensureValid();const b=this._indexBySum[y],_=b>0?this._prefixSum[b-1]:0;return new c(b,y-_)}removeValues(y,b){this._values.splice(y,b),this._invalidate(y)}insertValues(y,b){this._values=(0,r.Zv)(this._values,y,b),this._invalidate(y)}_invalidate(y){this._isValid=!1,this._validEndIndex=Math.min(this._validEndIndex,y-1)}_ensureValid(){if(!this._isValid){for(let y=this._validEndIndex+1,b=this._values.length;y<b;y++){const _=this._values[y],u=y>0?this._prefixSum[y-1]:0;this._prefixSum[y]=u+_;for(let a=0;a<_;a++)this._indexBySum[u+a]=y}this._prefixSum.length=this._values.length,this._indexBySum.length=this._prefixSum[this._prefixSum.length-1],this._isValid=!0,this._validEndIndex=this._values.length-1}}setValue(y,b){this._values[y]!==b&&(this._values[y]=b,this._invalidate(y))}}class c{constructor(y,b){this.index=y,this.remainder=b,this._prefixSumIndexOfResultBrand=void 0,this.index=y,this.remainder=b}}},47596:(Xe,v,e)=>{"use strict";e.d(v,{l_:()=>w,ud:()=>C,IP:()=>c,wA:()=>D,$t:()=>y,Wx:()=>b,$l:()=>_,SQ:()=>u});var r=e(17416),p=e(50038);class w{constructor(o,s,i,d){this._viewportBrand=void 0,this.top=o|0,this.left=s|0,this.width=i|0,this.height=d|0}}class C{constructor(o,s){this.tabSize=o,this.data=s}}class c{constructor(o,s,i,d,f,m,g){this._viewLineDataBrand=void 0,this.content=o,this.continuesWithWrappedLine=s,this.minColumn=i,this.maxColumn=d,this.startVisibleColumn=f,this.tokens=m,this.inlineDecorations=g}}class D{constructor(o,s,i,d,f,m,g,L,T,I){this.minColumn=o,this.maxColumn=s,this.content=i,this.continuesWithWrappedLine=d,this.isBasicASCII=D.isBasicASCII(i,m),this.containsRTL=D.containsRTL(i,this.isBasicASCII,f),this.tokens=g,this.inlineDecorations=L,this.tabSize=T,this.startVisibleColumn=I}static isBasicASCII(o,s){return s?r.$i(o):!0}static containsRTL(o,s,i){return!s&&i?r.Ut(o):!1}}class y{constructor(o,s,i){this.range=o,this.inlineClassName=s,this.type=i}}class b{constructor(o,s,i,d){this.startOffset=o,this.endOffset=s,this.inlineClassName=i,this.inlineClassNameAffectsLetterSpacing=d}toInlineDecoration(o){return new y(new p.e(o,this.startOffset+1,o,this.endOffset+1),this.inlineClassName,this.inlineClassNameAffectsLetterSpacing?3:0)}}class _{constructor(o,s){this._viewModelDecorationBrand=void 0,this.range=o,this.options=s}}class u{constructor(o,s,i){this.color=o,this.zIndex=s,this.data=i}static cmp(o,s){return o.zIndex===s.zIndex?o.color<s.color?-1:o.color>s.color?1:0:o.zIndex-s.zIndex}}},82807:(Xe,v,e)=>{"use strict";e.d(v,{C:()=>c,F:()=>D});var r=e(8964),p=e(50038),w=e(47596),C=e(70054);class c{constructor(_,u,a,o,s){this.editorId=_,this.model=u,this.configuration=a,this._linesCollection=o,this._coordinatesConverter=s,this._decorationsCache=Object.create(null),this._cachedModelDecorationsResolver=null,this._cachedModelDecorationsResolverViewRange=null}_clearCachedModelDecorationsResolver(){this._cachedModelDecorationsResolver=null,this._cachedModelDecorationsResolverViewRange=null}dispose(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}reset(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}onModelDecorationsChanged(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}onLineMappingChanged(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}_getOrCreateViewModelDecoration(_){const u=_.id;let a=this._decorationsCache[u];if(!a){const o=_.range,s=_.options;let i;if(s.isWholeLine){const d=this._coordinatesConverter.convertModelPositionToViewPosition(new r.L(o.startLineNumber,1),0),f=this._coordinatesConverter.convertModelPositionToViewPosition(new r.L(o.endLineNumber,this.model.getLineMaxColumn(o.endLineNumber)),1);i=new p.e(d.lineNumber,d.column,f.lineNumber,f.column)}else i=this._coordinatesConverter.convertModelRangeToViewRange(o,1);a=new w.$l(i,s),this._decorationsCache[u]=a}return a}getDecorationsViewportData(_){let u=this._cachedModelDecorationsResolver!==null;return u=u&&_.equalsRange(this._cachedModelDecorationsResolverViewRange),u||(this._cachedModelDecorationsResolver=this._getDecorationsViewportData(_),this._cachedModelDecorationsResolverViewRange=_),this._cachedModelDecorationsResolver}_getDecorationsViewportData(_){const u=this._linesCollection.getDecorationsInRange(_,this.editorId,(0,C.$J)(this.configuration.options)),a=_.startLineNumber,o=_.endLineNumber;let s=[],i=0,d=[];for(let f=a;f<=o;f++)d[f-a]=[];for(let f=0,m=u.length;f<m;f++){let g=u[f],L=g.options;if(!D(this.model,g))continue;let T=this._getOrCreateViewModelDecoration(g),I=T.range;if(s[i++]=T,L.inlineClassName){let M=new w.$t(I,L.inlineClassName,L.inlineClassNameAffectsLetterSpacing?3:0),W=Math.max(a,I.startLineNumber),B=Math.min(o,I.endLineNumber);for(let G=W;G<=B;G++)d[G-a].push(M)}if(L.beforeContentClassName&&a<=I.startLineNumber&&I.startLineNumber<=o){let M=new w.$t(new p.e(I.startLineNumber,I.startColumn,I.startLineNumber,I.startColumn),L.beforeContentClassName,1);d[I.startLineNumber-a].push(M)}if(L.afterContentClassName&&a<=I.endLineNumber&&I.endLineNumber<=o){let M=new w.$t(new p.e(I.endLineNumber,I.endColumn,I.endLineNumber,I.endColumn),L.afterContentClassName,2);d[I.endLineNumber-a].push(M)}}return{decorations:s,inlineDecorations:d}}}function D(b,_){return!(_.options.hideInCommentTokens&&y(b,_.range,a=>a===1))}function y(b,_,u){for(let a=_.startLineNumber;a<=_.endLineNumber;a++){const o=b.getLineTokens(a),s=a===_.startLineNumber,i=a===_.endLineNumber;let d=s?o.findTokenIndexAtOffset(_.startColumn-1):0;for(;d<o.getCount()&&!(i&&o.getStartOffset(d)>_.endColumn-1);){if(!u(o.getStandardTokenType(d)))return!1;d++}}return!0}},27709:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{SelectionAnchorSet:()=>z});var r=e(68267),p=e(69008),w=e(94880),C=e(93379),c=e.n(C),D=e(7795),y=e.n(D),b=e(90569),_=e.n(b),u=e(3565),a=e.n(u),o=e(19216),s=e.n(o),i=e(44589),d=e.n(i),f=e(23551),m={};m.styleTagTransform=d(),m.setAttributes=a(),m.insert=_().bind(null,"head"),m.domAPI=y(),m.insertStyleElement=s();var g=c()(f.Z,m);const L=f.Z&&f.Z.locals?f.Z.locals:void 0;var T=e(55298),I=e(57841),M=e(21081),W=e(26386),B=e(70499),G=function(q,U,x,N){var A=arguments.length,j=A<3?U:N===null?N=Object.getOwnPropertyDescriptor(U,x):N,re;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(q,U,x,N);else for(var oe=q.length-1;oe>=0;oe--)(re=q[oe])&&(j=(A<3?re(j):A>3?re(U,x,j):re(U,x))||j);return A>3&&j&&Object.defineProperty(U,x,j),j},J=function(q,U){return function(x,N){U(x,N,q)}},ee=function(q,U,x,N){function A(j){return j instanceof x?j:new x(function(re){re(j)})}return new(x||(x=Promise))(function(j,re){function oe(Ie){try{pe(N.next(Ie))}catch(We){re(We)}}function me(Ie){try{pe(N.throw(Ie))}catch(We){re(We)}}function pe(Ie){Ie.done?j(Ie.value):A(Ie.value).then(oe,me)}pe((N=N.apply(q,U||[])).next())})};const z=new B.uy("selectionAnchorSet",!1);let Y=class od{constructor(U,x){this.editor=U,this.selectionAnchorSetContextKey=z.bindTo(x),this.modelChangeListener=U.onDidChangeModel(()=>this.selectionAnchorSetContextKey.reset())}static get(U){return U.getContribution(od.ID)}setSelectionAnchor(){if(this.editor.hasModel()){const U=this.editor.getPosition(),x=this.decorationId?[this.decorationId]:[],N=this.editor.deltaDecorations(x,[{range:I.Y.fromPositions(U,U),options:{description:"selection-anchor",stickiness:1,hoverMessage:new p.W5().appendText((0,W.N)("selectionAnchor","Selection Anchor")),className:"selection-anchor"}}]);this.decorationId=N[0],this.selectionAnchorSetContextKey.set(!!this.decorationId),(0,r.Z9)((0,W.N)("anchorSet","Anchor set at {0}:{1}",U.lineNumber,U.column))}}goToSelectionAnchor(){if(this.editor.hasModel()&&this.decorationId){const U=this.editor.getModel().getDecorationRange(this.decorationId);U&&this.editor.setPosition(U.getStartPosition())}}selectFromAnchorToCursor(){if(this.editor.hasModel()&&this.decorationId){const U=this.editor.getModel().getDecorationRange(this.decorationId);if(U){const x=this.editor.getPosition();this.editor.setSelection(I.Y.fromPositions(U.getStartPosition(),x)),this.cancelSelectionAnchor()}}}cancelSelectionAnchor(){this.decorationId&&(this.editor.deltaDecorations([this.decorationId],[]),this.decorationId=void 0,this.selectionAnchorSetContextKey.set(!1))}dispose(){this.cancelSelectionAnchor(),this.modelChangeListener.dispose()}};Y.ID="editor.contrib.selectionAnchorController",Y=G([J(1,B.i6)],Y);class ne extends T.R6{constructor(){super({id:"editor.action.setSelectionAnchor",label:(0,W.N)("setSelectionAnchor","Set Selection Anchor"),alias:"Set Selection Anchor",precondition:void 0,kbOpts:{kbExpr:M.u.editorTextFocus,primary:(0,w.gx)(2048|41,2048|32),weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).setSelectionAnchor()})}}class O extends T.R6{constructor(){super({id:"editor.action.goToSelectionAnchor",label:(0,W.N)("goToSelectionAnchor","Go to Selection Anchor"),alias:"Go to Selection Anchor",precondition:z})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).goToSelectionAnchor()})}}class k extends T.R6{constructor(){super({id:"editor.action.selectFromAnchorToCursor",label:(0,W.N)("selectFromAnchorToCursor","Select from Anchor to Cursor"),alias:"Select from Anchor to Cursor",precondition:z,kbOpts:{kbExpr:M.u.editorTextFocus,primary:(0,w.gx)(2048|41,2048|41),weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).selectFromAnchorToCursor()})}}class Q extends T.R6{constructor(){super({id:"editor.action.cancelSelectionAnchor",label:(0,W.N)("cancelSelectionAnchor","Cancel Selection Anchor"),alias:"Cancel Selection Anchor",precondition:z,kbOpts:{kbExpr:M.u.editorTextFocus,primary:9,weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).cancelSelectionAnchor()})}}(0,T._K)(Y.ID,Y),(0,T.Qr)(ne),(0,T.Qr)(O),(0,T.Qr)(k),(0,T.Qr)(Q)},64673:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{BracketMatchingController:()=>U});var r=e(86992),p=e(38431),w=e(93379),C=e.n(w),c=e(7795),D=e.n(c),y=e(90569),b=e.n(y),_=e(3565),u=e.n(_),a=e(19216),o=e.n(a),s=e(44589),i=e.n(s),d=e(59986),f={};f.styleTagTransform=i(),f.setAttributes=u(),f.insert=b().bind(null,"head"),f.domAPI=D(),f.insertStyleElement=o();var m=C()(d.Z,f);const g=d.Z&&d.Z.locals?d.Z.locals:void 0;var L=e(55298),T=e(8964),I=e(50038),M=e(57841),W=e(21081),B=e(41913),G=e(695),J=e(31248),ee=e(26386),z=e(21208),Y=e(92537),ne=e(58566);const O=(0,Y.P6G)("editorOverviewRuler.bracketMatchForeground",{dark:"#A0A0A0",light:"#A0A0A0",hc:"#A0A0A0"},ee.N("overviewRulerBracketMatchForeground","Overview ruler marker color for matching brackets."));class k extends L.R6{constructor(){super({id:"editor.action.jumpToBracket",label:ee.N("smartSelect.jumpBracket","Go to Bracket"),alias:"Go to Bracket",precondition:void 0,kbOpts:{kbExpr:W.u.editorTextFocus,primary:2048|1024|88,weight:100}})}run(N,A){let j=U.get(A);!j||j.jumpToBracket()}}class Q extends L.R6{constructor(){super({id:"editor.action.selectToBracket",label:ee.N("smartSelect.selectToBracket","Select to Bracket"),alias:"Select to Bracket",precondition:void 0,description:{description:"Select to Bracket",args:[{name:"args",schema:{type:"object",properties:{selectBrackets:{type:"boolean",default:!0}}}}]}})}run(N,A,j){const re=U.get(A);if(!re)return;let oe=!0;j&&j.selectBrackets===!1&&(oe=!1),re.selectToBracket(oe)}}class q{constructor(N,A,j){this.position=N,this.brackets=A,this.options=j}}class U extends p.JT{constructor(N){super();this._editor=N,this._lastBracketsData=[],this._lastVersionId=0,this._decorations=[],this._updateBracketsSoon=this._register(new r.pY(()=>this._updateBrackets(),50)),this._matchBrackets=this._editor.getOption(63),this._updateBracketsSoon.schedule(),this._register(N.onDidChangeCursorPosition(A=>{this._matchBrackets!=="never"&&this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModelContent(A=>{this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModel(A=>{this._lastBracketsData=[],this._decorations=[],this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModelLanguageConfiguration(A=>{this._lastBracketsData=[],this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeConfiguration(A=>{A.hasChanged(63)&&(this._matchBrackets=this._editor.getOption(63),this._decorations=this._editor.deltaDecorations(this._decorations,[]),this._lastBracketsData=[],this._lastVersionId=0,this._updateBracketsSoon.schedule())})),this._register(N.onDidBlurEditorWidget(()=>{this._updateBracketsSoon.schedule()})),this._register(N.onDidFocusEditorWidget(()=>{this._updateBracketsSoon.schedule()}))}static get(N){return N.getContribution(U.ID)}jumpToBracket(){if(!this._editor.hasModel())return;const N=this._editor.getModel(),A=this._editor.getSelections().map(j=>{const re=j.getStartPosition(),oe=N.bracketPairs.matchBracket(re);let me=null;if(oe)oe[0].containsPosition(re)?me=oe[1].getStartPosition():oe[1].containsPosition(re)&&(me=oe[0].getStartPosition());else{const pe=N.bracketPairs.findEnclosingBrackets(re);if(pe)me=pe[0].getStartPosition();else{const Ie=N.bracketPairs.findNextBracket(re);Ie&&Ie.range&&(me=Ie.range.getStartPosition())}}return me?new M.Y(me.lineNumber,me.column,me.lineNumber,me.column):new M.Y(re.lineNumber,re.column,re.lineNumber,re.column)});this._editor.setSelections(A),this._editor.revealRange(A[0])}selectToBracket(N){if(!this._editor.hasModel())return;const A=this._editor.getModel(),j=[];this._editor.getSelections().forEach(re=>{const oe=re.getStartPosition();let me=A.bracketPairs.matchBracket(oe);if(!me&&(me=A.bracketPairs.findEnclosingBrackets(oe),!me)){const We=A.bracketPairs.findNextBracket(oe);We&&We.range&&(me=A.bracketPairs.matchBracket(We.range.getStartPosition()))}let pe=null,Ie=null;if(me){me.sort(I.e.compareRangesUsingStarts);const[We,De]=me;if(pe=N?We.getStartPosition():We.getEndPosition(),Ie=N?De.getEndPosition():De.getStartPosition(),De.containsPosition(oe)){const fe=pe;pe=Ie,Ie=fe}}pe&&Ie&&j.push(new M.Y(pe.lineNumber,pe.column,Ie.lineNumber,Ie.column))}),j.length>0&&(this._editor.setSelections(j),this._editor.revealRange(j[0]))}_updateBrackets(){if(this._matchBrackets==="never")return;this._recomputeBrackets();let N=[],A=0;for(const j of this._lastBracketsData){let re=j.brackets;re&&(N[A++]={range:re[0],options:j.options},N[A++]={range:re[1],options:j.options})}this._decorations=this._editor.deltaDecorations(this._decorations,N)}_recomputeBrackets(){if(!this._editor.hasModel()||!this._editor.hasWidgetFocus()){this._lastBracketsData=[],this._lastVersionId=0;return}const N=this._editor.getSelections();if(N.length>100){this._lastBracketsData=[],this._lastVersionId=0;return}const A=this._editor.getModel(),j=A.getVersionId();let re=[];this._lastVersionId===j&&(re=this._lastBracketsData);let oe=[],me=0;for(let fe=0,Me=N.length;fe<Me;fe++){let _e=N[fe];_e.isEmpty()&&(oe[me++]=_e.getStartPosition())}oe.length>1&&oe.sort(T.L.compare);let pe=[],Ie=0,We=0,De=re.length;for(let fe=0,Me=oe.length;fe<Me;fe++){let _e=oe[fe];for(;We<De&&re[We].position.isBefore(_e);)We++;if(We<De&&re[We].position.equals(_e))pe[Ie++]=re[We];else{let je=A.bracketPairs.matchBracket(_e),be=U._DECORATION_OPTIONS_WITH_OVERVIEW_RULER;!je&&this._matchBrackets==="always"&&(je=A.bracketPairs.findEnclosingBrackets(_e,20),be=U._DECORATION_OPTIONS_WITHOUT_OVERVIEW_RULER),pe[Ie++]=new q(_e,je,be)}}this._lastBracketsData=pe,this._lastVersionId=j}}U.ID="editor.contrib.bracketMatchingController",U._DECORATION_OPTIONS_WITH_OVERVIEW_RULER=G.qx.register({description:"bracket-match-overview",stickiness:1,className:"bracket-match",overviewRuler:{color:(0,ne.EN)(O),position:B.sh.Center}}),U._DECORATION_OPTIONS_WITHOUT_OVERVIEW_RULER=G.qx.register({description:"bracket-match-no-overview",stickiness:1,className:"bracket-match"}),(0,L._K)(U.ID,U),(0,L.Qr)(Q),(0,L.Qr)(k),(0,ne.Ic)((x,N)=>{const A=x.getColor(J.TC);A&&N.addRule(`.monaco-editor .bracket-match { background-color: ${A}; }`);const j=x.getColor(J.Dl);j&&N.addRule(`.monaco-editor .bracket-match { border: 1px solid ${j}; }`)}),z.BH.appendMenuItem(z.eH.MenubarGoMenu,{group:"5_infile_nav",command:{id:"editor.action.jumpToBracket",title:ee.N({key:"miGoToBracket",comment:["&& denotes a mnemonic"]},"Go to &&Bracket")},order:2})},11366:(Xe,v,e)=>{"use strict";e.r(v);var r=e(55298),p=e(21081),w=e(50038),C=e(57841);class c{constructor(a,o){this._selection=a,this._isMovingLeft=o}getEditOperations(a,o){if(this._selection.startLineNumber!==this._selection.endLineNumber||this._selection.isEmpty())return;const s=this._selection.startLineNumber,i=this._selection.startColumn,d=this._selection.endColumn;if(!(this._isMovingLeft&&i===1)&&!(!this._isMovingLeft&&d===a.getLineMaxColumn(s)))if(this._isMovingLeft){const f=new w.e(s,i-1,s,i),m=a.getValueInRange(f);o.addEditOperation(f,null),o.addEditOperation(new w.e(s,d,s,d),m)}else{const f=new w.e(s,d,s,d+1),m=a.getValueInRange(f);o.addEditOperation(f,null),o.addEditOperation(new w.e(s,i,s,i),m)}}computeCursorState(a,o){return this._isMovingLeft?new C.Y(this._selection.startLineNumber,this._selection.startColumn-1,this._selection.endLineNumber,this._selection.endColumn-1):new C.Y(this._selection.startLineNumber,this._selection.startColumn+1,this._selection.endLineNumber,this._selection.endColumn+1)}}var D=e(26386);class y extends r.R6{constructor(a,o){super(o);this.left=a}run(a,o){if(!o.hasModel())return;let s=[],i=o.getSelections();for(const d of i)s.push(new c(d,this.left));o.pushUndoStop(),o.executeCommands(this.id,s),o.pushUndoStop()}}class b extends y{constructor(){super(!0,{id:"editor.action.moveCarretLeftAction",label:D.N("caret.moveLeft","Move Selected Text Left"),alias:"Move Selected Text Left",precondition:p.u.writable})}}class _ extends y{constructor(){super(!1,{id:"editor.action.moveCarretRightAction",label:D.N("caret.moveRight","Move Selected Text Right"),alias:"Move Selected Text Right",precondition:p.u.writable})}}(0,r.Qr)(b),(0,r.Qr)(_)},69930:(Xe,v,e)=>{"use strict";e.r(v);var r=e(55298),p=e(38050),w=e(93814),C=e(50038),c=e(21081),D=e(26386);class y extends r.R6{constructor(){super({id:"editor.action.transposeLetters",label:D.N("transposeLetters.label","Transpose Letters"),alias:"Transpose Letters",precondition:c.u.writable,kbOpts:{kbExpr:c.u.textInputFocus,primary:0,mac:{primary:256|50},weight:100}})}run(_,u){if(!u.hasModel())return;let a=u.getModel(),o=[],s=u.getSelections();for(let i of s){if(!i.isEmpty())continue;let d=i.startLineNumber,f=i.startColumn,m=a.getLineMaxColumn(d);if(d===1&&(f===1||f===2&&m===2))continue;let g=f===m?i.getPosition():w.o.rightPosition(a,i.getPosition().lineNumber,i.getPosition().column),L=w.o.leftPosition(a,g),T=w.o.leftPosition(a,L),I=a.getValueInRange(C.e.fromPositions(T,L)),M=a.getValueInRange(C.e.fromPositions(L,g)),W=C.e.fromPositions(T,g);o.push(new p.T4(W,M+I))}o.length>0&&(u.pushUndoStop(),u.executeCommands(this.id,o),u.pushUndoStop())}}(0,r.Qr)(y)},64466:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{CutAction:()=>f,CopyAction:()=>m,PasteAction:()=>g});var r=e(71488),p=e(11138),w=e(10521),C=e(55298),c=e(5603),D=e(21081),y=e(26386),b=e(21208),_=e(51941),u=function(I,M,W,B){function G(J){return J instanceof W?J:new W(function(ee){ee(J)})}return new(W||(W=Promise))(function(J,ee){function z(O){try{ne(B.next(O))}catch(k){ee(k)}}function Y(O){try{ne(B.throw(O))}catch(k){ee(k)}}function ne(O){O.done?J(O.value):G(O.value).then(z,Y)}ne((B=B.apply(I,M||[])).next())})};const a="9_cutcopypaste",o=p.tY||document.queryCommandSupported("cut"),s=p.tY||document.queryCommandSupported("copy"),i=typeof navigator.clipboard=="undefined"||r.isFirefox?document.queryCommandSupported("paste"):!0;function d(I){return I.register(),I}const f=o?d(new C.AJ({id:"editor.action.clipboardCutAction",precondition:void 0,kbOpts:p.tY?{primary:2048|54,win:{primary:2048|54,secondary:[1024|20]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miCut",comment:["&& denotes a mnemonic"]},"Cu&&t"),order:1},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.cutLabel","Cut"),when:D.u.writable,order:1},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.cutLabel","Cut"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.cutLabel","Cut"),when:D.u.writable,order:1}]})):void 0,m=s?d(new C.AJ({id:"editor.action.clipboardCopyAction",precondition:void 0,kbOpts:p.tY?{primary:2048|33,win:{primary:2048|33,secondary:[2048|19]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miCopy",comment:["&& denotes a mnemonic"]},"&&Copy"),order:2},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.copyLabel","Copy"),order:2},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.copyLabel","Copy"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.copyLabel","Copy"),order:2}]})):void 0;b.BH.appendMenuItem(b.eH.MenubarEditMenu,{submenu:b.eH.MenubarCopy,title:{value:y.N("copy as","Copy As"),original:"Copy As"},group:"2_ccp",order:3}),b.BH.appendMenuItem(b.eH.EditorContext,{submenu:b.eH.EditorContextCopy,title:{value:y.N("copy as","Copy As"),original:"Copy As"},group:a,order:3});const g=i?d(new C.AJ({id:"editor.action.clipboardPasteAction",precondition:void 0,kbOpts:p.tY?{primary:2048|52,win:{primary:2048|52,secondary:[1024|19]},linux:{primary:2048|52,secondary:[1024|19]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miPaste",comment:["&& denotes a mnemonic"]},"&&Paste"),order:4},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.pasteLabel","Paste"),when:D.u.writable,order:4},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.pasteLabel","Paste"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.pasteLabel","Paste"),when:D.u.writable,order:4}]})):void 0;class L extends C.R6{constructor(){super({id:"editor.action.clipboardCopyWithSyntaxHighlightingAction",label:y.N("actions.clipboard.copyWithSyntaxHighlightingLabel","Copy With Syntax Highlighting"),alias:"Copy With Syntax Highlighting",precondition:void 0,kbOpts:{kbExpr:D.u.textInputFocus,primary:0,weight:100}})}run(M,W){!W.hasModel()||!W.getOption(32)&&W.getSelection().isEmpty()||(w.RA.forceCopyWithSyntaxHighlighting=!0,W.focus(),document.execCommand("copy"),w.RA.forceCopyWithSyntaxHighlighting=!1)}}function T(I,M){!I||(I.addImplementation(1e4,"code-editor",(W,B)=>{const G=W.get(c.$).getFocusedCodeEditor();if(G&&G.hasTextFocus()){const J=G.getOption(32),ee=G.getSelection();return ee&&ee.isEmpty()&&!J||document.execCommand(M),!0}return!1}),I.addImplementation(0,"generic-dom",(W,B)=>(document.execCommand(M),!0)))}T(f,"cut"),T(m,"copy"),g&&(g.addImplementation(1e4,"code-editor",(I,M)=>{const W=I.get(c.$),B=I.get(_.p),G=W.getFocusedCodeEditor();return G&&G.hasTextFocus()?!document.execCommand("paste")&&p.$L?(()=>u(void 0,void 0,void 0,function*(){const ee=yield B.readText();if(ee!==""){const z=w.Nl.INSTANCE.get(ee);let Y=!1,ne=null,O=null;z&&(Y=G.getOption(32)&&!!z.isFromEmptySelection,ne=typeof z.multicursorText!="undefined"?z.multicursorText:null,O=z.mode),G.trigger("keyboard","paste",{text:ee,pasteOnNewLine:Y,multicursorText:ne,mode:O})}}))():!0:!1}),g.addImplementation(0,"generic-dom",(I,M)=>(document.execCommand("paste"),!0))),s&&(0,C.Qr)(L)},85393:(Xe,v,e)=>{"use strict";e.d(v,{RB:()=>d,Bb:()=>f,MN:()=>m,uH:()=>g,TM:()=>L,bA:()=>T,aI:()=>W});var r=e(16308),p=e(97464),w=e(20996),C=e(38431),c=e(28919),D=e(95834),y=e(50038),b=e(57841),_=e(88490),u=e(94657),a=e(80793),o=e(79969),s=e(47996),i=function(J,ee,z,Y){function ne(O){return O instanceof z?O:new z(function(k){k(O)})}return new(z||(z=Promise))(function(O,k){function Q(x){try{U(Y.next(x))}catch(N){k(N)}}function q(x){try{U(Y.throw(x))}catch(N){k(N)}}function U(x){x.done?O(x.value):ne(x.value).then(Q,q)}U((Y=Y.apply(J,ee||[])).next())})};const d="editor.action.codeAction",f="editor.action.refactor",m="editor.action.sourceAction",g="editor.action.organizeImports",L="editor.action.fixAll";class T{constructor(ee,z){this.action=ee,this.provider=z}resolve(ee){var z;return i(this,void 0,void 0,function*(){if(((z=this.provider)===null||z===void 0?void 0:z.resolveCodeAction)&&!this.action.edit){let Y;try{Y=yield this.provider.resolveCodeAction(this.action,ee)}catch(ne){(0,w.Cp)(ne)}Y&&(this.action.edit=Y.edit)}return this})}}class I extends C.JT{constructor(ee,z,Y){super();this.documentation=z,this._register(Y),this.allActions=[...ee].sort(I.codeActionsComparator),this.validActions=this.allActions.filter(({action:ne})=>!ne.disabled)}static codeActionsComparator({action:ee},{action:z}){return ee.isPreferred&&!z.isPreferred?-1:!ee.isPreferred&&z.isPreferred?1:(0,r.Of)(ee.diagnostics)?(0,r.Of)(z.diagnostics)?ee.diagnostics[0].message.localeCompare(z.diagnostics[0].message):-1:(0,r.Of)(z.diagnostics)?1:0}get hasAutoFix(){return this.validActions.some(({action:ee})=>!!ee.kind&&s.yN.QuickFix.contains(new s.yN(ee.kind))&&!!ee.isPreferred)}}const M={actions:[],documentation:void 0};function W(J,ee,z,Y,ne){var O;const k=z.filter||{},Q={only:(O=k.include)===null||O===void 0?void 0:O.value,trigger:z.type},q=new D.YQ(J,ne),U=B(J,k),x=new C.SL,N=U.map(j=>i(this,void 0,void 0,function*(){try{Y.report(j);const re=yield j.provideCodeActions(J,ee,Q,q.token);if(re&&x.add(re),q.token.isCancellationRequested)return M;const oe=((re==null?void 0:re.actions)||[]).filter(pe=>pe&&(0,s.Yl)(k,pe)),me=G(j,oe,k.include);return{actions:oe.map(pe=>new T(pe,j)),documentation:me}}catch(re){if((0,w.VV)(re))throw re;return(0,w.Cp)(re),M}})),A=_.H9.onDidChange(()=>{const j=_.H9.all(J);(0,r.fS)(j,U)||q.cancel()});return Promise.all(N).then(j=>{const re=(0,r.xH)(j.map(me=>me.actions)),oe=(0,r.kX)(j.map(me=>me.documentation));return new I(re,oe,x)}).finally(()=>{A.dispose(),q.dispose()})}function B(J,ee){return _.H9.all(J).filter(z=>z.providedCodeActionKinds?z.providedCodeActionKinds.some(Y=>(0,s.EU)(ee,new s.yN(Y))):!0)}function G(J,ee,z){if(!J.documentation)return;const Y=J.documentation.map(ne=>({kind:new s.yN(ne.kind),command:ne.command}));if(z){let ne;for(const O of Y)O.kind.contains(z)&&(ne?ne.kind.contains(O.kind)&&(ne=O):ne=O);if(ne)return ne==null?void 0:ne.command}for(const ne of ee)if(!!ne.kind){for(const O of Y)if(O.kind.contains(new s.yN(ne.kind)))return O.command}}a.P0.registerCommand("_executeCodeActionProvider",function(J,ee,z,Y,ne){return i(this,void 0,void 0,function*(){if(!(ee instanceof c.o))throw(0,w.b1)();const O=J.get(u.q).getModel(ee);if(!O)throw(0,w.b1)();const k=b.Y.isISelection(z)?b.Y.liftSelection(z):y.e.isIRange(z)?O.validateRange(z):void 0;if(!k)throw(0,w.b1)();const Q=typeof Y=="string"?new s.yN(Y):void 0,q=yield W(O,k,{type:1,filter:{includeSourceActions:!0,include:Q}},o.Ex.None,p.T.None),U=[],x=Math.min(q.validActions.length,typeof ne=="number"?ne:0);for(let N=0;N<x;N++)U.push(q.validActions[N].resolve(p.T.None));try{return yield Promise.all(U),q.validActions.map(N=>N.action)}finally{setTimeout(()=>q.dispose(),100)}})})},62214:(Xe,v,e)=>{"use strict";e.d(v,{S5:()=>Wi,dW:()=>ii,Hv:()=>Yi,o$:()=>Fi,E7:()=>Yt,pY:()=>Ge,Eb:()=>li,VQ:()=>Ii});var r=e(97464);class p{constructor(Jt){this.executor=Jt,this._didRun=!1}getValue(){if(!this._didRun)try{this._value=this.executor()}catch(Jt){this._error=Jt}finally{this._didRun=!0}if(this._error)throw this._error;return this._value}get rawValue(){return this._value}}var w=e(38431),C=e(17416),c=e(55298),D=e(53028),y=e(21081),b=e(85393),_=e(20996),u=e(13906),a=e(44333),o=e(34441),s=e(98299),i=e(8964),d=e(88490),f=e(47996),m=e(36953),g=e(55495),L=function(ui,Jt,ct,de){var rt=arguments.length,ze=rt<3?Jt:de===null?de=Object.getOwnPropertyDescriptor(Jt,ct):de,Ke;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")ze=Reflect.decorate(ui,Jt,ct,de);else for(var Ne=ui.length-1;Ne>=0;Ne--)(Ke=ui[Ne])&&(ze=(rt<3?Ke(ze):rt>3?Ke(Jt,ct,ze):Ke(Jt,ct))||ze);return rt>3&&ze&&Object.defineProperty(Jt,ct,ze),ze},T=function(ui,Jt){return function(ct,de){Jt(ct,de,ui)}},I=function(ui,Jt,ct,de){function rt(ze){return ze instanceof ct?ze:new ct(function(Ke){Ke(ze)})}return new(ct||(ct=Promise))(function(ze,Ke){function Ne(It){try{ht(de.next(It))}catch(Et){Ke(Et)}}function He(It){try{ht(de.throw(It))}catch(Et){Ke(Et)}}function ht(It){It.done?ze(It.value):rt(It.value).then(Ne,He)}ht((de=de.apply(ui,Jt||[])).next())})};class M extends s.aU{constructor(Jt,ct){super(Jt.command?Jt.command.id:Jt.title,W(Jt.title),void 0,!Jt.disabled,ct);this.action=Jt}}function W(ui){return ui.replace(/\r\n|\r|\n/g," ")}let B=class extends w.JT{constructor(Jt,ct,de,rt){super();this._editor=Jt,this._delegate=ct,this._contextMenuService=de,this._visible=!1,this._showingActions=this._register(new w.XK),this._keybindingResolver=new G({getKeybindings:()=>rt.getKeybindings()})}get isVisible(){return this._visible}show(Jt,ct,de,rt){return I(this,void 0,void 0,function*(){const ze=rt.includeDisabledActions?ct.allActions:ct.validActions;if(!ze.length){this._visible=!1;return}if(!this._editor.getDomNode())throw this._visible=!1,(0,_.F0)();this._visible=!0,this._showingActions.value=ct;const Ke=this.getMenuActions(Jt,ze,ct.documentation),Ne=i.L.isIPosition(de)?this._toCoords(de):de||{x:0,y:0},He=this._keybindingResolver.getResolver(),ht=this._editor.getOption(114);this._contextMenuService.showContextMenu({domForShadowRoot:ht?this._editor.getDomNode():void 0,getAnchor:()=>Ne,getActions:()=>Ke,onHide:()=>{this._visible=!1,this._editor.focus()},autoSelectFirstItem:!0,getKeyBinding:It=>It instanceof M?He(It.action):void 0})})}getMenuActions(Jt,ct,de){var rt,ze;const Ke=It=>new M(It.action,()=>this._delegate.onSelectCodeAction(It)),Ne=ct.map(Ke),He=[...de],ht=this._editor.getModel();if(ht&&Ne.length)for(const It of d.H9.all(ht))It._getAdditionalMenuItems&&He.push(...It._getAdditionalMenuItems({trigger:Jt.type,only:(ze=(rt=Jt.filter)===null||rt===void 0?void 0:rt.include)===null||ze===void 0?void 0:ze.value},ct.map(Et=>Et.action)));return He.length&&Ne.push(new s.Z0,...He.map(It=>Ke(new b.bA({title:It.title,command:It},void 0)))),Ne}_toCoords(Jt){if(!this._editor.hasModel())return{x:0,y:0};this._editor.revealPosition(Jt,1),this._editor.render();const ct=this._editor.getScrolledVisiblePosition(Jt),de=(0,o.i)(this._editor.getDomNode()),rt=de.left+ct.left,ze=de.top+ct.top+ct.height;return{x:rt,y:ze}}};B=L([T(2,m.i),T(3,g.d)],B);class G{constructor(Jt){this._keybindingProvider=Jt}getResolver(){const Jt=new p(()=>this._keybindingProvider.getKeybindings().filter(ct=>G.codeActionCommands.indexOf(ct.command)>=0).filter(ct=>ct.resolvedKeybinding).map(ct=>{let de=ct.commandArgs;return ct.command===b.uH?de={kind:f.yN.SourceOrganizeImports.value}:ct.command===b.TM&&(de={kind:f.yN.SourceFixAll.value}),Object.assign({resolvedKeybinding:ct.resolvedKeybinding},f.wZ.fromUser(de,{kind:f.yN.None,apply:"never"}))}));return ct=>{if(ct.kind){const de=this.bestKeybindingForCodeAction(ct,Jt.getValue());return de==null?void 0:de.resolvedKeybinding}}}bestKeybindingForCodeAction(Jt,ct){if(!Jt.kind)return;const de=new f.yN(Jt.kind);return ct.filter(rt=>rt.kind.contains(de)).filter(rt=>rt.preferred?Jt.isPreferred:!0).reduceRight((rt,ze)=>rt?rt.kind.contains(ze.kind)?ze:rt:ze,void 0)}}G.codeActionCommands=[b.Bb,b.RB,b.MN,b.uH,b.TM];var J=e(26249),ee=e(80265),z=e(407),Y=e(56709),ne=e(93379),O=e.n(ne),k=e(7795),Q=e.n(k),q=e(90569),U=e.n(q),x=e(3565),N=e.n(x),A=e(19216),j=e.n(A),re=e(44589),oe=e.n(re),me=e(99113),pe={};pe.styleTagTransform=oe(),pe.setAttributes=N(),pe.insert=U().bind(null,"head"),pe.domAPI=Q(),pe.insertStyleElement=j();var Ie=O()(me.Z,pe);const We=me.Z&&me.Z.locals?me.Z.locals:void 0;var De=e(695),fe=e(26386),Me=e(92537),_e=e(58566),je=function(ui,Jt,ct,de){var rt=arguments.length,ze=rt<3?Jt:de===null?de=Object.getOwnPropertyDescriptor(Jt,ct):de,Ke;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")ze=Reflect.decorate(ui,Jt,ct,de);else for(var Ne=ui.length-1;Ne>=0;Ne--)(Ke=ui[Ne])&&(ze=(rt<3?Ke(ze):rt>3?Ke(Jt,ct,ze):Ke(Jt,ct))||ze);return rt>3&&ze&&Object.defineProperty(Jt,ct,ze),ze},be=function(ui,Jt){return function(ct,de){Jt(ct,de,ui)}},ke;(function(ui){ui.Hidden={type:0};class Jt{constructor(de,rt,ze,Ke){this.actions=de,this.trigger=rt,this.editorPosition=ze,this.widgetPosition=Ke,this.type=1}}ui.Showing=Jt})(ke||(ke={}));let Le=class rd extends w.JT{constructor(Jt,ct,de,rt){super();this._editor=Jt,this._quickFixActionId=ct,this._preferredFixActionId=de,this._keybindingService=rt,this._onClick=this._register(new Y.Q5),this.onClick=this._onClick.event,this._state=ke.Hidden,this._domNode=document.createElement("div"),this._domNode.className=z.lA.lightBulb.classNames,this._editor.addContentWidget(this),this._register(this._editor.onDidChangeModelContent(ze=>{const Ke=this._editor.getModel();(this.state.type!==1||!Ke||this.state.editorPosition.lineNumber>=Ke.getLineCount())&&this.hide()})),ee.o.ignoreTarget(this._domNode),this._register(o.Gw(this._domNode,ze=>{if(this.state.type!==1)return;this._editor.focus(),ze.preventDefault();const{top:Ke,height:Ne}=o.i(this._domNode),He=this._editor.getOption(58);let ht=Math.floor(He/3);this.state.widgetPosition.position!==null&&this.state.widgetPosition.position.lineNumber<this.state.editorPosition.lineNumber&&(ht+=He),this._onClick.fire({x:ze.posx,y:Ke+Ne+ht,actions:this.state.actions,trigger:this.state.trigger})})),this._register(o.nm(this._domNode,"mouseenter",ze=>{if((ze.buttons&1)!==1)return;this.hide();const Ke=new J.Z;Ke.startMonitoring(ze.target,ze.buttons,J.e,()=>{},()=>{Ke.dispose()})})),this._register(this._editor.onDidChangeConfiguration(ze=>{ze.hasChanged(56)&&!this._editor.getOption(56).enabled&&this.hide()})),this._updateLightBulbTitleAndIcon(),this._register(this._keybindingService.onDidUpdateKeybindings(this._updateLightBulbTitleAndIcon,this))}dispose(){super.dispose(),this._editor.removeContentWidget(this)}getId(){return"LightBulbWidget"}getDomNode(){return this._domNode}getPosition(){return this._state.type===1?this._state.widgetPosition:null}update(Jt,ct,de){if(Jt.validActions.length<=0)return this.hide();const rt=this._editor.getOptions();if(!rt.get(56).enabled)return this.hide();const ze=this._editor.getModel();if(!ze)return this.hide();const{lineNumber:Ke,column:Ne}=ze.validatePosition(de),He=ze.getOptions().tabSize,ht=rt.get(43),It=ze.getLineContent(Ke),Et=De.yO.computeIndentLevel(It,He),Fe=ht.spaceWidth*Et>22,at=ft=>ft>2&&this._editor.getTopForLineNumber(ft)===this._editor.getTopForLineNumber(ft-1);let Lt=Ke;if(!Fe){if(Ke>1&&!at(Ke-1))Lt-=1;else if(!at(Ke+1))Lt+=1;else if(Ne*ht.spaceWidth<22)return this.hide()}this.state=new ke.Showing(Jt,ct,de,{position:{lineNumber:Lt,column:1},preference:rd._posPref}),this._editor.layoutContentWidget(this)}hide(){this.state=ke.Hidden,this._editor.layoutContentWidget(this)}get state(){return this._state}set state(Jt){this._state=Jt,this._updateLightBulbTitleAndIcon()}_updateLightBulbTitleAndIcon(){if(this.state.type===1&&this.state.actions.hasAutoFix){this._domNode.classList.remove(...z.lA.lightBulb.classNamesArray),this._domNode.classList.add(...z.lA.lightbulbAutofix.classNamesArray);const ct=this._keybindingService.lookupKeybinding(this._preferredFixActionId);if(ct){this.title=fe.N("preferredcodeActionWithKb","Show Code Actions. Preferred Quick Fix Available ({0})",ct.getLabel());return}}this._domNode.classList.remove(...z.lA.lightbulbAutofix.classNamesArray),this._domNode.classList.add(...z.lA.lightBulb.classNamesArray);const Jt=this._keybindingService.lookupKeybinding(this._quickFixActionId);Jt?this.title=fe.N("codeActionWithKb","Show Code Actions ({0})",Jt.getLabel()):this.title=fe.N("codeAction","Show Code Actions")}set title(Jt){this._domNode.title=Jt}};Le._posPref=[0],Le=je([be(3,g.d)],Le),(0,_e.Ic)((ui,Jt)=>{var ct;const de=(ct=ui.getColor(Me.cvW))===null||ct===void 0?void 0:ct.transparent(.7),rt=ui.getColor(Me.Fu1);rt&&Jt.addRule(`
|
|
587
|
+
`}_shouldRestoreUndoStack(){const j=this._configurationService.getValue("files.restoreUndoStack");return typeof j=="boolean"?j:!0}getCreationOptions(j,re,oe){let me=this._modelCreationOptionsByLanguageAndResource[j+re];if(!me){const pe=this._configurationService.getValue("editor",{overrideIdentifier:j,resource:re}),Ie=this._getEOL(re,j);me=zr._readModelOptions({editor:pe,eol:Ie},oe),this._modelCreationOptionsByLanguageAndResource[j+re]=me}return me}_updateModelOptions(){const j=this._modelCreationOptionsByLanguageAndResource;this._modelCreationOptionsByLanguageAndResource=Object.create(null);const re=Object.keys(this._models);for(let oe=0,me=re.length;oe<me;oe++){const pe=re[oe],Ie=this._models[pe],We=Ie.model.getLanguageId(),De=Ie.model.uri,fe=j[We+De],Me=this.getCreationOptions(We,De,Ie.model.isForSimpleWidget);zr._setModelOptionsForModel(Ie.model,Me,fe)}}static _setModelOptionsForModel(j,re,oe){oe&&oe.defaultEOL!==re.defaultEOL&&j.getLineCount()===1&&j.setEOL(re.defaultEOL===1?0:1),!(oe&&oe.detectIndentation===re.detectIndentation&&oe.insertSpaces===re.insertSpaces&&oe.tabSize===re.tabSize&&oe.indentSize===re.indentSize&&oe.trimAutoWhitespace===re.trimAutoWhitespace&&(0,M.fS)(oe.bracketPairColorizationOptions,re.bracketPairColorizationOptions))&&(re.detectIndentation?(j.detectIndentation(re.insertSpaces,re.tabSize),j.updateOptions({trimAutoWhitespace:re.trimAutoWhitespace,bracketColorizationOptions:re.bracketPairColorizationOptions})):j.updateOptions({insertSpaces:re.insertSpaces,tabSize:re.tabSize,indentSize:re.indentSize,trimAutoWhitespace:re.trimAutoWhitespace,bracketColorizationOptions:re.bracketPairColorizationOptions}))}_insertDisposedModel(j){this._disposedModels.set(J(j.uri),j),this._disposedModelsHeapSize+=j.heapSize}_removeDisposedModel(j){const re=this._disposedModels.get(J(j));return re&&(this._disposedModelsHeapSize-=re.heapSize),this._disposedModels.delete(J(j)),re}_ensureDisposedModelsHeapSize(j){if(this._disposedModelsHeapSize>j){const re=[];for(this._disposedModels.forEach(oe=>{oe.sharesUndoRedoStack||re.push(oe)}),re.sort((oe,me)=>oe.time-me.time);re.length>0&&this._disposedModelsHeapSize>j;){const oe=re.shift();this._removeDisposedModel(oe.uri),oe.initialUndoRedoSnapshot!==null&&this._undoRedoService.restoreSnapshot(oe.initialUndoRedoSnapshot)}}}_createModelData(j,re,oe,me){const pe=this.getCreationOptions(re,oe,me),Ie=new D.yO(j,pe,re,oe,this._undoRedoService,this._modeService,this._languageConfigurationService);if(oe&&this._disposedModels.has(J(oe))){const fe=this._removeDisposedModel(oe),Me=this._undoRedoService.getElements(oe),_e=ee(Ie)===fe.sha1;if(_e||fe.sharesUndoRedoStack){for(const je of Me.past)(0,g.e9)(je)&&je.matchesResource(oe)&&je.setModel(Ie);for(const je of Me.future)(0,g.e9)(je)&&je.matchesResource(oe)&&je.setModel(Ie);this._undoRedoService.setElementsValidFlag(oe,!0,je=>(0,g.e9)(je)&&je.matchesResource(oe)),_e&&(Ie._overwriteVersionId(fe.versionId),Ie._overwriteAlternativeVersionId(fe.alternativeVersionId),Ie._overwriteInitialUndoRedoSnapshot(fe.initialUndoRedoSnapshot))}else fe.initialUndoRedoSnapshot!==null&&this._undoRedoService.restoreSnapshot(fe.initialUndoRedoSnapshot)}const We=J(Ie.uri);if(this._models[We])throw new Error("ModelService: Cannot add model because it already exists!");const De=new z(Ie,fe=>this._onWillDispose(fe),(fe,Me)=>this._onDidChangeLanguage(fe,Me));return this._models[We]=De,De}createModel(j,re,oe,me=!1){let pe;return re?(pe=this._createModelData(j,re.languageId,oe,me),this.setMode(pe.model,re)):pe=this._createModelData(j,b.XT,oe,me),this._onModelAdded.fire(pe.model),pe.model}setMode(j,re){if(!re)return;const oe=this._models[J(j.uri)];!oe||oe.setLanguage(re)}getModels(){const j=[],re=Object.keys(this._models);for(let oe=0,me=re.length;oe<me;oe++){const pe=re[oe];j.push(this._models[pe].model)}return j}getModel(j){const re=J(j),oe=this._models[re];return oe?oe.model:null}getSemanticTokensProviderStyling(j){return this._semanticStyling.get(j)}_schemaShouldMaintainUndoRedoElements(j){return j.scheme===L.lg.file||j.scheme===L.lg.vscodeRemote||j.scheme===L.lg.userData||j.scheme===L.lg.vscodeNotebookCell||j.scheme==="fake-fs"}_onWillDispose(j){const re=J(j.uri),oe=this._models[re],me=this._undoRedoService.getUriComparisonKey(j.uri)!==j.uri.toString();let pe=!1,Ie=0;if(me||this._shouldRestoreUndoStack()&&this._schemaShouldMaintainUndoRedoElements(j.uri)){const De=this._undoRedoService.getElements(j.uri);if(De.past.length>0||De.future.length>0){for(const fe of De.past)(0,g.e9)(fe)&&fe.matchesResource(j.uri)&&(pe=!0,Ie+=fe.heapSize(j.uri),fe.setModel(j.uri));for(const fe of De.future)(0,g.e9)(fe)&&fe.matchesResource(j.uri)&&(pe=!0,Ie+=fe.heapSize(j.uri),fe.setModel(j.uri))}}const We=zr.MAX_MEMORY_FOR_CLOSED_FILES_UNDO_STACK;if(pe)if(!me&&Ie>We){const De=oe.model.getInitialUndoRedoSnapshot();De!==null&&this._undoRedoService.restoreSnapshot(De)}else this._ensureDisposedModelsHeapSize(We-Ie),this._undoRedoService.setElementsValidFlag(j.uri,!1,De=>(0,g.e9)(De)&&De.matchesResource(j.uri)),this._insertDisposedModel(new ne(j.uri,oe.model.getInitialUndoRedoSnapshot(),Date.now(),me,Ie,ee(j),j.getVersionId(),j.getAlternativeVersionId()));else if(!me){const De=oe.model.getInitialUndoRedoSnapshot();De!==null&&this._undoRedoService.restoreSnapshot(De)}delete this._models[re],oe.dispose(),delete this._modelCreationOptionsByLanguageAndResource[j.getLanguageId()+j.uri],this._onModelRemoved.fire(j)}_onDidChangeLanguage(j,re){const oe=re.oldLanguage,me=j.getLanguageId(),pe=this.getCreationOptions(oe,j.uri,j.isForSimpleWidget),Ie=this.getCreationOptions(me,j.uri,j.isForSimpleWidget);zr._setModelOptionsForModel(j,Ie,pe),this._onModelModeChanged.fire({model:j,oldModeId:oe})}};O.MAX_MEMORY_FOR_CLOSED_FILES_UNDO_STACK=20*1024*1024,O=B([G(0,a.Ui),G(1,u.y),G(2,i.XE),G(3,d.VZ),G(4,f.tJ),G(5,_.h),G(6,W.c_)],O);const k="editor.semanticHighlighting";function Q(A,j,re){var oe;const me=(oe=re.getValue(k,{overrideIdentifier:A.getLanguageId(),resource:A.uri}))===null||oe===void 0?void 0:oe.enabled;return typeof me=="boolean"?me:j.getColorTheme().semanticHighlighting}class q extends p.JT{constructor(j,re,oe,me){super();this._watchers=Object.create(null),this._semanticStyling=me;const pe=De=>{this._watchers[De.uri.toString()]=new N(De,re,this._semanticStyling)},Ie=(De,fe)=>{fe.dispose(),delete this._watchers[De.uri.toString()]},We=()=>{for(let De of j.getModels()){const fe=this._watchers[De.uri.toString()];Q(De,re,oe)?fe||pe(De):fe&&Ie(De,fe)}};this._register(j.onModelAdded(De=>{Q(De,re,oe)&&pe(De)})),this._register(j.onModelRemoved(De=>{const fe=this._watchers[De.uri.toString()];fe&&Ie(De,fe)})),this._register(oe.onDidChangeConfiguration(De=>{De.affectsConfiguration(k)&&We()})),this._register(re.onDidColorThemeChange(We))}}class U extends p.JT{constructor(j,re,oe){super();this._themeService=j,this._modeService=re,this._logService=oe,this._caches=new WeakMap,this._register(this._themeService.onDidColorThemeChange(()=>{this._caches=new WeakMap}))}get(j){return this._caches.has(j)||this._caches.set(j,new T.$(j.getLegend(),this._themeService,this._modeService,this._logService)),this._caches.get(j)}}class x{constructor(j,re,oe){this.provider=j,this.resultId=re,this.data=oe}dispose(){this.provider.releaseDocumentSemanticTokens(this.resultId)}}class N extends p.JT{constructor(j,re,oe){super();this._isDisposed=!1,this._model=j,this._semanticStyling=oe,this._fetchDocumentSemanticTokens=this._register(new o.pY(()=>this._fetchDocumentSemanticTokensNow(),N.FETCH_DOCUMENT_SEMANTIC_TOKENS_DELAY)),this._currentDocumentResponse=null,this._currentDocumentRequestCancellationTokenSource=null,this._documentProvidersChangeListeners=[],this._register(this._model.onDidChangeContent(()=>{this._fetchDocumentSemanticTokens.isScheduled()||this._fetchDocumentSemanticTokens.schedule()})),this._register(this._model.onDidChangeLanguage(()=>{this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._currentDocumentRequestCancellationTokenSource&&(this._currentDocumentRequestCancellationTokenSource.cancel(),this._currentDocumentRequestCancellationTokenSource=null),this._setDocumentSemanticTokens(null,null,null,[]),this._fetchDocumentSemanticTokens.schedule(0)}));const me=()=>{(0,p.B9)(this._documentProvidersChangeListeners),this._documentProvidersChangeListeners=[];for(const pe of y.wT.all(j))typeof pe.onDidChange=="function"&&this._documentProvidersChangeListeners.push(pe.onDidChange(()=>this._fetchDocumentSemanticTokens.schedule(0)))};me(),this._register(y.wT.onDidChange(()=>{me(),this._fetchDocumentSemanticTokens.schedule()})),this._register(re.onDidColorThemeChange(pe=>{this._setDocumentSemanticTokens(null,null,null,[]),this._fetchDocumentSemanticTokens.schedule()})),this._fetchDocumentSemanticTokens.schedule(0)}dispose(){this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._currentDocumentRequestCancellationTokenSource&&(this._currentDocumentRequestCancellationTokenSource.cancel(),this._currentDocumentRequestCancellationTokenSource=null),this._setDocumentSemanticTokens(null,null,null,[]),this._isDisposed=!0,super.dispose()}_fetchDocumentSemanticTokensNow(){if(this._currentDocumentRequestCancellationTokenSource)return;if(!(0,I.Jc)(this._model)){this._currentDocumentResponse&&this._model.setSemanticTokens(null,!1);return}const j=new s.A,re=this._currentDocumentResponse?this._currentDocumentResponse.provider:null,oe=this._currentDocumentResponse&&this._currentDocumentResponse.resultId||null,me=(0,I.ML)(this._model,re,oe,j.token);this._currentDocumentRequestCancellationTokenSource=j;const pe=[],Ie=this._model.onDidChangeContent(We=>{pe.push(We)});me.then(We=>{if(this._currentDocumentRequestCancellationTokenSource=null,Ie.dispose(),!We)this._setDocumentSemanticTokens(null,null,null,pe);else{const{provider:De,tokens:fe}=We,Me=this._semanticStyling.get(De);this._setDocumentSemanticTokens(De,fe||null,Me,pe)}},We=>{We&&(C.VV(We)||typeof We.message=="string"&&We.message.indexOf("busy")!==-1)||C.dL(We),this._currentDocumentRequestCancellationTokenSource=null,Ie.dispose(),pe.length>0&&(this._fetchDocumentSemanticTokens.isScheduled()||this._fetchDocumentSemanticTokens.schedule())})}static _copy(j,re,oe,me,pe){for(let Ie=0;Ie<pe;Ie++)oe[me+Ie]=j[re+Ie]}_setDocumentSemanticTokens(j,re,oe,me){const pe=this._currentDocumentResponse,Ie=()=>{me.length>0&&!this._fetchDocumentSemanticTokens.isScheduled()&&this._fetchDocumentSemanticTokens.schedule()};if(this._currentDocumentResponse&&(this._currentDocumentResponse.dispose(),this._currentDocumentResponse=null),this._isDisposed){j&&re&&j.releaseDocumentSemanticTokens(re.resultId);return}if(!j||!oe){this._model.setSemanticTokens(null,!1);return}if(!re){this._model.setSemanticTokens(null,!0),Ie();return}if((0,I.Vj)(re)){if(!pe){this._model.setSemanticTokens(null,!0);return}if(re.edits.length===0)re={resultId:re.resultId,data:pe.data};else{let We=0;for(const je of re.edits)We+=(je.data?je.data.length:0)-je.deleteCount;const De=pe.data,fe=new Uint32Array(De.length+We);let Me=De.length,_e=fe.length;for(let je=re.edits.length-1;je>=0;je--){const be=re.edits[je],ke=Me-(be.start+be.deleteCount);ke>0&&(N._copy(De,Me-ke,fe,_e-ke,ke),_e-=ke),be.data&&(N._copy(be.data,0,fe,_e-be.data.length,be.data.length),_e-=be.data.length),Me=be.start}Me>0&&N._copy(De,0,fe,0,Me),re={resultId:re.resultId,data:fe}}}if((0,I.Vl)(re)){this._currentDocumentResponse=new x(j,re.resultId,re.data);const We=(0,T.h)(re,oe,this._model.getLanguageId());if(me.length>0)for(const De of me)for(const fe of We)for(const Me of De.changes)fe.applyEdit(Me.range,Me.text);this._model.setSemanticTokens(We,!0)}else this._model.setSemanticTokens(null,!0);Ie()}}N.FETCH_DOCUMENT_SEMANTIC_TOKENS_DELAY=300},91223:(Xe,v,e)=>{"use strict";e.d(v,{S:()=>p});var r=e(44333);const p=(0,r.yh)("textModelService")},79257:(Xe,v,e)=>{"use strict";e.d(v,{$:()=>b,h:()=>_});var r=e(88490),p=e(58566),w=e(59271),C=e(66686),c=e(84052),D=function(o,s,i,d){var f=arguments.length,m=f<3?s:d===null?d=Object.getOwnPropertyDescriptor(s,i):d,g;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")m=Reflect.decorate(o,s,i,d);else for(var L=o.length-1;L>=0;L--)(g=o[L])&&(m=(f<3?g(m):f>3?g(s,i,m):g(s,i))||m);return f>3&&m&&Object.defineProperty(s,i,m),m},y=function(o,s){return function(i,d){s(i,d,o)}};let b=class{constructor(s,i,d,f){this._legend=s,this._themeService=i,this._modeService=d,this._logService=f,this._hashTable=new a,this._hasWarnedOverlappingTokens=!1}getMetadata(s,i,d){const f=this._modeService.languageIdCodec.encodeLanguageId(d),m=this._hashTable.get(s,i,f);let g;if(m)g=m.metadata,this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling [CACHED] ${s} / ${i}: foreground ${r.NX.getForeground(g)}, fontStyle ${r.NX.getFontStyle(g).toString(2)}`);else{let L=this._legend.tokenTypes[s];const T=[];if(L){let I=i;for(let W=0;I>0&&W<this._legend.tokenModifiers.length;W++)I&1&&T.push(this._legend.tokenModifiers[W]),I=I>>1;I>0&&this._logService.getLevel()===w.in.Trace&&(this._logService.trace(`SemanticTokensProviderStyling: unknown token modifier index: ${i.toString(2)} for legend: ${JSON.stringify(this._legend.tokenModifiers)}`),T.push("not-in-legend"));const M=this._themeService.getColorTheme().getTokenStyleMetadata(L,T,d);typeof M=="undefined"?g=2147483647:(g=0,typeof M.italic!="undefined"&&(g|=(M.italic?1:0)<<11|1),typeof M.bold!="undefined"&&(g|=(M.bold?2:0)<<11|2),typeof M.underline!="undefined"&&(g|=(M.underline?4:0)<<11|4),M.foreground&&(g|=M.foreground<<14|8),g===0&&(g=2147483647))}else this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling: unknown token type index: ${s} for legend: ${JSON.stringify(this._legend.tokenTypes)}`),g=2147483647,L="not-in-legend";this._hashTable.add(s,i,f,g),this._logService.getLevel()===w.in.Trace&&this._logService.trace(`SemanticTokensProviderStyling ${s} (${L}) / ${i} (${T.join(" ")}): foreground ${r.NX.getForeground(g)}, fontStyle ${r.NX.getFontStyle(g).toString(2)}`)}return g}warnOverlappingSemanticTokens(s,i){this._hasWarnedOverlappingTokens||(this._hasWarnedOverlappingTokens=!0,console.warn(`Overlapping semantic tokens detected at lineNumber ${s}, column ${i}`))}};b=D([y(1,p.XE),y(2,c.h),y(3,w.VZ)],b);function _(o,s,i){const d=o.data,f=o.data.length/5|0,m=Math.max(Math.ceil(f/1024),400),g=[];let L=0,T=1,I=0;for(;L<f;){const M=L;let W=Math.min(M+m,f);if(W<f){let O=W;for(;O-1>M&&d[5*O]===0;)O--;if(O-1===M){let k=W;for(;k+1<f&&d[5*k]===0;)k++;W=k}else W=O}let B=new Uint32Array((W-M)*4),G=0,J=0,ee=0,z=0,Y=0;for(;L<W;){const O=5*L,k=d[O],Q=d[O+1],q=T+k|0,U=k===0?I+Q|0:Q,x=d[O+2],N=d[O+3],A=d[O+4],j=s.getMetadata(N,A,i);j!==2147483647&&(J===0&&(J=q),ee===q&&Y>U&&(s.warnOverlappingSemanticTokens(q,U+1),z<U?B[G-4+2]=U:G-=4),B[G]=q-J,B[G+1]=U,B[G+2]=U+x,B[G+3]=j,G+=4,ee=q,z=U,Y=U+x),T=q,I=U,L++}G!==B.length&&(B=B.subarray(0,G));const ne=new C.Wz(J,new C.OU(B));g.push(ne)}return g}class u{constructor(s,i,d,f){this.tokenTypeIndex=s,this.tokenModifierSet=i,this.languageId=d,this.metadata=f,this.next=null}}class a{constructor(){this._elementsCount=0,this._currentLengthIndex=0,this._currentLength=a._SIZES[this._currentLengthIndex],this._growCount=Math.round(this._currentLengthIndex+1<a._SIZES.length?2/3*this._currentLength:0),this._elements=[],a._nullOutEntries(this._elements,this._currentLength)}static _nullOutEntries(s,i){for(let d=0;d<i;d++)s[d]=null}_hash2(s,i){return(s<<5)-s+i|0}_hashFunc(s,i,d){return this._hash2(this._hash2(s,i),d)%this._currentLength}get(s,i,d){const f=this._hashFunc(s,i,d);let m=this._elements[f];for(;m;){if(m.tokenTypeIndex===s&&m.tokenModifierSet===i&&m.languageId===d)return m;m=m.next}return null}add(s,i,d,f){if(this._elementsCount++,this._growCount!==0&&this._elementsCount>=this._growCount){const m=this._elements;this._currentLengthIndex++,this._currentLength=a._SIZES[this._currentLengthIndex],this._growCount=Math.round(this._currentLengthIndex+1<a._SIZES.length?2/3*this._currentLength:0),this._elements=[],a._nullOutEntries(this._elements,this._currentLength);for(const g of m){let L=g;for(;L;){const T=L.next;L.next=null,this._add(L),L=T}}}this._add(new u(s,i,d,f))}_add(s){const i=this._hashFunc(s.tokenTypeIndex,s.tokenModifierSet,s.languageId);s.next=this._elements[i],this._elements[i]=s}}a._SIZES=[3,7,13,31,61,127,251,509,1021,2039,4093,8191,16381,32749,65521,131071,262139,524287,1048573,2097143]},45062:(Xe,v,e)=>{"use strict";e.d(v,{V:()=>p,y:()=>w});var r=e(44333);const p=(0,r.yh)("textResourceConfigurationService"),w=(0,r.yh)("textResourcePropertiesService")},83485:(Xe,v,e)=>{"use strict";e.d(v,{Oe:()=>p,ug:()=>w,qq:()=>C,ld:()=>c,UX:()=>D,aq:()=>y,B8:()=>b,xi:()=>_,UL:()=>u});var r=e(26386),p;(function(a){a.noSelection=r.N("noSelection","No selection"),a.singleSelectionRange=r.N("singleSelectionRange","Line {0}, Column {1} ({2} selected)"),a.singleSelection=r.N("singleSelection","Line {0}, Column {1}"),a.multiSelectionRange=r.N("multiSelectionRange","{0} selections ({1} characters selected)"),a.multiSelection=r.N("multiSelection","{0} selections"),a.emergencyConfOn=r.N("emergencyConfOn","Now changing the setting `accessibilitySupport` to 'on'."),a.openingDocs=r.N("openingDocs","Now opening the Editor Accessibility documentation page."),a.readonlyDiffEditor=r.N("readonlyDiffEditor"," in a read-only pane of a diff editor."),a.editableDiffEditor=r.N("editableDiffEditor"," in a pane of a diff editor."),a.readonlyEditor=r.N("readonlyEditor"," in a read-only code editor"),a.editableEditor=r.N("editableEditor"," in a code editor"),a.changeConfigToOnMac=r.N("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now."),a.changeConfigToOnWinLinux=r.N("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now."),a.auto_on=r.N("auto_on","The editor is configured to be optimized for usage with a Screen Reader."),a.auto_off=r.N("auto_off","The editor is configured to never be optimized for usage with a Screen Reader, which is not the case at this time."),a.tabFocusModeOnMsg=r.N("tabFocusModeOnMsg","Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior by pressing {0}."),a.tabFocusModeOnMsgNoKb=r.N("tabFocusModeOnMsgNoKb","Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding."),a.tabFocusModeOffMsg=r.N("tabFocusModeOffMsg","Pressing Tab in the current editor will insert the tab character. Toggle this behavior by pressing {0}."),a.tabFocusModeOffMsgNoKb=r.N("tabFocusModeOffMsgNoKb","Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding."),a.openDocMac=r.N("openDocMac","Press Command+H now to open a browser window with more information related to editor accessibility."),a.openDocWinLinux=r.N("openDocWinLinux","Press Control+H now to open a browser window with more information related to editor accessibility."),a.outroMsg=r.N("outroMsg","You can dismiss this tooltip and return to the editor by pressing Escape or Shift+Escape."),a.showAccessibilityHelpAction=r.N("showAccessibilityHelpAction","Show Accessibility Help")})(p||(p={}));var w;(function(a){a.inspectTokensAction=r.N("inspectTokens","Developer: Inspect Tokens")})(w||(w={}));var C;(function(a){a.gotoLineActionLabel=r.N("gotoLineActionLabel","Go to Line/Column...")})(C||(C={}));var c;(function(a){a.helpQuickAccessActionLabel=r.N("helpQuickAccess","Show all Quick Access Providers")})(c||(c={}));var D;(function(a){a.quickCommandActionLabel=r.N("quickCommandActionLabel","Command Palette"),a.quickCommandHelp=r.N("quickCommandActionHelp","Show And Run Commands")})(D||(D={}));var y;(function(a){a.quickOutlineActionLabel=r.N("quickOutlineActionLabel","Go to Symbol..."),a.quickOutlineByCategoryActionLabel=r.N("quickOutlineByCategoryActionLabel","Go to Symbol by Category...")})(y||(y={}));var b;(function(a){a.editorViewAccessibleLabel=r.N("editorViewAccessibleLabel","Editor content"),a.accessibilityHelpMessage=r.N("accessibilityHelpMessage","Press Alt+F1 for Accessibility Options.")})(b||(b={}));var _;(function(a){a.toggleHighContrast=r.N("toggleHighContrast","Toggle High Contrast Theme")})(_||(_={}));var u;(function(a){a.bulkEditServiceSummary=r.N("bulkEditServiceSummary","Made {0} edits in {1} files")})(u||(u={}))},69756:(Xe,v,e)=>{"use strict";e.d(v,{Kp:()=>p,k:()=>c});var r=e(17416);class p{constructor(y,b,_,u){this.startColumn=y,this.endColumn=b,this.className=_,this.type=u,this._lineDecorationBrand=void 0}static _equals(y,b){return y.startColumn===b.startColumn&&y.endColumn===b.endColumn&&y.className===b.className&&y.type===b.type}static equalsArr(y,b){const _=y.length,u=b.length;if(_!==u)return!1;for(let a=0;a<_;a++)if(!p._equals(y[a],b[a]))return!1;return!0}static extractWrapped(y,b,_){if(y.length===0)return y;const u=b+1,a=_+1,o=_-b,s=[];let i=0;for(const d of y)d.endColumn<=u||d.startColumn>=a||(s[i++]=new p(Math.max(1,d.startColumn-u+1),Math.min(o+1,d.endColumn-u+1),d.className,d.type));return s}static filter(y,b,_,u){if(y.length===0)return[];let a=[],o=0;for(let s=0,i=y.length;s<i;s++){const d=y[s],f=d.range;if(f.endLineNumber<b||f.startLineNumber>b||f.isEmpty()&&(d.type===0||d.type===3))continue;const m=f.startLineNumber===b?f.startColumn:_,g=f.endLineNumber===b?f.endColumn:u;a[o++]=new p(m,g,d.inlineClassName,d.type)}return a}static _typeCompare(y,b){const _=[2,0,1,3];return _[y]-_[b]}static compare(y,b){if(y.startColumn!==b.startColumn)return y.startColumn-b.startColumn;if(y.endColumn!==b.endColumn)return y.endColumn-b.endColumn;const _=p._typeCompare(y.type,b.type);return _!==0?_:y.className!==b.className?y.className<b.className?-1:1:0}}class w{constructor(y,b,_,u){this.startOffset=y,this.endOffset=b,this.className=_,this.metadata=u}}class C{constructor(){this.stopOffsets=[],this.classNames=[],this.metadata=[],this.count=0}static _metadata(y){let b=0;for(let _=0,u=y.length;_<u;_++)b|=y[_];return b}consumeLowerThan(y,b,_){for(;this.count>0&&this.stopOffsets[0]<y;){let u=0;for(;u+1<this.count&&this.stopOffsets[u]===this.stopOffsets[u+1];)u++;_.push(new w(b,this.stopOffsets[u],this.classNames.join(" "),C._metadata(this.metadata))),b=this.stopOffsets[u]+1,this.stopOffsets.splice(0,u+1),this.classNames.splice(0,u+1),this.metadata.splice(0,u+1),this.count-=u+1}return this.count>0&&b<y&&(_.push(new w(b,y-1,this.classNames.join(" "),C._metadata(this.metadata))),b=y),b}insert(y,b,_){if(this.count===0||this.stopOffsets[this.count-1]<=y)this.stopOffsets.push(y),this.classNames.push(b),this.metadata.push(_);else for(let u=0;u<this.count;u++)if(this.stopOffsets[u]>=y){this.stopOffsets.splice(u,0,y),this.classNames.splice(u,0,b),this.metadata.splice(u,0,_);break}this.count++}}class c{static normalize(y,b){if(b.length===0)return[];let _=[];const u=new C;let a=0;for(let o=0,s=b.length;o<s;o++){const i=b[o];let d=i.startColumn,f=i.endColumn;const m=i.className,g=i.type===1?2:i.type===2?4:0;if(d>1){const I=y.charCodeAt(d-2);r.ZG(I)&&d--}if(f>1){const I=y.charCodeAt(f-2);r.ZG(I)&&f--}const L=d-1,T=f-2;a=u.consumeLowerThan(L,a,_),u.count===0&&(a=L),u.insert(T,m,g)}return u.consumeLowerThan(1073741824,a,_),_}}},19054:(Xe,v,e)=>{"use strict";e.d(v,{zG:()=>c,IJ:()=>D,Nd:()=>y,d1:()=>u,tF:()=>o});var r=e(17416),p=e(12342),w=e(69756);class C{constructor(B,G,J){this._linePartBrand=void 0,this.endIndex=B,this.type=G,this.metadata=J}isWhitespace(){return!!(this.metadata&1)}isPseudoAfter(){return!!(this.metadata&4)}}class c{constructor(B,G){this.startOffset=B,this.endOffset=G}equals(B){return this.startOffset===B.startOffset&&this.endOffset===B.endOffset}}class D{constructor(B,G,J,ee,z,Y,ne,O,k,Q,q,U,x,N,A,j,re,oe,me){this.useMonospaceOptimizations=B,this.canUseHalfwidthRightwardsArrow=G,this.lineContent=J,this.continuesWithWrappedLine=ee,this.isBasicASCII=z,this.containsRTL=Y,this.fauxIndentLength=ne,this.lineTokens=O,this.lineDecorations=k.sort(w.Kp.compare),this.tabSize=Q,this.startVisibleColumn=q,this.spaceWidth=U,this.stopRenderingLineAfter=A,this.renderWhitespace=j==="all"?4:j==="boundary"?1:j==="selection"?2:j==="trailing"?3:0,this.renderControlCharacters=re,this.fontLigatures=oe,this.selectionsOnLine=me&&me.sort((We,De)=>We.startOffset<De.startOffset?-1:1);const pe=Math.abs(N-U),Ie=Math.abs(x-U);pe<Ie?(this.renderSpaceWidth=N,this.renderSpaceCharCode=11825):(this.renderSpaceWidth=x,this.renderSpaceCharCode=183)}sameSelection(B){if(this.selectionsOnLine===null)return B===null;if(B===null||B.length!==this.selectionsOnLine.length)return!1;for(let G=0;G<this.selectionsOnLine.length;G++)if(!this.selectionsOnLine[G].equals(B[G]))return!1;return!0}equals(B){return this.useMonospaceOptimizations===B.useMonospaceOptimizations&&this.canUseHalfwidthRightwardsArrow===B.canUseHalfwidthRightwardsArrow&&this.lineContent===B.lineContent&&this.continuesWithWrappedLine===B.continuesWithWrappedLine&&this.isBasicASCII===B.isBasicASCII&&this.containsRTL===B.containsRTL&&this.fauxIndentLength===B.fauxIndentLength&&this.tabSize===B.tabSize&&this.startVisibleColumn===B.startVisibleColumn&&this.spaceWidth===B.spaceWidth&&this.renderSpaceWidth===B.renderSpaceWidth&&this.renderSpaceCharCode===B.renderSpaceCharCode&&this.stopRenderingLineAfter===B.stopRenderingLineAfter&&this.renderWhitespace===B.renderWhitespace&&this.renderControlCharacters===B.renderControlCharacters&&this.fontLigatures===B.fontLigatures&&w.Kp.equalsArr(this.lineDecorations,B.lineDecorations)&&this.lineTokens.equals(B.lineTokens)&&this.sameSelection(B.selectionsOnLine)}}class y{constructor(B,G){this.partIndex=B,this.charIndex=G}}class b{constructor(B,G){this.length=B,this._data=new Uint32Array(this.length),this._absoluteOffsets=new Uint32Array(this.length)}static getPartIndex(B){return(B&4294901760)>>>16}static getCharIndex(B){return(B&65535)>>>0}setColumnInfo(B,G,J,ee){const z=(G<<16|J<<0)>>>0;this._data[B-1]=z,this._absoluteOffsets[B-1]=ee+J}getAbsoluteOffset(B){return this._absoluteOffsets.length===0?0:this._absoluteOffsets[B-1]}charOffsetToPartData(B){return this.length===0?0:B<0?this._data[0]:B>=this.length?this._data[this.length-1]:this._data[B]}getDomPosition(B){const G=this.charOffsetToPartData(B-1),J=b.getPartIndex(G),ee=b.getCharIndex(G);return new y(J,ee)}getColumn(B,G){return this.partDataToCharOffset(B.partIndex,G,B.charIndex)+1}partDataToCharOffset(B,G,J){if(this.length===0)return 0;let ee=(B<<16|J<<0)>>>0,z=0,Y=this.length-1;for(;z+1<Y;){let A=z+Y>>>1,j=this._data[A];if(j===ee)return A;j>ee?Y=A:z=A}if(z===Y)return z;let ne=this._data[z],O=this._data[Y];if(ne===ee)return z;if(O===ee)return Y;let k=b.getPartIndex(ne),Q=b.getCharIndex(ne),q=b.getPartIndex(O),U;k!==q?U=G:U=b.getCharIndex(O);let x=J-Q,N=U-J;return x<=N?z:Y}}class _{constructor(B,G,J){this._renderLineOutputBrand=void 0,this.characterMapping=B,this.containsRTL=G,this.containsForeignElements=J}}function u(W,B){if(W.lineContent.length===0){if(W.lineDecorations.length>0){B.appendASCIIString("<span>");let G=0,J=0,ee=0;for(const Y of W.lineDecorations)(Y.type===1||Y.type===2)&&(B.appendASCIIString('<span class="'),B.appendASCIIString(Y.className),B.appendASCIIString('"></span>'),Y.type===1&&(ee|=1,G++),Y.type===2&&(ee|=2,J++));B.appendASCIIString("</span>");const z=new b(1,G+J);return z.setColumnInfo(1,G,0,0),new _(z,!1,ee)}return B.appendASCIIString("<span><span></span></span>"),new _(new b(0,0),!1,0)}return I(i(W),B)}class a{constructor(B,G,J,ee){this.characterMapping=B,this.html=G,this.containsRTL=J,this.containsForeignElements=ee}}function o(W){let B=(0,p.l$)(1e4),G=u(W,B);return new a(G.characterMapping,B.build(),G.containsRTL,G.containsForeignElements)}class s{constructor(B,G,J,ee,z,Y,ne,O,k,Q,q,U,x,N,A){this.fontIsMonospace=B,this.canUseHalfwidthRightwardsArrow=G,this.lineContent=J,this.len=ee,this.isOverflowing=z,this.parts=Y,this.containsForeignElements=ne,this.fauxIndentLength=O,this.tabSize=k,this.startVisibleColumn=Q,this.containsRTL=q,this.spaceWidth=U,this.renderSpaceCharCode=x,this.renderWhitespace=N,this.renderControlCharacters=A}}function i(W){const B=W.lineContent;let G,J;W.stopRenderingLineAfter!==-1&&W.stopRenderingLineAfter<B.length?(G=!0,J=W.stopRenderingLineAfter):(G=!1,J=B.length);let ee=d(W.lineTokens,W.fauxIndentLength,J);W.renderControlCharacters&&!W.isBasicASCII&&(ee=g(B,ee)),(W.renderWhitespace===4||W.renderWhitespace===1||W.renderWhitespace===2&&!!W.selectionsOnLine||W.renderWhitespace===3)&&(ee=L(W,B,J,ee));let z=0;if(W.lineDecorations.length>0){for(let Y=0,ne=W.lineDecorations.length;Y<ne;Y++){const O=W.lineDecorations[Y];O.type===3||O.type===1?z|=1:O.type===2&&(z|=2)}ee=T(B,J,ee,W.lineDecorations)}return W.containsRTL||(ee=f(B,ee,!W.isBasicASCII||W.fontLigatures)),new s(W.useMonospaceOptimizations,W.canUseHalfwidthRightwardsArrow,B,J,G,ee,z,W.fauxIndentLength,W.tabSize,W.startVisibleColumn,W.containsRTL,W.spaceWidth,W.renderSpaceCharCode,W.renderWhitespace,W.renderControlCharacters)}function d(W,B,G){let J=[],ee=0;B>0&&(J[ee++]=new C(B,"",0));for(let z=0,Y=W.getCount();z<Y;z++){const ne=W.getEndOffset(z);if(ne<=B)continue;const O=W.getClassName(z);if(ne>=G){J[ee++]=new C(G,O,0);break}J[ee++]=new C(ne,O,0)}return J}function f(W,B,G){let J=0,ee=[],z=0;if(G)for(let Y=0,ne=B.length;Y<ne;Y++){const O=B[Y],k=O.endIndex;if(J+50<k){const Q=O.type,q=O.metadata;let U=-1,x=J;for(let N=J;N<k;N++)W.charCodeAt(N)===32&&(U=N),U!==-1&&N-x>=50&&(ee[z++]=new C(U+1,Q,q),x=U+1,U=-1);x!==k&&(ee[z++]=new C(k,Q,q))}else ee[z++]=O;J=k}else for(let Y=0,ne=B.length;Y<ne;Y++){const O=B[Y],k=O.endIndex;let Q=k-J;if(Q>50){const q=O.type,U=O.metadata,x=Math.ceil(Q/50);for(let N=1;N<x;N++){let A=J+N*50;ee[z++]=new C(A,q,U)}ee[z++]=new C(k,q,U)}else ee[z++]=O;J=k}return ee}function m(W){return W<32?W!==9:W===127||W>=8234&&W<=8238||W>=8294&&W<=8297||W>=8206&&W<=8207||W===1564}function g(W,B){let G=[],J=new C(0,"",0),ee=0;for(const z of B){const Y=z.endIndex;for(;ee<Y;ee++){const ne=W.charCodeAt(ee);m(ne)&&(ee>J.endIndex&&(J=new C(ee,z.type,z.metadata),G.push(J)),J=new C(ee+1,"mtkcontrol",z.metadata),G.push(J))}ee>J.endIndex&&(J=new C(Y,z.type,z.metadata),G.push(J))}return G}function L(W,B,G,J){const ee=W.continuesWithWrappedLine,z=W.fauxIndentLength,Y=W.tabSize,ne=W.startVisibleColumn,O=W.useMonospaceOptimizations,k=W.selectionsOnLine,Q=W.renderWhitespace===1,q=W.renderWhitespace===3,U=W.renderSpaceWidth!==W.spaceWidth;let x=[],N=0,A=0,j=J[A].type,re=J[A].endIndex;const oe=J.length;let me=!1,pe=r.LC(B),Ie;pe===-1?(me=!0,pe=G,Ie=G):Ie=r.ow(B);let We=!1,De=0,fe=k&&k[De],Me=ne%Y;for(let je=z;je<G;je++){const be=B.charCodeAt(je);fe&&je>=fe.endOffset&&(De++,fe=k&&k[De]);let ke;if(je<pe||je>Ie)ke=!0;else if(be===9)ke=!0;else if(be===32)if(Q)if(We)ke=!0;else{const Le=je+1<G?B.charCodeAt(je+1):0;ke=Le===32||Le===9}else ke=!0;else ke=!1;if(ke&&k&&(ke=!!fe&&fe.startOffset<=je&&fe.endOffset>je),ke&&q&&(ke=me||je>Ie),We){if(!ke||!O&&Me>=Y){if(U){const Le=N>0?x[N-1].endIndex:z;for(let he=Le+1;he<=je;he++)x[N++]=new C(he,"mtkw",1)}else x[N++]=new C(je,"mtkw",1);Me=Me%Y}}else(je===re||ke&&je>z)&&(x[N++]=new C(je,j,0),Me=Me%Y);for(be===9?Me=Y:r.K7(be)?Me+=2:Me++,We=ke;je===re&&(A++,A<oe);)j=J[A].type,re=J[A].endIndex}let _e=!1;if(We)if(ee&&Q){let je=G>0?B.charCodeAt(G-1):0,be=G>1?B.charCodeAt(G-2):0;je===32&&be!==32&&be!==9||(_e=!0)}else _e=!0;if(_e)if(U){const je=N>0?x[N-1].endIndex:z;for(let be=je+1;be<=G;be++)x[N++]=new C(be,"mtkw",1)}else x[N++]=new C(G,"mtkw",1);else x[N++]=new C(G,j,0);return x}function T(W,B,G,J){J.sort(w.Kp.compare);const ee=w.k.normalize(W,J),z=ee.length;let Y=0,ne=[],O=0,k=0;for(let q=0,U=G.length;q<U;q++){const x=G[q],N=x.endIndex,A=x.type,j=x.metadata;for(;Y<z&&ee[Y].startOffset<N;){const re=ee[Y];if(re.startOffset>k&&(k=re.startOffset,ne[O++]=new C(k,A,j)),re.endOffset+1<=N)k=re.endOffset+1,ne[O++]=new C(k,A+" "+re.className,j|re.metadata),Y++;else{k=N,ne[O++]=new C(k,A+" "+re.className,j|re.metadata);break}}N>k&&(k=N,ne[O++]=new C(k,A,j))}const Q=G[G.length-1].endIndex;if(Y<z&&ee[Y].startOffset===Q)for(;Y<z&&ee[Y].startOffset===Q;){const q=ee[Y];ne[O++]=new C(k,q.className,q.metadata),Y++}return ne}function I(W,B){const G=W.fontIsMonospace,J=W.canUseHalfwidthRightwardsArrow,ee=W.containsForeignElements,z=W.lineContent,Y=W.len,ne=W.isOverflowing,O=W.parts,k=W.fauxIndentLength,Q=W.tabSize,q=W.startVisibleColumn,U=W.containsRTL,x=W.spaceWidth,N=W.renderSpaceCharCode,A=W.renderWhitespace,j=W.renderControlCharacters,re=new b(Y+1,O.length);let oe=!1,me=0,pe=q,Ie=0,We=0,De=0,fe=0;U?B.appendASCIIString('<span dir="ltr">'):B.appendASCIIString("<span>");for(let Me=0,_e=O.length;Me<_e;Me++){fe+=De;const je=O[Me],be=je.endIndex,ke=je.type,Le=A!==0&&je.isWhitespace(),he=Le&&!G&&(ke==="mtkw"||!ee),K=me===be&&je.isPseudoAfter();if(Ie=0,B.appendASCIIString('<span class="'),B.appendASCIIString(he?"mtkz":ke),B.appendASCII(34),Le){let se=0;{let Z=me,ge=pe;for(;Z<be;Z++){const ye=(z.charCodeAt(Z)===9?Q-ge%Q:1)|0;se+=ye,Z>=k&&(ge+=ye)}}for(he&&(B.appendASCIIString(' style="width:'),B.appendASCIIString(String(x*se)),B.appendASCIIString('px"')),B.appendASCII(62);me<be;me++){re.setColumnInfo(me+1,Me-We,Ie,fe),We=0;const Z=z.charCodeAt(me);let ge;if(Z===9){ge=Q-pe%Q|0,!J||ge>1?B.write1(8594):B.write1(65515);for(let Ce=2;Ce<=ge;Ce++)B.write1(160)}else ge=1,B.write1(N);Ie+=ge,me>=k&&(pe+=ge)}De=se}else{let se=0;for(B.appendASCII(62);me<be;me++){re.setColumnInfo(me+1,Me-We,Ie,fe),We=0;const Z=z.charCodeAt(me);let ge=1,Ce=1;switch(Z){case 9:ge=Q-pe%Q,Ce=ge;for(let ye=1;ye<=ge;ye++)B.write1(160);break;case 32:B.write1(160);break;case 60:B.appendASCIIString("<");break;case 62:B.appendASCIIString(">");break;case 38:B.appendASCIIString("&");break;case 0:j?B.write1(9216):B.appendASCIIString("�");break;case 65279:case 8232:case 8233:case 133:B.write1(65533);break;default:r.K7(Z)&&Ce++,j&&Z<32?B.write1(9216+Z):j&&Z===127?B.write1(9249):j&&m(Z)?(B.appendASCIIString("[U+"),B.appendASCIIString(M(Z)),B.appendASCIIString("]"),ge=8):B.write1(Z)}Ie+=ge,se+=ge,me>=k&&(pe+=Ce)}De=se}K?We++:We=0,me>=Y&&!oe&&je.isPseudoAfter()&&(oe=!0,re.setColumnInfo(me+1,Me,Ie,fe)),B.appendASCIIString("</span>")}return oe||re.setColumnInfo(Y+1,O.length-1,Ie,fe),ne&&B.appendASCIIString("<span>…</span>"),B.appendASCIIString("</span>"),new _(re,U,ee)}function M(W){return W.toString(16).toUpperCase().padStart(4,"0")}},20151:(Xe,v,e)=>{"use strict";e.d(v,{oQ:()=>w,Ck:()=>C});var r=e(16308),p=e(79886);class w{constructor(y){this.values=y,this.prefixSum=new Uint32Array(y.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(y,b){y=(0,p.A)(y);const _=this.values,u=this.prefixSum,a=b.length;return a===0?!1:(this.values=new Uint32Array(_.length+a),this.values.set(_.subarray(0,y),0),this.values.set(_.subarray(y),y+a),this.values.set(b,y),y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),this.prefixSum=new Uint32Array(this.values.length),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(u.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}setValue(y,b){return y=(0,p.A)(y),b=(0,p.A)(b),this.values[y]===b?!1:(this.values[y]=b,y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),!0)}removeValues(y,b){y=(0,p.A)(y),b=(0,p.A)(b);const _=this.values,u=this.prefixSum;if(y>=_.length)return!1;let a=_.length-y;return b>=a&&(b=a),b===0?!1:(this.values=new Uint32Array(_.length-b),this.values.set(_.subarray(0,y),0),this.values.set(_.subarray(y+b),y),this.prefixSum=new Uint32Array(this.values.length),y-1<this.prefixSumValidIndex[0]&&(this.prefixSumValidIndex[0]=y-1),this.prefixSumValidIndex[0]>=0&&this.prefixSum.set(u.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}getTotalSum(){return this.values.length===0?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(y){return y<0?0:(y=(0,p.A)(y),this._getPrefixSum(y))}_getPrefixSum(y){if(y<=this.prefixSumValidIndex[0])return this.prefixSum[y];let b=this.prefixSumValidIndex[0]+1;b===0&&(this.prefixSum[0]=this.values[0],b++),y>=this.values.length&&(y=this.values.length-1);for(let _=b;_<=y;_++)this.prefixSum[_]=this.prefixSum[_-1]+this.values[_];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],y),this.prefixSum[y]}getIndexOf(y){y=Math.floor(y),this.getTotalSum();let b=0,_=this.values.length-1,u=0,a=0,o=0;for(;b<=_;)if(u=b+(_-b)/2|0,a=this.prefixSum[u],o=a-this.values[u],y<o)_=u-1;else if(y>=a)b=u+1;else break;return new c(u,y-o)}}class C{constructor(y){this._values=y,this._isValid=!1,this._validEndIndex=-1,this._prefixSum=[],this._indexBySum=[]}getTotalSum(){return this._ensureValid(),this._indexBySum.length}getPrefixSum(y){return this._ensureValid(),y===0?0:this._prefixSum[y-1]}getIndexOf(y){this._ensureValid();const b=this._indexBySum[y],_=b>0?this._prefixSum[b-1]:0;return new c(b,y-_)}removeValues(y,b){this._values.splice(y,b),this._invalidate(y)}insertValues(y,b){this._values=(0,r.Zv)(this._values,y,b),this._invalidate(y)}_invalidate(y){this._isValid=!1,this._validEndIndex=Math.min(this._validEndIndex,y-1)}_ensureValid(){if(!this._isValid){for(let y=this._validEndIndex+1,b=this._values.length;y<b;y++){const _=this._values[y],u=y>0?this._prefixSum[y-1]:0;this._prefixSum[y]=u+_;for(let a=0;a<_;a++)this._indexBySum[u+a]=y}this._prefixSum.length=this._values.length,this._indexBySum.length=this._prefixSum[this._prefixSum.length-1],this._isValid=!0,this._validEndIndex=this._values.length-1}}setValue(y,b){this._values[y]!==b&&(this._values[y]=b,this._invalidate(y))}}class c{constructor(y,b){this.index=y,this.remainder=b,this._prefixSumIndexOfResultBrand=void 0,this.index=y,this.remainder=b}}},47596:(Xe,v,e)=>{"use strict";e.d(v,{l_:()=>w,ud:()=>C,IP:()=>c,wA:()=>D,$t:()=>y,Wx:()=>b,$l:()=>_,SQ:()=>u});var r=e(17416),p=e(50038);class w{constructor(o,s,i,d){this._viewportBrand=void 0,this.top=o|0,this.left=s|0,this.width=i|0,this.height=d|0}}class C{constructor(o,s){this.tabSize=o,this.data=s}}class c{constructor(o,s,i,d,f,m,g){this._viewLineDataBrand=void 0,this.content=o,this.continuesWithWrappedLine=s,this.minColumn=i,this.maxColumn=d,this.startVisibleColumn=f,this.tokens=m,this.inlineDecorations=g}}class D{constructor(o,s,i,d,f,m,g,L,T,I){this.minColumn=o,this.maxColumn=s,this.content=i,this.continuesWithWrappedLine=d,this.isBasicASCII=D.isBasicASCII(i,m),this.containsRTL=D.containsRTL(i,this.isBasicASCII,f),this.tokens=g,this.inlineDecorations=L,this.tabSize=T,this.startVisibleColumn=I}static isBasicASCII(o,s){return s?r.$i(o):!0}static containsRTL(o,s,i){return!s&&i?r.Ut(o):!1}}class y{constructor(o,s,i){this.range=o,this.inlineClassName=s,this.type=i}}class b{constructor(o,s,i,d){this.startOffset=o,this.endOffset=s,this.inlineClassName=i,this.inlineClassNameAffectsLetterSpacing=d}toInlineDecoration(o){return new y(new p.e(o,this.startOffset+1,o,this.endOffset+1),this.inlineClassName,this.inlineClassNameAffectsLetterSpacing?3:0)}}class _{constructor(o,s){this._viewModelDecorationBrand=void 0,this.range=o,this.options=s}}class u{constructor(o,s,i){this.color=o,this.zIndex=s,this.data=i}static cmp(o,s){return o.zIndex===s.zIndex?o.color<s.color?-1:o.color>s.color?1:0:o.zIndex-s.zIndex}}},82807:(Xe,v,e)=>{"use strict";e.d(v,{C:()=>c,F:()=>D});var r=e(8964),p=e(50038),w=e(47596),C=e(70054);class c{constructor(_,u,a,o,s){this.editorId=_,this.model=u,this.configuration=a,this._linesCollection=o,this._coordinatesConverter=s,this._decorationsCache=Object.create(null),this._cachedModelDecorationsResolver=null,this._cachedModelDecorationsResolverViewRange=null}_clearCachedModelDecorationsResolver(){this._cachedModelDecorationsResolver=null,this._cachedModelDecorationsResolverViewRange=null}dispose(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}reset(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}onModelDecorationsChanged(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}onLineMappingChanged(){this._decorationsCache=Object.create(null),this._clearCachedModelDecorationsResolver()}_getOrCreateViewModelDecoration(_){const u=_.id;let a=this._decorationsCache[u];if(!a){const o=_.range,s=_.options;let i;if(s.isWholeLine){const d=this._coordinatesConverter.convertModelPositionToViewPosition(new r.L(o.startLineNumber,1),0),f=this._coordinatesConverter.convertModelPositionToViewPosition(new r.L(o.endLineNumber,this.model.getLineMaxColumn(o.endLineNumber)),1);i=new p.e(d.lineNumber,d.column,f.lineNumber,f.column)}else i=this._coordinatesConverter.convertModelRangeToViewRange(o,1);a=new w.$l(i,s),this._decorationsCache[u]=a}return a}getDecorationsViewportData(_){let u=this._cachedModelDecorationsResolver!==null;return u=u&&_.equalsRange(this._cachedModelDecorationsResolverViewRange),u||(this._cachedModelDecorationsResolver=this._getDecorationsViewportData(_),this._cachedModelDecorationsResolverViewRange=_),this._cachedModelDecorationsResolver}_getDecorationsViewportData(_){const u=this._linesCollection.getDecorationsInRange(_,this.editorId,(0,C.$J)(this.configuration.options)),a=_.startLineNumber,o=_.endLineNumber;let s=[],i=0,d=[];for(let f=a;f<=o;f++)d[f-a]=[];for(let f=0,m=u.length;f<m;f++){let g=u[f],L=g.options;if(!D(this.model,g))continue;let T=this._getOrCreateViewModelDecoration(g),I=T.range;if(s[i++]=T,L.inlineClassName){let M=new w.$t(I,L.inlineClassName,L.inlineClassNameAffectsLetterSpacing?3:0),W=Math.max(a,I.startLineNumber),B=Math.min(o,I.endLineNumber);for(let G=W;G<=B;G++)d[G-a].push(M)}if(L.beforeContentClassName&&a<=I.startLineNumber&&I.startLineNumber<=o){let M=new w.$t(new p.e(I.startLineNumber,I.startColumn,I.startLineNumber,I.startColumn),L.beforeContentClassName,1);d[I.startLineNumber-a].push(M)}if(L.afterContentClassName&&a<=I.endLineNumber&&I.endLineNumber<=o){let M=new w.$t(new p.e(I.endLineNumber,I.endColumn,I.endLineNumber,I.endColumn),L.afterContentClassName,2);d[I.endLineNumber-a].push(M)}}return{decorations:s,inlineDecorations:d}}}function D(b,_){return!(_.options.hideInCommentTokens&&y(b,_.range,a=>a===1))}function y(b,_,u){for(let a=_.startLineNumber;a<=_.endLineNumber;a++){const o=b.getLineTokens(a),s=a===_.startLineNumber,i=a===_.endLineNumber;let d=s?o.findTokenIndexAtOffset(_.startColumn-1):0;for(;d<o.getCount()&&!(i&&o.getStartOffset(d)>_.endColumn-1);){if(!u(o.getStandardTokenType(d)))return!1;d++}}return!0}},31248:(Xe,v,e)=>{"use strict";e.d(v,{Kh:()=>c,Mm:()=>D,n0:()=>a,fY:()=>o,tR:()=>i,Ym:()=>d,hw:()=>f,DD:()=>g,zk:()=>L,TC:()=>I,Dl:()=>M,zw:()=>W,e_:()=>B,kp:()=>J,zu:()=>ee,x3:()=>z,N5:()=>Y,IO:()=>ne,m9:()=>k,lK:()=>Q,Re:()=>q,eS:()=>U,zJ:()=>x,Vs:()=>N,CE:()=>A,UP:()=>j,r0:()=>re,m1:()=>oe,ts:()=>me,oV:()=>pe,m$:()=>Ie,DS:()=>We,lS:()=>De,Jn:()=>fe,YF:()=>Me,Qb:()=>_e,m3:()=>je,To:()=>be,L7:()=>ke,HV:()=>Le,f9:()=>he});var r=e(26386),p=e(86741),w=e(92537),C=e(58566);const c=(0,w.P6G)("editor.lineHighlightBackground",{dark:null,light:null,hc:null},r.N("lineHighlight","Background color for the highlight of line at the cursor position.")),D=(0,w.P6G)("editor.lineHighlightBorder",{dark:"#282828",light:"#eeeeee",hc:"#f38518"},r.N("lineHighlightBorderBox","Background color for the border around the line at the cursor position.")),y=(0,w.P6G)("editor.rangeHighlightBackground",{dark:"#ffffff0b",light:"#fdff0033",hc:null},r.N("rangeHighlight","Background color of highlighted ranges, like by quick open and find features. The color must not be opaque so as not to hide underlying decorations."),!0),b=(0,w.P6G)("editor.rangeHighlightBorder",{dark:null,light:null,hc:w.xL1},r.N("rangeHighlightBorder","Background color of the border around highlighted ranges."),!0),_=(0,w.P6G)("editor.symbolHighlightBackground",{dark:w.MUv,light:w.MUv,hc:null},r.N("symbolHighlight","Background color of highlighted symbol, like for go to definition or go next/previous symbol. The color must not be opaque so as not to hide underlying decorations."),!0),u=(0,w.P6G)("editor.symbolHighlightBorder",{dark:null,light:null,hc:w.xL1},r.N("symbolHighlightBorder","Background color of the border around highlighted symbols."),!0),a=(0,w.P6G)("editorCursor.foreground",{dark:"#AEAFAD",light:p.Il.black,hc:p.Il.white},r.N("caret","Color of the editor cursor.")),o=(0,w.P6G)("editorCursor.background",null,r.N("editorCursorBackground","The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.")),s=(0,w.P6G)("editorWhitespace.foreground",{dark:"#e3e4e229",light:"#33333333",hc:"#e3e4e229"},r.N("editorWhitespaces","Color of whitespace characters in the editor.")),i=(0,w.P6G)("editorIndentGuide.background",{dark:s,light:s,hc:s},r.N("editorIndentGuides","Color of the editor indentation guides.")),d=(0,w.P6G)("editorIndentGuide.activeBackground",{dark:s,light:s,hc:s},r.N("editorActiveIndentGuide","Color of the active editor indentation guides.")),f=(0,w.P6G)("editorLineNumber.foreground",{dark:"#858585",light:"#237893",hc:p.Il.white},r.N("editorLineNumbers","Color of editor line numbers.")),m=(0,w.P6G)("editorActiveLineNumber.foreground",{dark:"#c6c6c6",light:"#0B216F",hc:w.xL1},r.N("editorActiveLineNumber","Color of editor active line number"),!1,r.N("deprecatedEditorActiveLineNumber","Id is deprecated. Use 'editorLineNumber.activeForeground' instead.")),g=(0,w.P6G)("editorLineNumber.activeForeground",{dark:m,light:m,hc:m},r.N("editorActiveLineNumber","Color of editor active line number")),L=(0,w.P6G)("editorRuler.foreground",{dark:"#5A5A5A",light:p.Il.lightgrey,hc:p.Il.white},r.N("editorRuler","Color of the editor rulers.")),T=(0,w.P6G)("editorCodeLens.foreground",{dark:"#999999",light:"#919191",hc:"#999999"},r.N("editorCodeLensForeground","Foreground color of editor CodeLens")),I=(0,w.P6G)("editorBracketMatch.background",{dark:"#0064001a",light:"#0064001a",hc:"#0064001a"},r.N("editorBracketMatchBackground","Background color behind matching brackets")),M=(0,w.P6G)("editorBracketMatch.border",{dark:"#888",light:"#B9B9B9",hc:w.lRK},r.N("editorBracketMatchBorder","Color for matching brackets boxes")),W=(0,w.P6G)("editorOverviewRuler.border",{dark:"#7f7f7f4d",light:"#7f7f7f4d",hc:"#7f7f7f4d"},r.N("editorOverviewRulerBorder","Color of the overview ruler border.")),B=(0,w.P6G)("editorOverviewRuler.background",null,r.N("editorOverviewRulerBackground","Background color of the editor overview ruler. Only used when the minimap is enabled and placed on the right side of the editor.")),G=(0,w.P6G)("editorGutter.background",{dark:w.cvW,light:w.cvW,hc:w.cvW},r.N("editorGutter","Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.")),J=(0,w.P6G)("editorUnnecessaryCode.border",{dark:null,light:null,hc:p.Il.fromHex("#fff").transparent(.8)},r.N("unnecessaryCodeBorder","Border color of unnecessary (unused) source code in the editor.")),ee=(0,w.P6G)("editorUnnecessaryCode.opacity",{dark:p.Il.fromHex("#000a"),light:p.Il.fromHex("#0007"),hc:null},r.N("unnecessaryCodeOpacity",`Opacity of unnecessary (unused) source code in the editor. For example, "#000000c0" will render the code with 75% opacity. For high contrast themes, use the 'editorUnnecessaryCode.border' theme color to underline unnecessary code instead of fading it out.`)),z=(0,w.P6G)("editorGhostText.border",{dark:null,light:null,hc:p.Il.fromHex("#fff").transparent(.8)},r.N("editorGhostTextBorder","Border color of ghost text in the editor.")),Y=(0,w.P6G)("editorGhostText.foreground",{dark:p.Il.fromHex("#ffffff56"),light:p.Il.fromHex("#0007"),hc:null},r.N("editorGhostTextForeground","Foreground color of the ghost text in the editor.")),ne=(0,w.P6G)("editorGhostText.background",{dark:null,light:null,hc:null},r.N("editorGhostTextBackground","Background color of the ghost text in the editor.")),O=new p.Il(new p.VS(0,122,204,.6)),k=(0,w.P6G)("editorOverviewRuler.rangeHighlightForeground",{dark:O,light:O,hc:O},r.N("overviewRulerRangeHighlight","Overview ruler marker color for range highlights. The color must not be opaque so as not to hide underlying decorations."),!0),Q=(0,w.P6G)("editorOverviewRuler.errorForeground",{dark:new p.Il(new p.VS(255,18,18,.7)),light:new p.Il(new p.VS(255,18,18,.7)),hc:new p.Il(new p.VS(255,50,50,1))},r.N("overviewRuleError","Overview ruler marker color for errors.")),q=(0,w.P6G)("editorOverviewRuler.warningForeground",{dark:w.uoC,light:w.uoC,hc:w.pW3},r.N("overviewRuleWarning","Overview ruler marker color for warnings.")),U=(0,w.P6G)("editorOverviewRuler.infoForeground",{dark:w.c63,light:w.c63,hc:w.T83},r.N("overviewRuleInfo","Overview ruler marker color for infos.")),x=(0,w.P6G)("editorBracketHighlight.foreground1",{dark:"#FFD700",light:"#0431FAFF",hc:"#FFD700"},r.N("editorBracketHighlightForeground1","Foreground color of brackets (1). Requires enabling bracket pair colorization.")),N=(0,w.P6G)("editorBracketHighlight.foreground2",{dark:"#DA70D6",light:"#319331FF",hc:"#DA70D6"},r.N("editorBracketHighlightForeground2","Foreground color of brackets (2). Requires enabling bracket pair colorization.")),A=(0,w.P6G)("editorBracketHighlight.foreground3",{dark:"#179FFF",light:"#7B3814FF",hc:"#87CEFA"},r.N("editorBracketHighlightForeground3","Foreground color of brackets (3). Requires enabling bracket pair colorization.")),j=(0,w.P6G)("editorBracketHighlight.foreground4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground4","Foreground color of brackets (4). Requires enabling bracket pair colorization.")),re=(0,w.P6G)("editorBracketHighlight.foreground5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground5","Foreground color of brackets (5). Requires enabling bracket pair colorization.")),oe=(0,w.P6G)("editorBracketHighlight.foreground6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketHighlightForeground6","Foreground color of brackets (6). Requires enabling bracket pair colorization.")),me=(0,w.P6G)("editorBracketHighlight.unexpectedBracket.foreground",{dark:new p.Il(new p.VS(255,18,18,.8)),light:new p.Il(new p.VS(255,18,18,.8)),hc:new p.Il(new p.VS(255,50,50,1))},r.N("editorBracketHighlightUnexpectedBracketForeground","Foreground color of unexpected brackets.")),pe=(0,w.P6G)("editorBracketPairGuide.background1",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background1","Background color of inactive bracket pair guides (1). Requires enabling bracket pair guides.")),Ie=(0,w.P6G)("editorBracketPairGuide.background2",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background2","Background color of inactive bracket pair guides (2). Requires enabling bracket pair guides.")),We=(0,w.P6G)("editorBracketPairGuide.background3",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background3","Background color of inactive bracket pair guides (3). Requires enabling bracket pair guides.")),De=(0,w.P6G)("editorBracketPairGuide.background4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background4","Background color of inactive bracket pair guides (4). Requires enabling bracket pair guides.")),fe=(0,w.P6G)("editorBracketPairGuide.background5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background5","Background color of inactive bracket pair guides (5). Requires enabling bracket pair guides.")),Me=(0,w.P6G)("editorBracketPairGuide.background6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.background6","Background color of inactive bracket pair guides (6). Requires enabling bracket pair guides.")),_e=(0,w.P6G)("editorBracketPairGuide.activeBackground1",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground1","Background color of active bracket pair guides (1). Requires enabling bracket pair guides.")),je=(0,w.P6G)("editorBracketPairGuide.activeBackground2",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground2","Background color of active bracket pair guides (2). Requires enabling bracket pair guides.")),be=(0,w.P6G)("editorBracketPairGuide.activeBackground3",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground3","Background color of active bracket pair guides (3). Requires enabling bracket pair guides.")),ke=(0,w.P6G)("editorBracketPairGuide.activeBackground4",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground4","Background color of active bracket pair guides (4). Requires enabling bracket pair guides.")),Le=(0,w.P6G)("editorBracketPairGuide.activeBackground5",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground5","Background color of active bracket pair guides (5). Requires enabling bracket pair guides.")),he=(0,w.P6G)("editorBracketPairGuide.activeBackground6",{dark:"#00000000",light:"#00000000",hc:"#00000000"},r.N("editorBracketPairGuide.activeBackground6","Background color of active bracket pair guides (6). Requires enabling bracket pair guides.")),K=(0,w.P6G)("editorUnicodeHighlight.border",{dark:"#BD9B03",light:"#CEA33D",hc:"#ff0000"},r.N("editorUnicodeHighlight.border","Border color used to highlight unicode characters."));(0,C.Ic)((se,Z)=>{const ge=se.getColor(w.cvW);ge&&Z.addRule(`.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input { background-color: ${ge}; }`);const Ce=se.getColor(w.NOs);Ce&&Z.addRule(`.monaco-editor, .monaco-editor .inputarea.ime-input { color: ${Ce}; }`);const ye=se.getColor(G);ye&&Z.addRule(`.monaco-editor .margin { background-color: ${ye}; }`);const Ee=se.getColor(y);Ee&&Z.addRule(`.monaco-editor .rangeHighlight { background-color: ${Ee}; }`);const ue=se.getColor(b);ue&&Z.addRule(`.monaco-editor .rangeHighlight { border: 1px ${se.type==="hc"?"dotted":"solid"} ${ue}; }`);const ve=se.getColor(_);ve&&Z.addRule(`.monaco-editor .symbolHighlight { background-color: ${ve}; }`);const te=se.getColor(u);te&&Z.addRule(`.monaco-editor .symbolHighlight { border: 1px ${se.type==="hc"?"dotted":"solid"} ${te}; }`);const Be=se.getColor(s);Be&&(Z.addRule(`.monaco-editor .mtkw { color: ${Be} !important; }`),Z.addRule(`.monaco-editor .mtkz { color: ${Be} !important; }`))})},73083:(Xe,v,e)=>{"use strict";e.d(v,{EY:()=>p,Tj:()=>w});class r{constructor(c,D,y){this._colorZoneBrand=void 0,this.from=c|0,this.to=D|0,this.colorId=y|0}static compare(c,D){return c.colorId===D.colorId?c.from===D.from?c.to-D.to:c.from-D.from:c.colorId-D.colorId}}class p{constructor(c,D,y){this._overviewRulerZoneBrand=void 0,this.startLineNumber=c,this.endLineNumber=D,this.color=y,this._colorZone=null}static compare(c,D){return c.color===D.color?c.startLineNumber===D.startLineNumber?c.endLineNumber-D.endLineNumber:c.startLineNumber-D.startLineNumber:c.color<D.color?-1:1}setColorZone(c){this._colorZone=c}getColorZones(){return this._colorZone}}class w{constructor(c){this._getVerticalOffsetForLine=c,this._zones=[],this._colorZonesInvalid=!1,this._lineHeight=0,this._domWidth=0,this._domHeight=0,this._outerHeight=0,this._pixelRatio=1,this._lastAssignedId=0,this._color2Id=Object.create(null),this._id2Color=[]}getId2Color(){return this._id2Color}setZones(c){this._zones=c,this._zones.sort(p.compare)}setLineHeight(c){return this._lineHeight===c?!1:(this._lineHeight=c,this._colorZonesInvalid=!0,!0)}setPixelRatio(c){this._pixelRatio=c,this._colorZonesInvalid=!0}getDOMWidth(){return this._domWidth}getCanvasWidth(){return this._domWidth*this._pixelRatio}setDOMWidth(c){return this._domWidth===c?!1:(this._domWidth=c,this._colorZonesInvalid=!0,!0)}getDOMHeight(){return this._domHeight}getCanvasHeight(){return this._domHeight*this._pixelRatio}setDOMHeight(c){return this._domHeight===c?!1:(this._domHeight=c,this._colorZonesInvalid=!0,!0)}getOuterHeight(){return this._outerHeight}setOuterHeight(c){return this._outerHeight===c?!1:(this._outerHeight=c,this._colorZonesInvalid=!0,!0)}resolveColorZones(){const c=this._colorZonesInvalid,D=Math.floor(this._lineHeight),y=Math.floor(this.getCanvasHeight()),b=Math.floor(this._outerHeight),_=y/b,u=Math.floor(4*this._pixelRatio/2);let a=[];for(let o=0,s=this._zones.length;o<s;o++){const i=this._zones[o];if(!c){const M=i.getColorZones();if(M){a.push(M);continue}}const d=Math.floor(_*this._getVerticalOffsetForLine(i.startLineNumber)),f=Math.floor(_*(this._getVerticalOffsetForLine(i.endLineNumber)+D));let m=Math.floor((d+f)/2),g=f-m;g<u&&(g=u),m-g<0&&(m=g),m+g>y&&(m=y-g);const L=i.color;let T=this._color2Id[L];T||(T=++this._lastAssignedId,this._color2Id[L]=T,this._id2Color[T]=L);const I=new r(m-g,m+g,T);i.setColorZone(I),a.push(I)}return this._colorZonesInvalid=!1,a.sort(r.compare),a}}},27709:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{SelectionAnchorSet:()=>z});var r=e(68267),p=e(69008),w=e(94880),C=e(93379),c=e.n(C),D=e(7795),y=e.n(D),b=e(90569),_=e.n(b),u=e(3565),a=e.n(u),o=e(19216),s=e.n(o),i=e(44589),d=e.n(i),f=e(23551),m={};m.styleTagTransform=d(),m.setAttributes=a(),m.insert=_().bind(null,"head"),m.domAPI=y(),m.insertStyleElement=s();var g=c()(f.Z,m);const L=f.Z&&f.Z.locals?f.Z.locals:void 0;var T=e(55298),I=e(57841),M=e(21081),W=e(26386),B=e(70499),G=function(q,U,x,N){var A=arguments.length,j=A<3?U:N===null?N=Object.getOwnPropertyDescriptor(U,x):N,re;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")j=Reflect.decorate(q,U,x,N);else for(var oe=q.length-1;oe>=0;oe--)(re=q[oe])&&(j=(A<3?re(j):A>3?re(U,x,j):re(U,x))||j);return A>3&&j&&Object.defineProperty(U,x,j),j},J=function(q,U){return function(x,N){U(x,N,q)}},ee=function(q,U,x,N){function A(j){return j instanceof x?j:new x(function(re){re(j)})}return new(x||(x=Promise))(function(j,re){function oe(Ie){try{pe(N.next(Ie))}catch(We){re(We)}}function me(Ie){try{pe(N.throw(Ie))}catch(We){re(We)}}function pe(Ie){Ie.done?j(Ie.value):A(Ie.value).then(oe,me)}pe((N=N.apply(q,U||[])).next())})};const z=new B.uy("selectionAnchorSet",!1);let Y=class od{constructor(U,x){this.editor=U,this.selectionAnchorSetContextKey=z.bindTo(x),this.modelChangeListener=U.onDidChangeModel(()=>this.selectionAnchorSetContextKey.reset())}static get(U){return U.getContribution(od.ID)}setSelectionAnchor(){if(this.editor.hasModel()){const U=this.editor.getPosition(),x=this.decorationId?[this.decorationId]:[],N=this.editor.deltaDecorations(x,[{range:I.Y.fromPositions(U,U),options:{description:"selection-anchor",stickiness:1,hoverMessage:new p.W5().appendText((0,W.N)("selectionAnchor","Selection Anchor")),className:"selection-anchor"}}]);this.decorationId=N[0],this.selectionAnchorSetContextKey.set(!!this.decorationId),(0,r.Z9)((0,W.N)("anchorSet","Anchor set at {0}:{1}",U.lineNumber,U.column))}}goToSelectionAnchor(){if(this.editor.hasModel()&&this.decorationId){const U=this.editor.getModel().getDecorationRange(this.decorationId);U&&this.editor.setPosition(U.getStartPosition())}}selectFromAnchorToCursor(){if(this.editor.hasModel()&&this.decorationId){const U=this.editor.getModel().getDecorationRange(this.decorationId);if(U){const x=this.editor.getPosition();this.editor.setSelection(I.Y.fromPositions(U.getStartPosition(),x)),this.cancelSelectionAnchor()}}}cancelSelectionAnchor(){this.decorationId&&(this.editor.deltaDecorations([this.decorationId],[]),this.decorationId=void 0,this.selectionAnchorSetContextKey.set(!1))}dispose(){this.cancelSelectionAnchor(),this.modelChangeListener.dispose()}};Y.ID="editor.contrib.selectionAnchorController",Y=G([J(1,B.i6)],Y);class ne extends T.R6{constructor(){super({id:"editor.action.setSelectionAnchor",label:(0,W.N)("setSelectionAnchor","Set Selection Anchor"),alias:"Set Selection Anchor",precondition:void 0,kbOpts:{kbExpr:M.u.editorTextFocus,primary:(0,w.gx)(2048|41,2048|32),weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).setSelectionAnchor()})}}class O extends T.R6{constructor(){super({id:"editor.action.goToSelectionAnchor",label:(0,W.N)("goToSelectionAnchor","Go to Selection Anchor"),alias:"Go to Selection Anchor",precondition:z})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).goToSelectionAnchor()})}}class k extends T.R6{constructor(){super({id:"editor.action.selectFromAnchorToCursor",label:(0,W.N)("selectFromAnchorToCursor","Select from Anchor to Cursor"),alias:"Select from Anchor to Cursor",precondition:z,kbOpts:{kbExpr:M.u.editorTextFocus,primary:(0,w.gx)(2048|41,2048|41),weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).selectFromAnchorToCursor()})}}class Q extends T.R6{constructor(){super({id:"editor.action.cancelSelectionAnchor",label:(0,W.N)("cancelSelectionAnchor","Cancel Selection Anchor"),alias:"Cancel Selection Anchor",precondition:z,kbOpts:{kbExpr:M.u.editorTextFocus,primary:9,weight:100}})}run(U,x){return ee(this,void 0,void 0,function*(){Y.get(x).cancelSelectionAnchor()})}}(0,T._K)(Y.ID,Y),(0,T.Qr)(ne),(0,T.Qr)(O),(0,T.Qr)(k),(0,T.Qr)(Q)},64673:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{BracketMatchingController:()=>U});var r=e(86992),p=e(38431),w=e(93379),C=e.n(w),c=e(7795),D=e.n(c),y=e(90569),b=e.n(y),_=e(3565),u=e.n(_),a=e(19216),o=e.n(a),s=e(44589),i=e.n(s),d=e(59986),f={};f.styleTagTransform=i(),f.setAttributes=u(),f.insert=b().bind(null,"head"),f.domAPI=D(),f.insertStyleElement=o();var m=C()(d.Z,f);const g=d.Z&&d.Z.locals?d.Z.locals:void 0;var L=e(55298),T=e(8964),I=e(50038),M=e(57841),W=e(21081),B=e(41913),G=e(695),J=e(31248),ee=e(26386),z=e(21208),Y=e(92537),ne=e(58566);const O=(0,Y.P6G)("editorOverviewRuler.bracketMatchForeground",{dark:"#A0A0A0",light:"#A0A0A0",hc:"#A0A0A0"},ee.N("overviewRulerBracketMatchForeground","Overview ruler marker color for matching brackets."));class k extends L.R6{constructor(){super({id:"editor.action.jumpToBracket",label:ee.N("smartSelect.jumpBracket","Go to Bracket"),alias:"Go to Bracket",precondition:void 0,kbOpts:{kbExpr:W.u.editorTextFocus,primary:2048|1024|88,weight:100}})}run(N,A){let j=U.get(A);!j||j.jumpToBracket()}}class Q extends L.R6{constructor(){super({id:"editor.action.selectToBracket",label:ee.N("smartSelect.selectToBracket","Select to Bracket"),alias:"Select to Bracket",precondition:void 0,description:{description:"Select to Bracket",args:[{name:"args",schema:{type:"object",properties:{selectBrackets:{type:"boolean",default:!0}}}}]}})}run(N,A,j){const re=U.get(A);if(!re)return;let oe=!0;j&&j.selectBrackets===!1&&(oe=!1),re.selectToBracket(oe)}}class q{constructor(N,A,j){this.position=N,this.brackets=A,this.options=j}}class U extends p.JT{constructor(N){super();this._editor=N,this._lastBracketsData=[],this._lastVersionId=0,this._decorations=[],this._updateBracketsSoon=this._register(new r.pY(()=>this._updateBrackets(),50)),this._matchBrackets=this._editor.getOption(63),this._updateBracketsSoon.schedule(),this._register(N.onDidChangeCursorPosition(A=>{this._matchBrackets!=="never"&&this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModelContent(A=>{this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModel(A=>{this._lastBracketsData=[],this._decorations=[],this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeModelLanguageConfiguration(A=>{this._lastBracketsData=[],this._updateBracketsSoon.schedule()})),this._register(N.onDidChangeConfiguration(A=>{A.hasChanged(63)&&(this._matchBrackets=this._editor.getOption(63),this._decorations=this._editor.deltaDecorations(this._decorations,[]),this._lastBracketsData=[],this._lastVersionId=0,this._updateBracketsSoon.schedule())})),this._register(N.onDidBlurEditorWidget(()=>{this._updateBracketsSoon.schedule()})),this._register(N.onDidFocusEditorWidget(()=>{this._updateBracketsSoon.schedule()}))}static get(N){return N.getContribution(U.ID)}jumpToBracket(){if(!this._editor.hasModel())return;const N=this._editor.getModel(),A=this._editor.getSelections().map(j=>{const re=j.getStartPosition(),oe=N.bracketPairs.matchBracket(re);let me=null;if(oe)oe[0].containsPosition(re)?me=oe[1].getStartPosition():oe[1].containsPosition(re)&&(me=oe[0].getStartPosition());else{const pe=N.bracketPairs.findEnclosingBrackets(re);if(pe)me=pe[0].getStartPosition();else{const Ie=N.bracketPairs.findNextBracket(re);Ie&&Ie.range&&(me=Ie.range.getStartPosition())}}return me?new M.Y(me.lineNumber,me.column,me.lineNumber,me.column):new M.Y(re.lineNumber,re.column,re.lineNumber,re.column)});this._editor.setSelections(A),this._editor.revealRange(A[0])}selectToBracket(N){if(!this._editor.hasModel())return;const A=this._editor.getModel(),j=[];this._editor.getSelections().forEach(re=>{const oe=re.getStartPosition();let me=A.bracketPairs.matchBracket(oe);if(!me&&(me=A.bracketPairs.findEnclosingBrackets(oe),!me)){const We=A.bracketPairs.findNextBracket(oe);We&&We.range&&(me=A.bracketPairs.matchBracket(We.range.getStartPosition()))}let pe=null,Ie=null;if(me){me.sort(I.e.compareRangesUsingStarts);const[We,De]=me;if(pe=N?We.getStartPosition():We.getEndPosition(),Ie=N?De.getEndPosition():De.getStartPosition(),De.containsPosition(oe)){const fe=pe;pe=Ie,Ie=fe}}pe&&Ie&&j.push(new M.Y(pe.lineNumber,pe.column,Ie.lineNumber,Ie.column))}),j.length>0&&(this._editor.setSelections(j),this._editor.revealRange(j[0]))}_updateBrackets(){if(this._matchBrackets==="never")return;this._recomputeBrackets();let N=[],A=0;for(const j of this._lastBracketsData){let re=j.brackets;re&&(N[A++]={range:re[0],options:j.options},N[A++]={range:re[1],options:j.options})}this._decorations=this._editor.deltaDecorations(this._decorations,N)}_recomputeBrackets(){if(!this._editor.hasModel()||!this._editor.hasWidgetFocus()){this._lastBracketsData=[],this._lastVersionId=0;return}const N=this._editor.getSelections();if(N.length>100){this._lastBracketsData=[],this._lastVersionId=0;return}const A=this._editor.getModel(),j=A.getVersionId();let re=[];this._lastVersionId===j&&(re=this._lastBracketsData);let oe=[],me=0;for(let fe=0,Me=N.length;fe<Me;fe++){let _e=N[fe];_e.isEmpty()&&(oe[me++]=_e.getStartPosition())}oe.length>1&&oe.sort(T.L.compare);let pe=[],Ie=0,We=0,De=re.length;for(let fe=0,Me=oe.length;fe<Me;fe++){let _e=oe[fe];for(;We<De&&re[We].position.isBefore(_e);)We++;if(We<De&&re[We].position.equals(_e))pe[Ie++]=re[We];else{let je=A.bracketPairs.matchBracket(_e),be=U._DECORATION_OPTIONS_WITH_OVERVIEW_RULER;!je&&this._matchBrackets==="always"&&(je=A.bracketPairs.findEnclosingBrackets(_e,20),be=U._DECORATION_OPTIONS_WITHOUT_OVERVIEW_RULER),pe[Ie++]=new q(_e,je,be)}}this._lastBracketsData=pe,this._lastVersionId=j}}U.ID="editor.contrib.bracketMatchingController",U._DECORATION_OPTIONS_WITH_OVERVIEW_RULER=G.qx.register({description:"bracket-match-overview",stickiness:1,className:"bracket-match",overviewRuler:{color:(0,ne.EN)(O),position:B.sh.Center}}),U._DECORATION_OPTIONS_WITHOUT_OVERVIEW_RULER=G.qx.register({description:"bracket-match-no-overview",stickiness:1,className:"bracket-match"}),(0,L._K)(U.ID,U),(0,L.Qr)(Q),(0,L.Qr)(k),(0,ne.Ic)((x,N)=>{const A=x.getColor(J.TC);A&&N.addRule(`.monaco-editor .bracket-match { background-color: ${A}; }`);const j=x.getColor(J.Dl);j&&N.addRule(`.monaco-editor .bracket-match { border: 1px solid ${j}; }`)}),z.BH.appendMenuItem(z.eH.MenubarGoMenu,{group:"5_infile_nav",command:{id:"editor.action.jumpToBracket",title:ee.N({key:"miGoToBracket",comment:["&& denotes a mnemonic"]},"Go to &&Bracket")},order:2})},11366:(Xe,v,e)=>{"use strict";e.r(v);var r=e(55298),p=e(21081),w=e(50038),C=e(57841);class c{constructor(a,o){this._selection=a,this._isMovingLeft=o}getEditOperations(a,o){if(this._selection.startLineNumber!==this._selection.endLineNumber||this._selection.isEmpty())return;const s=this._selection.startLineNumber,i=this._selection.startColumn,d=this._selection.endColumn;if(!(this._isMovingLeft&&i===1)&&!(!this._isMovingLeft&&d===a.getLineMaxColumn(s)))if(this._isMovingLeft){const f=new w.e(s,i-1,s,i),m=a.getValueInRange(f);o.addEditOperation(f,null),o.addEditOperation(new w.e(s,d,s,d),m)}else{const f=new w.e(s,d,s,d+1),m=a.getValueInRange(f);o.addEditOperation(f,null),o.addEditOperation(new w.e(s,i,s,i),m)}}computeCursorState(a,o){return this._isMovingLeft?new C.Y(this._selection.startLineNumber,this._selection.startColumn-1,this._selection.endLineNumber,this._selection.endColumn-1):new C.Y(this._selection.startLineNumber,this._selection.startColumn+1,this._selection.endLineNumber,this._selection.endColumn+1)}}var D=e(26386);class y extends r.R6{constructor(a,o){super(o);this.left=a}run(a,o){if(!o.hasModel())return;let s=[],i=o.getSelections();for(const d of i)s.push(new c(d,this.left));o.pushUndoStop(),o.executeCommands(this.id,s),o.pushUndoStop()}}class b extends y{constructor(){super(!0,{id:"editor.action.moveCarretLeftAction",label:D.N("caret.moveLeft","Move Selected Text Left"),alias:"Move Selected Text Left",precondition:p.u.writable})}}class _ extends y{constructor(){super(!1,{id:"editor.action.moveCarretRightAction",label:D.N("caret.moveRight","Move Selected Text Right"),alias:"Move Selected Text Right",precondition:p.u.writable})}}(0,r.Qr)(b),(0,r.Qr)(_)},69930:(Xe,v,e)=>{"use strict";e.r(v);var r=e(55298),p=e(38050),w=e(93814),C=e(50038),c=e(21081),D=e(26386);class y extends r.R6{constructor(){super({id:"editor.action.transposeLetters",label:D.N("transposeLetters.label","Transpose Letters"),alias:"Transpose Letters",precondition:c.u.writable,kbOpts:{kbExpr:c.u.textInputFocus,primary:0,mac:{primary:256|50},weight:100}})}run(_,u){if(!u.hasModel())return;let a=u.getModel(),o=[],s=u.getSelections();for(let i of s){if(!i.isEmpty())continue;let d=i.startLineNumber,f=i.startColumn,m=a.getLineMaxColumn(d);if(d===1&&(f===1||f===2&&m===2))continue;let g=f===m?i.getPosition():w.o.rightPosition(a,i.getPosition().lineNumber,i.getPosition().column),L=w.o.leftPosition(a,g),T=w.o.leftPosition(a,L),I=a.getValueInRange(C.e.fromPositions(T,L)),M=a.getValueInRange(C.e.fromPositions(L,g)),W=C.e.fromPositions(T,g);o.push(new p.T4(W,M+I))}o.length>0&&(u.pushUndoStop(),u.executeCommands(this.id,o),u.pushUndoStop())}}(0,r.Qr)(y)},64466:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{CutAction:()=>f,CopyAction:()=>m,PasteAction:()=>g});var r=e(71488),p=e(11138),w=e(10521),C=e(55298),c=e(5603),D=e(21081),y=e(26386),b=e(21208),_=e(51941),u=function(I,M,W,B){function G(J){return J instanceof W?J:new W(function(ee){ee(J)})}return new(W||(W=Promise))(function(J,ee){function z(O){try{ne(B.next(O))}catch(k){ee(k)}}function Y(O){try{ne(B.throw(O))}catch(k){ee(k)}}function ne(O){O.done?J(O.value):G(O.value).then(z,Y)}ne((B=B.apply(I,M||[])).next())})};const a="9_cutcopypaste",o=p.tY||document.queryCommandSupported("cut"),s=p.tY||document.queryCommandSupported("copy"),i=typeof navigator.clipboard=="undefined"||r.isFirefox?document.queryCommandSupported("paste"):!0;function d(I){return I.register(),I}const f=o?d(new C.AJ({id:"editor.action.clipboardCutAction",precondition:void 0,kbOpts:p.tY?{primary:2048|54,win:{primary:2048|54,secondary:[1024|20]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miCut",comment:["&& denotes a mnemonic"]},"Cu&&t"),order:1},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.cutLabel","Cut"),when:D.u.writable,order:1},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.cutLabel","Cut"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.cutLabel","Cut"),when:D.u.writable,order:1}]})):void 0,m=s?d(new C.AJ({id:"editor.action.clipboardCopyAction",precondition:void 0,kbOpts:p.tY?{primary:2048|33,win:{primary:2048|33,secondary:[2048|19]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miCopy",comment:["&& denotes a mnemonic"]},"&&Copy"),order:2},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.copyLabel","Copy"),order:2},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.copyLabel","Copy"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.copyLabel","Copy"),order:2}]})):void 0;b.BH.appendMenuItem(b.eH.MenubarEditMenu,{submenu:b.eH.MenubarCopy,title:{value:y.N("copy as","Copy As"),original:"Copy As"},group:"2_ccp",order:3}),b.BH.appendMenuItem(b.eH.EditorContext,{submenu:b.eH.EditorContextCopy,title:{value:y.N("copy as","Copy As"),original:"Copy As"},group:a,order:3});const g=i?d(new C.AJ({id:"editor.action.clipboardPasteAction",precondition:void 0,kbOpts:p.tY?{primary:2048|52,win:{primary:2048|52,secondary:[1024|19]},linux:{primary:2048|52,secondary:[1024|19]},weight:100}:void 0,menuOpts:[{menuId:b.eH.MenubarEditMenu,group:"2_ccp",title:y.N({key:"miPaste",comment:["&& denotes a mnemonic"]},"&&Paste"),order:4},{menuId:b.eH.EditorContext,group:a,title:y.N("actions.clipboard.pasteLabel","Paste"),when:D.u.writable,order:4},{menuId:b.eH.CommandPalette,group:"",title:y.N("actions.clipboard.pasteLabel","Paste"),order:1},{menuId:b.eH.SimpleEditorContext,group:a,title:y.N("actions.clipboard.pasteLabel","Paste"),when:D.u.writable,order:4}]})):void 0;class L extends C.R6{constructor(){super({id:"editor.action.clipboardCopyWithSyntaxHighlightingAction",label:y.N("actions.clipboard.copyWithSyntaxHighlightingLabel","Copy With Syntax Highlighting"),alias:"Copy With Syntax Highlighting",precondition:void 0,kbOpts:{kbExpr:D.u.textInputFocus,primary:0,weight:100}})}run(M,W){!W.hasModel()||!W.getOption(32)&&W.getSelection().isEmpty()||(w.RA.forceCopyWithSyntaxHighlighting=!0,W.focus(),document.execCommand("copy"),w.RA.forceCopyWithSyntaxHighlighting=!1)}}function T(I,M){!I||(I.addImplementation(1e4,"code-editor",(W,B)=>{const G=W.get(c.$).getFocusedCodeEditor();if(G&&G.hasTextFocus()){const J=G.getOption(32),ee=G.getSelection();return ee&&ee.isEmpty()&&!J||document.execCommand(M),!0}return!1}),I.addImplementation(0,"generic-dom",(W,B)=>(document.execCommand(M),!0)))}T(f,"cut"),T(m,"copy"),g&&(g.addImplementation(1e4,"code-editor",(I,M)=>{const W=I.get(c.$),B=I.get(_.p),G=W.getFocusedCodeEditor();return G&&G.hasTextFocus()?!document.execCommand("paste")&&p.$L?(()=>u(void 0,void 0,void 0,function*(){const ee=yield B.readText();if(ee!==""){const z=w.Nl.INSTANCE.get(ee);let Y=!1,ne=null,O=null;z&&(Y=G.getOption(32)&&!!z.isFromEmptySelection,ne=typeof z.multicursorText!="undefined"?z.multicursorText:null,O=z.mode),G.trigger("keyboard","paste",{text:ee,pasteOnNewLine:Y,multicursorText:ne,mode:O})}}))():!0:!1}),g.addImplementation(0,"generic-dom",(I,M)=>(document.execCommand("paste"),!0))),s&&(0,C.Qr)(L)},85393:(Xe,v,e)=>{"use strict";e.d(v,{RB:()=>d,Bb:()=>f,MN:()=>m,uH:()=>g,TM:()=>L,bA:()=>T,aI:()=>W});var r=e(16308),p=e(97464),w=e(20996),C=e(38431),c=e(28919),D=e(95834),y=e(50038),b=e(57841),_=e(88490),u=e(94657),a=e(80793),o=e(79969),s=e(47996),i=function(J,ee,z,Y){function ne(O){return O instanceof z?O:new z(function(k){k(O)})}return new(z||(z=Promise))(function(O,k){function Q(x){try{U(Y.next(x))}catch(N){k(N)}}function q(x){try{U(Y.throw(x))}catch(N){k(N)}}function U(x){x.done?O(x.value):ne(x.value).then(Q,q)}U((Y=Y.apply(J,ee||[])).next())})};const d="editor.action.codeAction",f="editor.action.refactor",m="editor.action.sourceAction",g="editor.action.organizeImports",L="editor.action.fixAll";class T{constructor(ee,z){this.action=ee,this.provider=z}resolve(ee){var z;return i(this,void 0,void 0,function*(){if(((z=this.provider)===null||z===void 0?void 0:z.resolveCodeAction)&&!this.action.edit){let Y;try{Y=yield this.provider.resolveCodeAction(this.action,ee)}catch(ne){(0,w.Cp)(ne)}Y&&(this.action.edit=Y.edit)}return this})}}class I extends C.JT{constructor(ee,z,Y){super();this.documentation=z,this._register(Y),this.allActions=[...ee].sort(I.codeActionsComparator),this.validActions=this.allActions.filter(({action:ne})=>!ne.disabled)}static codeActionsComparator({action:ee},{action:z}){return ee.isPreferred&&!z.isPreferred?-1:!ee.isPreferred&&z.isPreferred?1:(0,r.Of)(ee.diagnostics)?(0,r.Of)(z.diagnostics)?ee.diagnostics[0].message.localeCompare(z.diagnostics[0].message):-1:(0,r.Of)(z.diagnostics)?1:0}get hasAutoFix(){return this.validActions.some(({action:ee})=>!!ee.kind&&s.yN.QuickFix.contains(new s.yN(ee.kind))&&!!ee.isPreferred)}}const M={actions:[],documentation:void 0};function W(J,ee,z,Y,ne){var O;const k=z.filter||{},Q={only:(O=k.include)===null||O===void 0?void 0:O.value,trigger:z.type},q=new D.YQ(J,ne),U=B(J,k),x=new C.SL,N=U.map(j=>i(this,void 0,void 0,function*(){try{Y.report(j);const re=yield j.provideCodeActions(J,ee,Q,q.token);if(re&&x.add(re),q.token.isCancellationRequested)return M;const oe=((re==null?void 0:re.actions)||[]).filter(pe=>pe&&(0,s.Yl)(k,pe)),me=G(j,oe,k.include);return{actions:oe.map(pe=>new T(pe,j)),documentation:me}}catch(re){if((0,w.VV)(re))throw re;return(0,w.Cp)(re),M}})),A=_.H9.onDidChange(()=>{const j=_.H9.all(J);(0,r.fS)(j,U)||q.cancel()});return Promise.all(N).then(j=>{const re=(0,r.xH)(j.map(me=>me.actions)),oe=(0,r.kX)(j.map(me=>me.documentation));return new I(re,oe,x)}).finally(()=>{A.dispose(),q.dispose()})}function B(J,ee){return _.H9.all(J).filter(z=>z.providedCodeActionKinds?z.providedCodeActionKinds.some(Y=>(0,s.EU)(ee,new s.yN(Y))):!0)}function G(J,ee,z){if(!J.documentation)return;const Y=J.documentation.map(ne=>({kind:new s.yN(ne.kind),command:ne.command}));if(z){let ne;for(const O of Y)O.kind.contains(z)&&(ne?ne.kind.contains(O.kind)&&(ne=O):ne=O);if(ne)return ne==null?void 0:ne.command}for(const ne of ee)if(!!ne.kind){for(const O of Y)if(O.kind.contains(new s.yN(ne.kind)))return O.command}}a.P0.registerCommand("_executeCodeActionProvider",function(J,ee,z,Y,ne){return i(this,void 0,void 0,function*(){if(!(ee instanceof c.o))throw(0,w.b1)();const O=J.get(u.q).getModel(ee);if(!O)throw(0,w.b1)();const k=b.Y.isISelection(z)?b.Y.liftSelection(z):y.e.isIRange(z)?O.validateRange(z):void 0;if(!k)throw(0,w.b1)();const Q=typeof Y=="string"?new s.yN(Y):void 0,q=yield W(O,k,{type:1,filter:{includeSourceActions:!0,include:Q}},o.Ex.None,p.T.None),U=[],x=Math.min(q.validActions.length,typeof ne=="number"?ne:0);for(let N=0;N<x;N++)U.push(q.validActions[N].resolve(p.T.None));try{return yield Promise.all(U),q.validActions.map(N=>N.action)}finally{setTimeout(()=>q.dispose(),100)}})})},62214:(Xe,v,e)=>{"use strict";e.d(v,{S5:()=>Wi,dW:()=>ii,Hv:()=>Yi,o$:()=>Fi,E7:()=>Yt,pY:()=>Ge,Eb:()=>li,VQ:()=>Ii});var r=e(97464);class p{constructor(Jt){this.executor=Jt,this._didRun=!1}getValue(){if(!this._didRun)try{this._value=this.executor()}catch(Jt){this._error=Jt}finally{this._didRun=!0}if(this._error)throw this._error;return this._value}get rawValue(){return this._value}}var w=e(38431),C=e(17416),c=e(55298),D=e(53028),y=e(21081),b=e(85393),_=e(20996),u=e(13906),a=e(44333),o=e(34441),s=e(98299),i=e(8964),d=e(88490),f=e(47996),m=e(36953),g=e(55495),L=function(ui,Jt,ct,de){var rt=arguments.length,ze=rt<3?Jt:de===null?de=Object.getOwnPropertyDescriptor(Jt,ct):de,Ke;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")ze=Reflect.decorate(ui,Jt,ct,de);else for(var Ne=ui.length-1;Ne>=0;Ne--)(Ke=ui[Ne])&&(ze=(rt<3?Ke(ze):rt>3?Ke(Jt,ct,ze):Ke(Jt,ct))||ze);return rt>3&&ze&&Object.defineProperty(Jt,ct,ze),ze},T=function(ui,Jt){return function(ct,de){Jt(ct,de,ui)}},I=function(ui,Jt,ct,de){function rt(ze){return ze instanceof ct?ze:new ct(function(Ke){Ke(ze)})}return new(ct||(ct=Promise))(function(ze,Ke){function Ne(It){try{ht(de.next(It))}catch(Et){Ke(Et)}}function He(It){try{ht(de.throw(It))}catch(Et){Ke(Et)}}function ht(It){It.done?ze(It.value):rt(It.value).then(Ne,He)}ht((de=de.apply(ui,Jt||[])).next())})};class M extends s.aU{constructor(Jt,ct){super(Jt.command?Jt.command.id:Jt.title,W(Jt.title),void 0,!Jt.disabled,ct);this.action=Jt}}function W(ui){return ui.replace(/\r\n|\r|\n/g," ")}let B=class extends w.JT{constructor(Jt,ct,de,rt){super();this._editor=Jt,this._delegate=ct,this._contextMenuService=de,this._visible=!1,this._showingActions=this._register(new w.XK),this._keybindingResolver=new G({getKeybindings:()=>rt.getKeybindings()})}get isVisible(){return this._visible}show(Jt,ct,de,rt){return I(this,void 0,void 0,function*(){const ze=rt.includeDisabledActions?ct.allActions:ct.validActions;if(!ze.length){this._visible=!1;return}if(!this._editor.getDomNode())throw this._visible=!1,(0,_.F0)();this._visible=!0,this._showingActions.value=ct;const Ke=this.getMenuActions(Jt,ze,ct.documentation),Ne=i.L.isIPosition(de)?this._toCoords(de):de||{x:0,y:0},He=this._keybindingResolver.getResolver(),ht=this._editor.getOption(114);this._contextMenuService.showContextMenu({domForShadowRoot:ht?this._editor.getDomNode():void 0,getAnchor:()=>Ne,getActions:()=>Ke,onHide:()=>{this._visible=!1,this._editor.focus()},autoSelectFirstItem:!0,getKeyBinding:It=>It instanceof M?He(It.action):void 0})})}getMenuActions(Jt,ct,de){var rt,ze;const Ke=It=>new M(It.action,()=>this._delegate.onSelectCodeAction(It)),Ne=ct.map(Ke),He=[...de],ht=this._editor.getModel();if(ht&&Ne.length)for(const It of d.H9.all(ht))It._getAdditionalMenuItems&&He.push(...It._getAdditionalMenuItems({trigger:Jt.type,only:(ze=(rt=Jt.filter)===null||rt===void 0?void 0:rt.include)===null||ze===void 0?void 0:ze.value},ct.map(Et=>Et.action)));return He.length&&Ne.push(new s.Z0,...He.map(It=>Ke(new b.bA({title:It.title,command:It},void 0)))),Ne}_toCoords(Jt){if(!this._editor.hasModel())return{x:0,y:0};this._editor.revealPosition(Jt,1),this._editor.render();const ct=this._editor.getScrolledVisiblePosition(Jt),de=(0,o.i)(this._editor.getDomNode()),rt=de.left+ct.left,ze=de.top+ct.top+ct.height;return{x:rt,y:ze}}};B=L([T(2,m.i),T(3,g.d)],B);class G{constructor(Jt){this._keybindingProvider=Jt}getResolver(){const Jt=new p(()=>this._keybindingProvider.getKeybindings().filter(ct=>G.codeActionCommands.indexOf(ct.command)>=0).filter(ct=>ct.resolvedKeybinding).map(ct=>{let de=ct.commandArgs;return ct.command===b.uH?de={kind:f.yN.SourceOrganizeImports.value}:ct.command===b.TM&&(de={kind:f.yN.SourceFixAll.value}),Object.assign({resolvedKeybinding:ct.resolvedKeybinding},f.wZ.fromUser(de,{kind:f.yN.None,apply:"never"}))}));return ct=>{if(ct.kind){const de=this.bestKeybindingForCodeAction(ct,Jt.getValue());return de==null?void 0:de.resolvedKeybinding}}}bestKeybindingForCodeAction(Jt,ct){if(!Jt.kind)return;const de=new f.yN(Jt.kind);return ct.filter(rt=>rt.kind.contains(de)).filter(rt=>rt.preferred?Jt.isPreferred:!0).reduceRight((rt,ze)=>rt?rt.kind.contains(ze.kind)?ze:rt:ze,void 0)}}G.codeActionCommands=[b.Bb,b.RB,b.MN,b.uH,b.TM];var J=e(26249),ee=e(80265),z=e(407),Y=e(56709),ne=e(93379),O=e.n(ne),k=e(7795),Q=e.n(k),q=e(90569),U=e.n(q),x=e(3565),N=e.n(x),A=e(19216),j=e.n(A),re=e(44589),oe=e.n(re),me=e(99113),pe={};pe.styleTagTransform=oe(),pe.setAttributes=N(),pe.insert=U().bind(null,"head"),pe.domAPI=Q(),pe.insertStyleElement=j();var Ie=O()(me.Z,pe);const We=me.Z&&me.Z.locals?me.Z.locals:void 0;var De=e(695),fe=e(26386),Me=e(92537),_e=e(58566),je=function(ui,Jt,ct,de){var rt=arguments.length,ze=rt<3?Jt:de===null?de=Object.getOwnPropertyDescriptor(Jt,ct):de,Ke;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")ze=Reflect.decorate(ui,Jt,ct,de);else for(var Ne=ui.length-1;Ne>=0;Ne--)(Ke=ui[Ne])&&(ze=(rt<3?Ke(ze):rt>3?Ke(Jt,ct,ze):Ke(Jt,ct))||ze);return rt>3&&ze&&Object.defineProperty(Jt,ct,ze),ze},be=function(ui,Jt){return function(ct,de){Jt(ct,de,ui)}},ke;(function(ui){ui.Hidden={type:0};class Jt{constructor(de,rt,ze,Ke){this.actions=de,this.trigger=rt,this.editorPosition=ze,this.widgetPosition=Ke,this.type=1}}ui.Showing=Jt})(ke||(ke={}));let Le=class rd extends w.JT{constructor(Jt,ct,de,rt){super();this._editor=Jt,this._quickFixActionId=ct,this._preferredFixActionId=de,this._keybindingService=rt,this._onClick=this._register(new Y.Q5),this.onClick=this._onClick.event,this._state=ke.Hidden,this._domNode=document.createElement("div"),this._domNode.className=z.lA.lightBulb.classNames,this._editor.addContentWidget(this),this._register(this._editor.onDidChangeModelContent(ze=>{const Ke=this._editor.getModel();(this.state.type!==1||!Ke||this.state.editorPosition.lineNumber>=Ke.getLineCount())&&this.hide()})),ee.o.ignoreTarget(this._domNode),this._register(o.Gw(this._domNode,ze=>{if(this.state.type!==1)return;this._editor.focus(),ze.preventDefault();const{top:Ke,height:Ne}=o.i(this._domNode),He=this._editor.getOption(58);let ht=Math.floor(He/3);this.state.widgetPosition.position!==null&&this.state.widgetPosition.position.lineNumber<this.state.editorPosition.lineNumber&&(ht+=He),this._onClick.fire({x:ze.posx,y:Ke+Ne+ht,actions:this.state.actions,trigger:this.state.trigger})})),this._register(o.nm(this._domNode,"mouseenter",ze=>{if((ze.buttons&1)!==1)return;this.hide();const Ke=new J.Z;Ke.startMonitoring(ze.target,ze.buttons,J.e,()=>{},()=>{Ke.dispose()})})),this._register(this._editor.onDidChangeConfiguration(ze=>{ze.hasChanged(56)&&!this._editor.getOption(56).enabled&&this.hide()})),this._updateLightBulbTitleAndIcon(),this._register(this._keybindingService.onDidUpdateKeybindings(this._updateLightBulbTitleAndIcon,this))}dispose(){super.dispose(),this._editor.removeContentWidget(this)}getId(){return"LightBulbWidget"}getDomNode(){return this._domNode}getPosition(){return this._state.type===1?this._state.widgetPosition:null}update(Jt,ct,de){if(Jt.validActions.length<=0)return this.hide();const rt=this._editor.getOptions();if(!rt.get(56).enabled)return this.hide();const ze=this._editor.getModel();if(!ze)return this.hide();const{lineNumber:Ke,column:Ne}=ze.validatePosition(de),He=ze.getOptions().tabSize,ht=rt.get(43),It=ze.getLineContent(Ke),Et=De.yO.computeIndentLevel(It,He),Fe=ht.spaceWidth*Et>22,at=ft=>ft>2&&this._editor.getTopForLineNumber(ft)===this._editor.getTopForLineNumber(ft-1);let Lt=Ke;if(!Fe){if(Ke>1&&!at(Ke-1))Lt-=1;else if(!at(Ke+1))Lt+=1;else if(Ne*ht.spaceWidth<22)return this.hide()}this.state=new ke.Showing(Jt,ct,de,{position:{lineNumber:Lt,column:1},preference:rd._posPref}),this._editor.layoutContentWidget(this)}hide(){this.state=ke.Hidden,this._editor.layoutContentWidget(this)}get state(){return this._state}set state(Jt){this._state=Jt,this._updateLightBulbTitleAndIcon()}_updateLightBulbTitleAndIcon(){if(this.state.type===1&&this.state.actions.hasAutoFix){this._domNode.classList.remove(...z.lA.lightBulb.classNamesArray),this._domNode.classList.add(...z.lA.lightbulbAutofix.classNamesArray);const ct=this._keybindingService.lookupKeybinding(this._preferredFixActionId);if(ct){this.title=fe.N("preferredcodeActionWithKb","Show Code Actions. Preferred Quick Fix Available ({0})",ct.getLabel());return}}this._domNode.classList.remove(...z.lA.lightbulbAutofix.classNamesArray),this._domNode.classList.add(...z.lA.lightBulb.classNamesArray);const Jt=this._keybindingService.lookupKeybinding(this._quickFixActionId);Jt?this.title=fe.N("codeActionWithKb","Show Code Actions ({0})",Jt.getLabel()):this.title=fe.N("codeAction","Show Code Actions")}set title(Jt){this._domNode.title=Jt}};Le._posPref=[0],Le=je([be(3,g.d)],Le),(0,_e.Ic)((ui,Jt)=>{var ct;const de=(ct=ui.getColor(Me.cvW))===null||ct===void 0?void 0:ct.transparent(.7),rt=ui.getColor(Me.Fu1);rt&&Jt.addRule(`
|
|
588
588
|
.monaco-editor .contentWidgets ${z.lA.lightBulb.cssSelector} {
|
|
589
589
|
color: ${rt};
|
|
590
590
|
background-color: ${de};
|
|
@@ -1224,4 +1224,4 @@ ${JSON.stringify(Ne,void 0,4)}`);else de.changes&&Object.keys(de.changes).forEac
|
|
|
1224
1224
|
`,`\r
|
|
1225
1225
|
`,"\r"],Ee;(function(te){function Be(it,Rt,qt,gt){return new ue(it,Rt,qt,gt)}te.create=Be;function Je(it){var Rt=it;return!!(ve.defined(Rt)&&ve.string(Rt.uri)&&(ve.undefined(Rt.languageId)||ve.string(Rt.languageId))&&ve.uinteger(Rt.lineCount)&&ve.func(Rt.getText)&&ve.func(Rt.positionAt)&&ve.func(Rt.offsetAt))}te.is=Je;function Re(it,Rt){for(var qt=it.getText(),gt=Oe(Rt,function(Ct,Xt){var ot=Ct.range.start.line-Xt.range.start.line;return ot===0?Ct.range.start.character-Xt.range.start.character:ot}),hi=qt.length,$t=gt.length-1;$t>=0;$t--){var tt=gt[$t],Pt=it.offsetAt(tt.range.start),ni=it.offsetAt(tt.range.end);if(ni<=hi)qt=qt.substring(0,Pt)+tt.newText+qt.substring(ni,qt.length);else throw new Error("Overlapping edit");hi=Pt}return qt}te.applyEdits=Re;function Oe(it,Rt){if(it.length<=1)return it;var qt=it.length/2|0,gt=it.slice(0,qt),hi=it.slice(qt);Oe(gt,Rt),Oe(hi,Rt);for(var $t=0,tt=0,Pt=0;$t<gt.length&&tt<hi.length;){var ni=Rt(gt[$t],hi[tt]);ni<=0?it[Pt++]=gt[$t++]:it[Pt++]=hi[tt++]}for(;$t<gt.length;)it[Pt++]=gt[$t++];for(;tt<hi.length;)it[Pt++]=hi[tt++];return it}})(Ee||(Ee={}));var ue=function(){function te(Be,Je,Re,Oe){this._uri=Be,this._languageId=Je,this._version=Re,this._content=Oe,this._lineOffsets=void 0}return Object.defineProperty(te.prototype,"uri",{get:function(){return this._uri},enumerable:!1,configurable:!0}),Object.defineProperty(te.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(te.prototype,"version",{get:function(){return this._version},enumerable:!1,configurable:!0}),te.prototype.getText=function(Be){if(Be){var Je=this.offsetAt(Be.start),Re=this.offsetAt(Be.end);return this._content.substring(Je,Re)}return this._content},te.prototype.update=function(Be,Je){this._content=Be.text,this._version=Je,this._lineOffsets=void 0},te.prototype.getLineOffsets=function(){if(this._lineOffsets===void 0){for(var Be=[],Je=this._content,Re=!0,Oe=0;Oe<Je.length;Oe++){Re&&(Be.push(Oe),Re=!1);var it=Je.charAt(Oe);Re=it==="\r"||it===`
|
|
1226
1226
|
`,it==="\r"&&Oe+1<Je.length&&Je.charAt(Oe+1)===`
|
|
1227
|
-
`&&Oe++}Re&&Je.length>0&&Be.push(Je.length),this._lineOffsets=Be}return this._lineOffsets},te.prototype.positionAt=function(Be){Be=Math.max(Math.min(Be,this._content.length),0);var Je=this.getLineOffsets(),Re=0,Oe=Je.length;if(Oe===0)return w.create(0,Be);for(;Re<Oe;){var it=Math.floor((Re+Oe)/2);Je[it]>Be?Oe=it:Re=it+1}var Rt=Re-1;return w.create(Rt,Be-Je[Rt])},te.prototype.offsetAt=function(Be){var Je=this.getLineOffsets();if(Be.line>=Je.length)return this._content.length;if(Be.line<0)return 0;var Re=Je[Be.line],Oe=Be.line+1<Je.length?Je[Be.line+1]:this._content.length;return Math.max(Math.min(Re+Be.character,Oe),Re)},Object.defineProperty(te.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),te}(),ve;(function(te){var Be=Object.prototype.toString;function Je(ni){return typeof ni!="undefined"}te.defined=Je;function Re(ni){return typeof ni=="undefined"}te.undefined=Re;function Oe(ni){return ni===!0||ni===!1}te.boolean=Oe;function it(ni){return Be.call(ni)==="[object String]"}te.string=it;function Rt(ni){return Be.call(ni)==="[object Number]"}te.number=Rt;function qt(ni,Ct,Xt){return Be.call(ni)==="[object Number]"&&Ct<=ni&&ni<=Xt}te.numberRange=qt;function gt(ni){return Be.call(ni)==="[object Number]"&&-2147483648<=ni&&ni<=2147483647}te.integer=gt;function hi(ni){return Be.call(ni)==="[object Number]"&&0<=ni&&ni<=2147483647}te.uinteger=hi;function $t(ni){return Be.call(ni)==="[object Function]"}te.func=$t;function tt(ni){return ni!==null&&typeof ni=="object"}te.objectLiteral=tt;function Pt(ni,Ct){return Array.isArray(ni)&&ni.every(Ct)}te.typedArray=Pt})(ve||(ve={}))},70355:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{URI:()=>p,Utils:()=>w});var r;r=(()=>{"use strict";var C={470:y=>{function b(a){if(typeof a!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(a))}function _(a,o){for(var s,i="",d=0,f=-1,m=0,g=0;g<=a.length;++g){if(g<a.length)s=a.charCodeAt(g);else{if(s===47)break;s=47}if(s===47){if(!(f===g-1||m===1))if(f!==g-1&&m===2){if(i.length<2||d!==2||i.charCodeAt(i.length-1)!==46||i.charCodeAt(i.length-2)!==46){if(i.length>2){var L=i.lastIndexOf("/");if(L!==i.length-1){L===-1?(i="",d=0):d=(i=i.slice(0,L)).length-1-i.lastIndexOf("/"),f=g,m=0;continue}}else if(i.length===2||i.length===1){i="",d=0,f=g,m=0;continue}}o&&(i.length>0?i+="/..":i="..",d=2)}else i.length>0?i+="/"+a.slice(f+1,g):i=a.slice(f+1,g),d=g-f-1;f=g,m=0}else s===46&&m!==-1?++m:m=-1}return i}var u={resolve:function(){for(var a,o="",s=!1,i=arguments.length-1;i>=-1&&!s;i--){var d;i>=0?d=arguments[i]:(a===void 0&&(a=process.cwd()),d=a),b(d),d.length!==0&&(o=d+"/"+o,s=d.charCodeAt(0)===47)}return o=_(o,!s),s?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(a){if(b(a),a.length===0)return".";var o=a.charCodeAt(0)===47,s=a.charCodeAt(a.length-1)===47;return(a=_(a,!o)).length!==0||o||(a="."),a.length>0&&s&&(a+="/"),o?"/"+a:a},isAbsolute:function(a){return b(a),a.length>0&&a.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var a,o=0;o<arguments.length;++o){var s=arguments[o];b(s),s.length>0&&(a===void 0?a=s:a+="/"+s)}return a===void 0?".":u.normalize(a)},relative:function(a,o){if(b(a),b(o),a===o||(a=u.resolve(a))===(o=u.resolve(o)))return"";for(var s=1;s<a.length&&a.charCodeAt(s)===47;++s);for(var i=a.length,d=i-s,f=1;f<o.length&&o.charCodeAt(f)===47;++f);for(var m=o.length-f,g=d<m?d:m,L=-1,T=0;T<=g;++T){if(T===g){if(m>g){if(o.charCodeAt(f+T)===47)return o.slice(f+T+1);if(T===0)return o.slice(f+T)}else d>g&&(a.charCodeAt(s+T)===47?L=T:T===0&&(L=0));break}var I=a.charCodeAt(s+T);if(I!==o.charCodeAt(f+T))break;I===47&&(L=T)}var M="";for(T=s+L+1;T<=i;++T)T!==i&&a.charCodeAt(T)!==47||(M.length===0?M+="..":M+="/..");return M.length>0?M+o.slice(f+L):(f+=L,o.charCodeAt(f)===47&&++f,o.slice(f))},_makeLong:function(a){return a},dirname:function(a){if(b(a),a.length===0)return".";for(var o=a.charCodeAt(0),s=o===47,i=-1,d=!0,f=a.length-1;f>=1;--f)if((o=a.charCodeAt(f))===47){if(!d){i=f;break}}else d=!1;return i===-1?s?"/":".":s&&i===1?"//":a.slice(0,i)},basename:function(a,o){if(o!==void 0&&typeof o!="string")throw new TypeError('"ext" argument must be a string');b(a);var s,i=0,d=-1,f=!0;if(o!==void 0&&o.length>0&&o.length<=a.length){if(o.length===a.length&&o===a)return"";var m=o.length-1,g=-1;for(s=a.length-1;s>=0;--s){var L=a.charCodeAt(s);if(L===47){if(!f){i=s+1;break}}else g===-1&&(f=!1,g=s+1),m>=0&&(L===o.charCodeAt(m)?--m==-1&&(d=s):(m=-1,d=g))}return i===d?d=g:d===-1&&(d=a.length),a.slice(i,d)}for(s=a.length-1;s>=0;--s)if(a.charCodeAt(s)===47){if(!f){i=s+1;break}}else d===-1&&(f=!1,d=s+1);return d===-1?"":a.slice(i,d)},extname:function(a){b(a);for(var o=-1,s=0,i=-1,d=!0,f=0,m=a.length-1;m>=0;--m){var g=a.charCodeAt(m);if(g!==47)i===-1&&(d=!1,i=m+1),g===46?o===-1?o=m:f!==1&&(f=1):o!==-1&&(f=-1);else if(!d){s=m+1;break}}return o===-1||i===-1||f===0||f===1&&o===i-1&&o===s+1?"":a.slice(o,i)},format:function(a){if(a===null||typeof a!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof a);return function(o,s){var i=s.dir||s.root,d=s.base||(s.name||"")+(s.ext||"");return i?i===s.root?i+d:i+"/"+d:d}(0,a)},parse:function(a){b(a);var o={root:"",dir:"",base:"",ext:"",name:""};if(a.length===0)return o;var s,i=a.charCodeAt(0),d=i===47;d?(o.root="/",s=1):s=0;for(var f=-1,m=0,g=-1,L=!0,T=a.length-1,I=0;T>=s;--T)if((i=a.charCodeAt(T))!==47)g===-1&&(L=!1,g=T+1),i===46?f===-1?f=T:I!==1&&(I=1):f!==-1&&(I=-1);else if(!L){m=T+1;break}return f===-1||g===-1||I===0||I===1&&f===g-1&&f===m+1?g!==-1&&(o.base=o.name=m===0&&d?a.slice(1,g):a.slice(m,g)):(m===0&&d?(o.name=a.slice(1,f),o.base=a.slice(1,g)):(o.name=a.slice(m,f),o.base=a.slice(m,g)),o.ext=a.slice(f,g)),m>0?o.dir=a.slice(0,m-1):d&&(o.dir="/"),o},sep:"/",delimiter:":",win32:null,posix:null};u.posix=u,y.exports=u},447:(y,b,_)=>{var u;if(_.r(b),_.d(b,{URI:()=>I,Utils:()=>k}),typeof process=="object")u=process.platform==="win32";else if(typeof navigator=="object"){var a=navigator.userAgent;u=a.indexOf("Windows")>=0}var o,s,i=(o=function(x,N){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,j){A.__proto__=j}||function(A,j){for(var re in j)Object.prototype.hasOwnProperty.call(j,re)&&(A[re]=j[re])})(x,N)},function(x,N){function A(){this.constructor=x}o(x,N),x.prototype=N===null?Object.create(N):(A.prototype=N.prototype,new A)}),d=/^\w[\w\d+.-]*$/,f=/^\//,m=/^\/\//,g="",L="/",T=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,I=function(){function x(N,A,j,re,oe,me){me===void 0&&(me=!1),typeof N=="object"?(this.scheme=N.scheme||g,this.authority=N.authority||g,this.path=N.path||g,this.query=N.query||g,this.fragment=N.fragment||g):(this.scheme=function(pe,Ie){return pe||Ie?pe:"file"}(N,me),this.authority=A||g,this.path=function(pe,Ie){switch(pe){case"https":case"http":case"file":Ie?Ie[0]!==L&&(Ie=L+Ie):Ie=L}return Ie}(this.scheme,j||g),this.query=re||g,this.fragment=oe||g,function(pe,Ie){if(!pe.scheme&&Ie)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+pe.authority+'", path: "'+pe.path+'", query: "'+pe.query+'", fragment: "'+pe.fragment+'"}');if(pe.scheme&&!d.test(pe.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(pe.path){if(pe.authority){if(!f.test(pe.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(m.test(pe.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}(this,me))}return x.isUri=function(N){return N instanceof x||!!N&&typeof N.authority=="string"&&typeof N.fragment=="string"&&typeof N.path=="string"&&typeof N.query=="string"&&typeof N.scheme=="string"&&typeof N.fsPath=="function"&&typeof N.with=="function"&&typeof N.toString=="function"},Object.defineProperty(x.prototype,"fsPath",{get:function(){return ee(this,!1)},enumerable:!1,configurable:!0}),x.prototype.with=function(N){if(!N)return this;var A=N.scheme,j=N.authority,re=N.path,oe=N.query,me=N.fragment;return A===void 0?A=this.scheme:A===null&&(A=g),j===void 0?j=this.authority:j===null&&(j=g),re===void 0?re=this.path:re===null&&(re=g),oe===void 0?oe=this.query:oe===null&&(oe=g),me===void 0?me=this.fragment:me===null&&(me=g),A===this.scheme&&j===this.authority&&re===this.path&&oe===this.query&&me===this.fragment?this:new W(A,j,re,oe,me)},x.parse=function(N,A){A===void 0&&(A=!1);var j=T.exec(N);return j?new W(j[2]||g,O(j[4]||g),O(j[5]||g),O(j[7]||g),O(j[9]||g),A):new W(g,g,g,g,g)},x.file=function(N){var A=g;if(u&&(N=N.replace(/\\/g,L)),N[0]===L&&N[1]===L){var j=N.indexOf(L,2);j===-1?(A=N.substring(2),N=L):(A=N.substring(2,j),N=N.substring(j)||L)}return new W("file",A,N,g,g)},x.from=function(N){return new W(N.scheme,N.authority,N.path,N.query,N.fragment)},x.prototype.toString=function(N){return N===void 0&&(N=!1),z(this,N)},x.prototype.toJSON=function(){return this},x.revive=function(N){if(N){if(N instanceof x)return N;var A=new W(N);return A._formatted=N.external,A._fsPath=N._sep===M?N.fsPath:null,A}return N},x}(),M=u?1:void 0,W=function(x){function N(){var A=x!==null&&x.apply(this,arguments)||this;return A._formatted=null,A._fsPath=null,A}return i(N,x),Object.defineProperty(N.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=ee(this,!1)),this._fsPath},enumerable:!1,configurable:!0}),N.prototype.toString=function(A){return A===void 0&&(A=!1),A?z(this,!0):(this._formatted||(this._formatted=z(this,!1)),this._formatted)},N.prototype.toJSON=function(){var A={$mid:1};return this._fsPath&&(A.fsPath=this._fsPath,A._sep=M),this._formatted&&(A.external=this._formatted),this.path&&(A.path=this.path),this.scheme&&(A.scheme=this.scheme),this.authority&&(A.authority=this.authority),this.query&&(A.query=this.query),this.fragment&&(A.fragment=this.fragment),A},N}(I),B=((s={})[58]="%3A",s[47]="%2F",s[63]="%3F",s[35]="%23",s[91]="%5B",s[93]="%5D",s[64]="%40",s[33]="%21",s[36]="%24",s[38]="%26",s[39]="%27",s[40]="%28",s[41]="%29",s[42]="%2A",s[43]="%2B",s[44]="%2C",s[59]="%3B",s[61]="%3D",s[32]="%20",s);function G(x,N){for(var A=void 0,j=-1,re=0;re<x.length;re++){var oe=x.charCodeAt(re);if(oe>=97&&oe<=122||oe>=65&&oe<=90||oe>=48&&oe<=57||oe===45||oe===46||oe===95||oe===126||N&&oe===47)j!==-1&&(A+=encodeURIComponent(x.substring(j,re)),j=-1),A!==void 0&&(A+=x.charAt(re));else{A===void 0&&(A=x.substr(0,re));var me=B[oe];me!==void 0?(j!==-1&&(A+=encodeURIComponent(x.substring(j,re)),j=-1),A+=me):j===-1&&(j=re)}}return j!==-1&&(A+=encodeURIComponent(x.substring(j))),A!==void 0?A:x}function J(x){for(var N=void 0,A=0;A<x.length;A++){var j=x.charCodeAt(A);j===35||j===63?(N===void 0&&(N=x.substr(0,A)),N+=B[j]):N!==void 0&&(N+=x[A])}return N!==void 0?N:x}function ee(x,N){var A;return A=x.authority&&x.path.length>1&&x.scheme==="file"?"//"+x.authority+x.path:x.path.charCodeAt(0)===47&&(x.path.charCodeAt(1)>=65&&x.path.charCodeAt(1)<=90||x.path.charCodeAt(1)>=97&&x.path.charCodeAt(1)<=122)&&x.path.charCodeAt(2)===58?N?x.path.substr(1):x.path[1].toLowerCase()+x.path.substr(2):x.path,u&&(A=A.replace(/\//g,"\\")),A}function z(x,N){var A=N?J:G,j="",re=x.scheme,oe=x.authority,me=x.path,pe=x.query,Ie=x.fragment;if(re&&(j+=re,j+=":"),(oe||re==="file")&&(j+=L,j+=L),oe){var We=oe.indexOf("@");if(We!==-1){var De=oe.substr(0,We);oe=oe.substr(We+1),(We=De.indexOf(":"))===-1?j+=A(De,!1):(j+=A(De.substr(0,We),!1),j+=":",j+=A(De.substr(We+1),!1)),j+="@"}(We=(oe=oe.toLowerCase()).indexOf(":"))===-1?j+=A(oe,!1):(j+=A(oe.substr(0,We),!1),j+=oe.substr(We))}if(me){if(me.length>=3&&me.charCodeAt(0)===47&&me.charCodeAt(2)===58)(fe=me.charCodeAt(1))>=65&&fe<=90&&(me="/"+String.fromCharCode(fe+32)+":"+me.substr(3));else if(me.length>=2&&me.charCodeAt(1)===58){var fe;(fe=me.charCodeAt(0))>=65&&fe<=90&&(me=String.fromCharCode(fe+32)+":"+me.substr(2))}j+=A(me,!0)}return pe&&(j+="?",j+=A(pe,!1)),Ie&&(j+="#",j+=N?Ie:G(Ie,!1)),j}function Y(x){try{return decodeURIComponent(x)}catch(N){return x.length>3?x.substr(0,3)+Y(x.substr(3)):x}}var ne=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function O(x){return x.match(ne)?x.replace(ne,function(N){return Y(N)}):x}var k,Q=_(470),q=function(){for(var x=0,N=0,A=arguments.length;N<A;N++)x+=arguments[N].length;var j=Array(x),re=0;for(N=0;N<A;N++)for(var oe=arguments[N],me=0,pe=oe.length;me<pe;me++,re++)j[re]=oe[me];return j},U=Q.posix||Q;(function(x){x.joinPath=function(N){for(var A=[],j=1;j<arguments.length;j++)A[j-1]=arguments[j];return N.with({path:U.join.apply(U,q([N.path],A))})},x.resolvePath=function(N){for(var A=[],j=1;j<arguments.length;j++)A[j-1]=arguments[j];var re=N.path||"/";return N.with({path:U.resolve.apply(U,q([re],A))})},x.dirname=function(N){var A=U.dirname(N.path);return A.length===1&&A.charCodeAt(0)===46?N:N.with({path:A})},x.basename=function(N){return U.basename(N.path)},x.extname=function(N){return U.extname(N.path)}})(k||(k={}))}},c={};function D(y){if(c[y])return c[y].exports;var b=c[y]={exports:{}};return C[y](b,b.exports,D),b.exports}return D.d=(y,b)=>{for(var _ in b)D.o(b,_)&&!D.o(y,_)&&Object.defineProperty(y,_,{enumerable:!0,get:b[_]})},D.o=(y,b)=>Object.prototype.hasOwnProperty.call(y,b),D.r=y=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})},D(447)})();const{URI:p,Utils:w}=r},44580:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-action-bar{height:100%;white-space:nowrap}.monaco-action-bar .actions-container{align-items:center;display:flex;height:100%;margin:0 auto;padding:0;width:100%}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{align-items:center;cursor:pointer;display:block;justify-content:center;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .codicon,.monaco-action-bar .action-item .icon{display:block}.monaco-action-bar .action-item .codicon{align-items:center;display:flex;height:16px;width:16px}.monaco-action-bar .action-label{border-radius:5px;font-size:11px;padding:3px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{opacity:.4}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{border-bottom:1px solid #bbb;display:block;margin-left:.8em;margin-right:.8em;padding-top:1px}.monaco-action-bar .action-item .action-label.separator{background-color:#bbb;cursor:default;height:16px;margin:5px 4px!important;min-width:1px;padding:0;width:1px}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{align-items:center;display:flex;flex:1;justify-content:center;margin-right:10px;max-width:170px;min-width:60px;overflow:hidden}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-label{margin-right:1px}",""]);const D=c},34648:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-aria-container{left:-999em;position:absolute}",""]);const D=c},67422:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-text-button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;padding:4px;text-align:center;width:100%}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled,.monaco-button.disabled:focus{cursor:default;opacity:.4!important}.monaco-text-button>.codicon{color:inherit!important;margin:0 .2em}.monaco-button-dropdown{cursor:pointer;display:flex}.monaco-button-dropdown>.monaco-dropdown-button{margin-left:1px}.monaco-description-button{flex-direction:column}.monaco-description-button .monaco-button-label{font-weight:500}.monaco-description-button .monaco-button-description{font-style:italic}",""]);const D=c},47671:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-custom-checkbox{border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;float:left;height:20px;margin-left:2px;overflow:hidden;padding:1px;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;width:20px}.monaco-custom-checkbox:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-checkbox:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-checkbox,.hc-black .monaco-custom-checkbox:hover{background:none}.monaco-custom-checkbox.monaco-simple-checkbox{background-size:16px!important;border:1px solid transparent;border-radius:3px;height:18px;margin-left:0;margin-right:9px;opacity:1;padding:0;width:18px}.monaco-custom-checkbox.monaco-simple-checkbox:not(.checked):before{visibility:hidden}",""]);const D=c},4469:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".codicon-wrench-subaction{opacity:.5}@-webkit-keyframes codicon-spin{to{transform:rotate(1turn)}}@keyframes codicon-spin{to{transform:rotate(1turn)}}.codicon-gear.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin,.codicon-sync.codicon-modifier-spin{-webkit-animation:codicon-spin 1.5s steps(30) infinite;animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{-webkit-animation-duration:1s!important;animation-duration:1s!important;-webkit-animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}",""]);const D=c},36751:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>u});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(26602),e.b),b=C()(p()),_=D()(y);b.push([Xe.id,"@font-face{font-display:block;font-family:codicon;src:url("+_+') format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:16px/1 codicon;text-align:center;text-decoration:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}',""]);const u=b},85081:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".context-view{position:absolute;z-index:2500}.context-view.fixed{all:initial;color:inherit;font-family:inherit;font-size:13px;position:fixed;z-index:2500}",""]);const D=c},83652:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-count-badge{border-radius:11px;box-sizing:border-box;display:inline-block;font-size:11px;font-weight:400;line-height:11px;min-height:18px;min-width:18px;padding:3px 6px;text-align:center}.monaco-count-badge.long{border-radius:2px;line-height:normal;min-height:auto;padding:2px 3px}",""]);const D=c},86978:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{border-radius:5px;display:flex!important;flex-direction:row}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;line-height:16px;margin-left:-3px;padding-left:0;padding-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{background-position:50%;background-repeat:no-repeat;background-size:16px;display:block}",""]);const D=c},7423:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;right:2px;top:3px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls{-webkit-animation:monaco-findInput-highlight-0 .1s linear 0s;animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls{-webkit-animation:monaco-findInput-highlight-1 .1s linear 0s;animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{-webkit-animation:monaco-findInput-highlight-dark-0 .1s linear 0s;animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{-webkit-animation:monaco-findInput-highlight-dark-1 .1s linear 0s;animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@-webkit-keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}to{background:transparent}}@keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}to{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-dark-0{0%{background:hsla(0,0%,100%,.44)}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:hsla(0,0%,100%,.44)}to{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-dark-1{0%{background:hsla(0,0%,100%,.44)}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:hsla(0,0%,100%,.44)}99%{background:transparent}}",""]);const D=c},17441:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-hover{-webkit-animation:fadein .1s linear;animation:fadein .1s linear;box-sizing:initial;cursor:default;line-height:1.5em;overflow:hidden;position:absolute;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;z-index:50}.monaco-hover.hidden{display:none}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){word-wrap:break-word;max-width:500px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover .code,.monaco-hover p,.monaco-hover ul{margin:8px 0}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{border-left:0;border-right:0;box-sizing:border-box;height:1px;margin:4px -8px -4px}.monaco-hover .code:first-child,.monaco-hover p:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover .code:last-child,.monaco-hover p:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ol,.monaco-hover ul{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:pre-wrap}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px}.monaco-hover .hover-row.status-bar .actions .action-container{cursor:pointer;margin-right:16px}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link,.monaco-hover .hover-contents a.code-link:hover{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{border-bottom:1px solid transparent;text-decoration:underline;text-underline-position:under}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{display:inline-block;margin-bottom:4px}.monaco-hover-content .action-container a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{cursor:default;opacity:.4;pointer-events:none}',""]);const D=c},60958:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:0;background-repeat:no-repeat;background-size:16px;display:inline-block;flex-shrink:0;height:22px;line-height:inherit!important;padding-right:6px;vertical-align:top;width:16px}.monaco-icon-label>.monaco-icon-label-container{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-size:.9em;margin-left:.5em;opacity:.7;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{font-style:italic}.monaco-icon-label.deprecated{opacity:.66;text-decoration:line-through}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{text-decoration:line-through}.monaco-icon-label:after{font-size:90%;font-weight:600;margin:auto 16px 0 5px;opacity:.75;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}",""]);const D=c},72540:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-inputbox{box-sizing:border-box;display:block;font-size:inherit;padding:0;position:relative}.monaco-inputbox.idle{border:1px solid transparent}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px}.monaco-inputbox>.ibwrapper{height:100%;position:relative;width:100%}.monaco-inputbox>.ibwrapper>.input{border:none;box-sizing:border-box;color:inherit;display:inline-block;font-family:inherit;font-size:inherit;height:100%;line-height:inherit;resize:none;width:100%}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{-ms-overflow-style:none;display:block;outline:none;scrollbar-width:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{word-wrap:break-word;box-sizing:border-box;display:inline-block;left:0;position:absolute;top:0;visibility:hidden;white-space:pre-wrap;width:100%}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{word-wrap:break-word;box-sizing:border-box;display:inline-block;font-size:12px;line-height:17px;margin-top:-1px;overflow:hidden;padding:.4em;text-align:left;width:100%}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;height:16px;width:16px}",""]);const D=c},65351:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-keybinding{align-items:center;display:flex;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{border-radius:3px;border-style:solid;border-width:1px;display:inline-block;font-size:11px;margin:0 2px;padding:3px 5px;vertical-align:middle}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}",""]);const D=c},70539:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-list{height:100%;position:relative;white-space:nowrap;width:100%}.monaco-list.mouse-support{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{height:100%;position:relative;width:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{min-width:100%;width:auto}.monaco-list-row{box-sizing:border-box;overflow:hidden;position:absolute;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-multiple,.monaco-list.selection-single{outline:0!important}.monaco-drag-image{border-radius:10px;display:inline-block;font-size:12px;padding:1px 7px;position:absolute;z-index:1000}.monaco-list-type-filter{align-items:center;border-radius:2px;box-sizing:border-box;cursor:all-scroll;display:flex;font-size:13px;height:20px;line-height:18px;max-width:calc(100% - 10px);overflow:hidden;padding:0 3px;position:absolute;text-align:right;text-overflow:ellipsis;top:4px;z-index:1}.monaco-list-type-filter.dragging{transition:top .2s,left .2s}.monaco-list-type-filter.ne{right:4px}.monaco-list-type-filter.nw{left:4px}.monaco-list-type-filter>.controls{align-items:center;box-sizing:border-box;display:flex;transition:width .2s;width:0}.monaco-list-type-filter.dragging>.controls,.monaco-list-type-filter:hover>.controls{width:36px}.monaco-list-type-filter>.controls>*{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:16px;justify-content:center;margin:0;padding:0;width:16px}.monaco-list-type-filter>.controls>.filter{margin-left:4px}.monaco-list-type-filter-message{box-sizing:border-box;height:100%;left:0;opacity:.7;padding:40px 1em 1em;pointer-events:none;position:absolute;text-align:center;top:0;white-space:normal;width:100%}.monaco-list-type-filter-message:empty{display:none}.monaco-list-type-filter{cursor:-webkit-grab;cursor:grab}.monaco-list-type-filter.dragging{cursor:-webkit-grabbing;cursor:grabbing}",""]);const D=c},3757:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>o});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(4768),e.b),b=new URL(e(35555),e.b),_=C()(p()),u=D()(y),a=D()(b);_.push([Xe.id,".monaco-mouse-cursor-text{cursor:text}.hc-black.mac .monaco-mouse-cursor-text,.hc-black .mac .monaco-mouse-cursor-text,.vs-dark.mac .monaco-mouse-cursor-text,.vs-dark .mac .monaco-mouse-cursor-text{cursor:-webkit-image-set(url("+u+") 1x,url("+a+") 2x) 5 8,text}",""]);const o=_},2352:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-progress-container{height:5px;overflow:hidden;width:100%}.monaco-progress-container .progress-bit{display:none;height:5px;left:0;position:absolute;width:2%}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:progress;animation-name:progress;-webkit-animation-timing-function:linear;animation-timing-function:linear;transform:translate(0)}@-webkit-keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}",""]);const D=c},19004:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,':root{--sash-size:4px}.monaco-sash{position:absolute;touch-action:none;z-index:35}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;height:100%;top:0;width:var(--sash-size)}.monaco-sash.horizontal{cursor:ns-resize;height:var(--sash-size);left:0;width:100%}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";cursor:all-scroll;display:block;height:calc(var(--sash-size)*2);position:absolute;width:calc(var(--sash-size)*2);z-index:100}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--sash-size)*-.5);top:calc(var(--sash-size)*-1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{bottom:calc(var(--sash-size)*-1);left:calc(var(--sash-size)*-.5)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{left:calc(var(--sash-size)*-1);top:calc(var(--sash-size)*-.5)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{right:calc(var(--sash-size)*-1);top:calc(var(--sash-size)*-.5)}.monaco-sash:before{background:transparent;content:"";height:100%;pointer-events:none;position:absolute;transition:background-color .1s ease-out;width:100%}.monaco-sash.vertical:before{left:calc(50% - var(--sash-hover-size)/2);width:var(--sash-hover-size)}.monaco-sash.horizontal:before{height:var(--sash-hover-size);top:calc(50% - var(--sash-hover-size)/2)}.monaco-sash.debug{background:cyan}.monaco-sash.debug.disabled{background:rgba(0,255,255,.2)}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}',""]);const D=c},48278:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{background:transparent;opacity:1;transition:opacity .1s linear}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{display:none;position:absolute}.monaco-scrollable-element>.shadow.top{display:block;height:3px;left:3px;top:0;width:100%}.monaco-scrollable-element>.shadow.left{display:block;height:100%;left:0;top:3px;width:3px}.monaco-scrollable-element>.shadow.top-left-corner{display:block;height:3px;left:0;top:0;width:3px}",""]);const D=c},17631:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-split-view2{height:100%;position:relative;width:100%}.monaco-split-view2>.sash-container{height:100%;pointer-events:none;position:absolute;width:100%}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:auto}.monaco-split-view2>.monaco-scrollable-element{height:100%;width:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{height:100%;position:relative;white-space:nowrap;width:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{position:absolute;white-space:normal}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{background-color:var(--separator-border);content:" ";left:0;pointer-events:none;position:absolute;top:0;z-index:5}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}',""]);const D=c},41615:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-table{display:flex;flex-direction:column;height:100%;position:relative;white-space:nowrap;width:100%}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.monaco-table-td,.monaco-table-th{box-sizing:border-box;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{border-left:1px solid transparent;content:"";left:calc(var(--sash-size)/2);position:absolute;width:0}.monaco-table>.monaco-split-view2,.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}',""]);const D=c},30597:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-tl-row{align-items:center;display:flex;height:100%;position:relative}.monaco-tl-indent{height:100%;left:16px;pointer-events:none;position:absolute;top:0}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{border-left:1px solid transparent;box-sizing:border-box;display:inline-block;height:100%;transition:border-color .1s linear}.monaco-tl-contents,.monaco-tl-twistie{height:100%}.monaco-tl-twistie{align-items:center;display:flex!important;flex-shrink:0;font-size:10px;justify-content:center;padding-right:6px;text-align:right;transform:translate(3px);width:16px}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{-webkit-animation:codicon-spin 1.25s steps(30) infinite;animation:codicon-spin 1.25s steps(30) infinite}",""]);const D=c},75995:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.quick-input-widget{left:50%;margin-left:-300px;padding:0 1px 1px;position:absolute;width:600px;z-index:2000}.quick-input-titlebar{align-items:center;display:flex}.quick-input-left-action-bar{display:flex;flex:1;margin-left:4px}.quick-input-title{overflow:hidden;padding:3px 0;text-align:center;text-overflow:ellipsis}.quick-input-right-action-bar{display:flex;flex:1;margin-right:4px}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:50%;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px}.quick-input-header .quick-input-description{margin:4px 2px}.quick-input-header{display:flex;margin-bottom:-2px;padding:6px 6px 0}.quick-input-widget.hidden-input .quick-input-header{margin-bottom:0;padding:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{display:flex;flex-grow:1;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{left:-10000px;position:absolute}.quick-input-count{align-items:center;align-self:center;display:flex;position:absolute;right:4px}.quick-input-count .monaco-count-badge{border-radius:2px;line-height:normal;min-height:auto;padding:2px 4px;vertical-align:middle}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{align-items:center;display:flex;font-size:11px;height:27.5px;padding:0 6px}.quick-input-message{margin-top:-1px;overflow-wrap:break-word;padding:5px 5px 2px}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-progress.monaco-progress-container,.quick-input-progress.monaco-progress-container .progress-bit{height:2px}.quick-input-list{line-height:22px;margin-top:6px}.quick-input-widget.hidden-input .quick-input-list{margin-top:0}.quick-input-list .monaco-list{max-height:440px;overflow:hidden}.quick-input-list .quick-input-list-entry{box-sizing:border-box;display:flex;height:100%;overflow:hidden;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-style:solid;border-top-width:1px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{display:flex;flex:1;height:100%;overflow:hidden}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-rows{display:flex;flex:1;flex-direction:column;height:100%;margin-left:5px;overflow:hidden;text-overflow:ellipsis}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{align-items:center;display:flex}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{line-height:normal;opacity:.7;overflow:hidden;text-overflow:ellipsis}.quick-input-list .monaco-highlighted-label .highlight{font-weight:700}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:8px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:0 2px 2px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px;margin-top:1px}.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}',""]);const D=c},31473:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .inputarea{background-color:transparent;border:none;color:transparent;margin:0;min-height:0;min-width:0;outline:none!important;overflow:hidden;padding:0;position:absolute;resize:none}.monaco-editor .inputarea.ime-input{z-index:10}",""]);const D=c},88414:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .current-line,.monaco-editor .view-overlays .current-line{box-sizing:border-box;display:block;left:0;position:absolute;top:0}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}",""]);const D=c},95981:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .cdr{position:absolute}",""]);const D=c},82980:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .margin-view-overlays .cgmr{align-items:center;display:flex;justify-content:center;position:absolute}",""]);const D=c},11373:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .core-guide{box-sizing:border-box;position:absolute}",""]);const D=c},52923:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .line-numbers{box-sizing:border-box;cursor:default;display:inline-block;font-variant-numeric:tabular-nums;height:100%;position:absolute;text-align:right;vertical-align:middle}.monaco-editor .relative-current-line-number{display:inline-block;text-align:left;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}",""]);const D=c},3056:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".mtkcontrol{background:#960000!important;color:#fff!important}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .mtkz{display:inline-block}",""]);const D=c},35068:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-decorations{background:#fff;position:absolute;top:0}.monaco-editor .margin-view-overlays .cldr{height:100%;position:absolute}",""]);const D=c},92993:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .cmdr{height:100%;left:0;position:absolute;width:100%}",""]);const D=c},30572:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover .minimap-slider.active,.monaco-editor .minimap.slider-mouseover:hover .minimap-slider{opacity:1}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{left:-6px;position:absolute;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{left:-1px;position:absolute;width:1px}",""]);const D=c},97537:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .overlayWidgets{left:0;position:absolute;top:0}",""]);const D=c},37724:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .view-ruler{position:absolute;top:0}",""]);const D=c},16919:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .scroll-decoration{height:6px;left:0;position:absolute;top:0}",""]);const D=c},57418:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}",""]);const D=c},78541:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{overflow:hidden;position:absolute}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{background:transparent!important;border-bottom-style:solid;border-bottom-width:2px;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{background:transparent!important;border-bottom-style:solid;border-bottom-width:1px;box-sizing:border-box}@-webkit-keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@-webkit-keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@-webkit-keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{-webkit-animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{-webkit-animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{-webkit-animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}",""]);const D=c},20451:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:rgba(0,0,0,.03)}.monaco-diff-editor.vs-dark .diffOverview{background:hsla(0,0%,100%,.01)}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar{background:transparent}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:hsla(0,0%,67%,.4)}.modified-in-monaco-diff-editor.hc-black .slider.active{background:none}.monaco-diff-editor .delete-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-editor .insert-sign{align-items:center;display:flex!important;font-size:11px!important;opacity:.7!important}.monaco-diff-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-editor.hc-black .insert-sign{opacity:1}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .inline-deleted-margin-view-zone{text-align:right}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}",""]);const D=c},84402:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-diff-editor .diff-review-line-number{display:inline-block;text-align:right}.monaco-diff-editor .diff-review{position:absolute;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-diff-editor .diff-review-summary{padding-left:10px}.monaco-diff-editor .diff-review-shadow{position:absolute}.monaco-diff-editor .diff-review-row{white-space:pre}.monaco-diff-editor .diff-review-table{display:table;min-width:100%}.monaco-diff-editor .diff-review-row{display:table-row;width:100%}.monaco-diff-editor .diff-review-spacer{display:inline-block;vertical-align:middle;width:10px}.monaco-diff-editor .diff-review-spacer>.codicon{font-size:9px!important}.monaco-diff-editor .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px}.monaco-diff-editor .diff-review-actions .action-label{height:16px;margin:2px 0;width:16px}",""]);const D=c},97534:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,"::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{-webkit-text-size-adjust:100%;overflow:visible;position:relative}.monaco-editor .overflow-guard{overflow:hidden;position:relative}.monaco-editor .view-overlays{position:absolute;top:0}",""]);const D=c},23551:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}",""]);const D=c},59986:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .bracket-match{box-sizing:border-box}",""]);const D=c},99113:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .contentWidgets .codicon-light-bulb,.monaco-editor .contentWidgets .codicon-lightbulb-autofix{align-items:center;display:flex;justify-content:center}.monaco-editor .contentWidgets .codicon-light-bulb:hover,.monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover{cursor:pointer}",""]);const D=c},87942:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .codelens-decoration{color:var(--vscode-editorCodeLens-foreground);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .codelens-decoration>a,.monaco-editor .codelens-decoration>span{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:sub;white-space:nowrap}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer}.monaco-editor .codelens-decoration>a:hover,.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscoce-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);vertical-align:middle}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@-webkit-keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{-webkit-animation:fadein .1s linear;animation:fadein .1s linear}",""]);const D=c},82925:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>u});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(94748),e.b),b=C()(p()),_=D()(y);b.push([Xe.id,".colorpicker-widget{height:190px;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .colorpicker-hover:focus{outline:none}.colorpicker-color-decoration{border:.1em solid #000;box-sizing:border-box;display:inline-block;height:.8em;line-height:.8em;margin:.1em .2em 0;width:.8em}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:.1em solid #eee}.colorpicker-header{-ms-interpolation-mode:nearest-neighbor;background:url("+_+");background-size:9px 9px;display:flex;height:24px;image-rendering:-moz-crisp-edges;image-rendering:pixelated;position:relative}.colorpicker-header .picked-color{align-items:center;color:#fff;cursor:pointer;display:flex;flex:1;justify-content:center;line-height:24px;width:216px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px;left:8px;position:absolute}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{cursor:pointer;width:74px;z-index:inherit}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{flex:1;height:150px;min-width:220px;overflow:hidden;position:relative}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{border:1px solid #fff;border-radius:100%;box-shadow:0 0 2px #000c;height:9px;margin:-5px 0 0 -5px;position:absolute;width:9px}.colorpicker-body .strip{height:150px;width:25px}.colorpicker-body .hue-strip{background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.colorpicker-body .hue-strip,.colorpicker-body .opacity-strip{cursor:-webkit-grab;cursor:grab;margin-left:8px;position:relative}.colorpicker-body .opacity-strip{-ms-interpolation-mode:nearest-neighbor;background:url("+_+");background-size:9px 9px;image-rendering:-moz-crisp-edges;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.colorpicker-body .slider{border:1px solid hsla(0,0%,100%,.71);box-shadow:0 0 1px #000000d9;box-sizing:border-box;height:4px;left:-2px;position:absolute;top:0;width:calc(100% + 4px)}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}",""]);const u=b},97803:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor.vs .dnd-target{border-right:2px dotted #000;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #aeafad;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines{cursor:default}.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines{cursor:copy}",""]);const D=c},51578:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .find-widget{box-sizing:border-box;height:33px;line-height:19px;overflow:hidden;padding:0 4px;position:absolute;transform:translateY(calc(-100% - 10px));transition:transform .2s linear;z-index:35}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{display:flex;font-size:12px;margin:4px 0 0 17px}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-bottom:2px;padding-top:2px}.monaco-editor .find-widget>.find-part .find-actions,.monaco-editor .find-widget>.replace-part .replace-actions{align-items:center;display:flex;height:25px}.monaco-editor .find-widget .monaco-findInput{display:flex;flex:1;vertical-align:middle}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{box-sizing:border-box;display:flex;flex:initial;height:25px;line-height:23px;margin:0 0 0 3px;padding:2px 0 0 2px;text-align:center;vertical-align:middle}.monaco-editor .find-widget .button{align-items:center;background-position:50%;background-repeat:no-repeat;border-radius:5px;cursor:pointer;display:flex;flex:initial;height:16px;justify-content:center;margin-left:3px;padding:3px;width:16px}.monaco-editor .find-widget .codicon-find-selection{border-radius:5px;height:22px;padding:3px;width:22px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{padding:1px 6px;top:-1px;width:auto}.monaco-editor .find-widget .button.toggle{border-radius:0;box-sizing:border-box;height:100%;left:3px;position:absolute;top:0;width:18px}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{cursor:default;opacity:.3}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{display:flex;flex:auto;flex-grow:0;flex-shrink:0;position:relative;vertical-align:middle}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;right:2px;top:3px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .findMatch{-webkit-animation-duration:0;animation-duration:0;-webkit-animation-name:inherit!important;animation-name:inherit!important}.monaco-editor .find-widget .monaco-sash{left:0!important}.monaco-editor.hc-black .find-widget .button:before{left:2px;position:relative;top:1px}",""]);const D=c},79722:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .margin-view-overlays .codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-expanded{align-items:center;cursor:pointer;display:flex;font-size:140%;justify-content:center;margin-left:2px;opacity:0;transition:opacity .5s}.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays:hover .codicon{opacity:1}.monaco-editor .inline-folded:after{color:gray;content:"\\22ef";cursor:pointer;display:inline;line-height:1em;margin:.1em .2em 0}',""]);const D=c},94062:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;margin-right:4px;vertical-align:text-top}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{font-style:italic;opacity:.6}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{padding:8px 12px 0 20px;position:absolute;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;white-space:pre}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{color:inherit;opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{border-bottom:1px solid transparent;color:var(--vscode-textLink-foreground);color:var(--vscode-textLink-activeForeground);text-decoration:underline;text-underline-position:under}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer}',""]);const D=c},29737:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .goto-definition-link{cursor:pointer;text-decoration:underline}",""]);const D=c},41312:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-bottom-width:1px;border-top-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;padding:3em 0;text-align:center;width:100%}.monaco-editor .reference-zone-widget .ref-tree{background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground);line-height:23px}.monaco-editor .reference-zone-widget .ref-tree .reference{overflow:hidden;text-overflow:ellipsis}.monaco-editor .reference-zone-widget .ref-tree .reference-file{color:var(--vscode-peekViewResult-fileForeground);display:inline-flex;height:100%;width:100%}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-left:auto;margin-right:12px}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input,.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder,transparent);box-sizing:border-box}",""]);const D=c},91212:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{cursor:pointer;display:inline-block;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{font-size:0;opacity:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text{font-style:italic}",""]);const D=c},38681:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer}",""]);const D=c},86171:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{-webkit-animation:fadeIn .15s ease-out;animation:fadeIn .15s ease-out}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{-webkit-animation:fadeOut .1s ease-out;animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{background-color:var(--vscode-inputValidation-infoBackground);border:1px solid var(--vscode-inputValidation-infoBorder);color:var(--vscode-inputValidation-infoForeground);padding:1px 4px}.monaco-editor.hc-black .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{border:8px solid transparent;height:0!important;position:absolute;width:0!important;z-index:1000}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage.below .anchor.below,.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}",""]);const D=c},81724:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .parameter-hints-widget{display:flex;flex-direction:column;line-height:1.5em;z-index:10}.monaco-editor .parameter-hints-widget>.phwrapper{display:flex;flex-direction:row;max-width:440px}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.visible{transition:left .05s ease-in-out}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .body,.monaco-editor .parameter-hints-widget .monaco-scrollable-element{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:normal}.monaco-editor .parameter-hints-widget .docs .markdown-docs code{font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs code{border-radius:3px;padding:0 .4em}.monaco-editor .parameter-hints-widget .controls{align-items:center;display:none;flex-direction:column;justify-content:flex-end;min-width:22px}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{background-repeat:no-repeat;cursor:pointer;height:16px;width:16px}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{font-family:var(--monaco-monospace-font);height:12px;line-height:12px;opacity:.5;text-align:center}.monaco-editor .parameter-hints-widget .signature .parameter.active{font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}",""]);const D=c},50572:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex}.monaco-editor .peekview-widget .head .peekview-title{align-items:center;display:flex;font-size:13px;margin-left:20px;min-width:0}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;padding-right:2px;text-align:right}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}',""]);const D=c},86242:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .rename-box{color:inherit;z-index:100}.monaco-editor .rename-box.preview{padding:3px 3px 0}.monaco-editor .rename-box .rename-input{padding:3px;width:calc(100% - 6px)}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}",""]);const D=c},93019:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .snippet-placeholder{background-color:var(--vscode-editor-snippetTabstopHighlightBackground,transparent);min-width:2px;outline-color:var(--vscode-editor-snippetTabstopHighlightBorder,transparent);outline-style:solid;outline-width:1px}.monaco-editor .finish-snippet-placeholder{background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground,transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder,transparent);outline-style:solid;outline-width:1px}",""]);const D=c},3592:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .suggest-widget{display:flex;flex-direction:column;width:430px;z-index:40}.monaco-editor .suggest-widget.message{align-items:center;flex-direction:row}.monaco-editor .suggest-details,.monaco-editor .suggest-widget{background-color:var(--vscode-editorSuggestWidget-background);border:1px solid var(--vscode-editorSuggestWidget-border);flex:0 1 auto;width:100%}.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-black .suggest-widget{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{border-top:1px solid var(--vscode-editorSuggestWidget-border);box-sizing:border-box;display:none;flex-flow:row nowrap;font-size:80%;justify-content:space-between;overflow:hidden;padding:0 4px;width:100%}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{background-position:2px 2px;background-repeat:no-repeat;-mox-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:flex;padding-right:10px;touch-action:none;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;justify-content:space-between;overflow:hidden;text-overflow:ellipsis;white-space:pre}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;cursor:pointer;font-size:14px;opacity:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;right:2px;top:6px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{opacity:.6;overflow:hidden;text-overflow:ellipsis}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{align-self:center;font-size:85%;line-height:normal;margin-left:12px;opacity:.4;overflow:hidden;text-overflow:ellipsis}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-grow:1;flex-shrink:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{flex-shrink:4;max-width:70%;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;height:18px;position:absolute;right:10px;visibility:hidden;width:18px}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{background-position:50%;background-repeat:no-repeat;background-size:80%;display:block;height:16px;margin-left:2px;width:16px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{align-items:center;display:flex;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{border:.1em solid #000;display:inline-block;height:.7em;margin:0 0 0 .3em;width:.7em}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{color:var(--vscode-editorSuggestWidget-foreground);cursor:default;display:flex;flex-direction:column}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;margin:0 24px 0 0;opacity:.7;overflow:hidden;padding:4px 0 12px 5px;text-overflow:ellipsis;white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{min-height:calc(1rem + 8px);padding:0;white-space:normal}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{word-wrap:break-word;white-space:pre-wrap}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ol,.monaco-editor .suggest-details ul{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}',""]);const D=c},28589:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".editor-banner{background:var(--vscode-banner-background);box-sizing:border-box;cursor:default;display:flex;font-size:12px;height:26px;overflow:visible;width:100%}.editor-banner .icon-container{align-items:center;display:flex;flex-shrink:0;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-position:50%;background-repeat:no-repeat;background-size:16px;margin:0 6px 0 10px;padding:0;width:16px}.editor-banner .message-container{align-items:center;display:flex;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-banner .message-container p{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{margin:2px 8px;padding:0 12px;width:inherit}.editor-banner .message-actions-container a{margin-left:12px;padding:3px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}",""]);const D=c},39459:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);box-sizing:border-box}",""]);const D=c},96501:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-bottom-style:solid;border-bottom-width:0;border-top-style:solid;border-top-width:0;position:relative}",""]);const D=c},80306:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .accessibilityHelpWidget{overflow:scroll;padding:10px;vertical-align:middle}",""]);const D=c},71932:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>o});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(53678),e.b),b=new URL(e(52136),e.b),_=C()(p()),u=D()(y),a=D()(b);_.push([Xe.id,".monaco-editor .iPadShowKeyboard{background:url("+u+") 50% no-repeat;border:4px solid #f6f6f6;border-radius:4px;height:36px;margin:0;min-height:0;min-width:0;overflow:hidden;padding:0;position:absolute;resize:none;width:58px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url("+a+") 50% no-repeat;border:4px solid #252526}",""]);const o=_},93161:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .tokens-inspect-widget{padding:10px;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;z-index:50}.tokens-inspect-separator{border:0;height:1px}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{float:right;font-size:60%;font-weight:400}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}",""]);const D=c},59739:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:1px solid hsla(0,0%,80%,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:1px solid #6fc3df;box-shadow:none;color:#fff}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:1px solid rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}",""]);const D=c},36290:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor{--monaco-monospace-font:"SF Mono",Monaco,Menlo,Consolas,"Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New",monospace;font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif}.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;top:0;width:1px}.monaco-editor.hc-black{-ms-high-contrast-adjust:none}@media screen and (-ms-high-contrast:active){.monaco-editor.vs-dark .view-overlays .current-line,.monaco-editor.vs .view-overlays .current-line{border-color:windowtext!important;border-left:0;border-right:0}.monaco-editor.vs-dark .cursor,.monaco-editor.vs .cursor{background-color:windowtext!important}.monaco-editor.vs-dark .dnd-target,.monaco-editor.vs .dnd-target{border-color:windowtext!important}.monaco-editor.vs-dark .selected-text,.monaco-editor.vs .selected-text{background-color:highlight!important}.monaco-editor.vs-dark .view-line,.monaco-editor.vs .view-line{-ms-high-contrast-adjust:none}.monaco-editor.vs-dark .view-line span,.monaco-editor.vs .view-line span{color:windowtext!important}.monaco-editor.vs-dark .view-line span.inline-selected-text,.monaco-editor.vs .view-line span.inline-selected-text{color:highlighttext!important}.monaco-editor.vs-dark .view-overlays,.monaco-editor.vs .view-overlays{-ms-high-contrast-adjust:none}.monaco-editor.vs-dark .reference-decoration,.monaco-editor.vs-dark .selectionHighlight,.monaco-editor.vs-dark .wordHighlight,.monaco-editor.vs-dark .wordHighlightStrong,.monaco-editor.vs .reference-decoration,.monaco-editor.vs .selectionHighlight,.monaco-editor.vs .wordHighlight,.monaco-editor.vs .wordHighlightStrong{background:transparent!important;border:2px dotted highlight!important;box-sizing:border-box}.monaco-editor.vs-dark .rangeHighlight,.monaco-editor.vs .rangeHighlight{background:transparent!important;border:1px dotted activeborder!important;box-sizing:border-box}.monaco-editor.vs-dark .bracket-match,.monaco-editor.vs .bracket-match{background:transparent!important;border-color:windowtext!important}.monaco-editor.vs-dark .currentFindMatch,.monaco-editor.vs-dark .findMatch,.monaco-editor.vs .currentFindMatch,.monaco-editor.vs .findMatch{background:transparent!important;border:2px dotted activeborder!important;box-sizing:border-box}.monaco-editor.vs-dark .find-widget,.monaco-editor.vs .find-widget{border:1px solid windowtext}.monaco-editor.vs-dark .monaco-list .monaco-list-row,.monaco-editor.vs .monaco-list .monaco-list-row{-ms-high-contrast-adjust:none;color:windowtext!important}.monaco-editor.vs-dark .monaco-list .monaco-list-row.focused,.monaco-editor.vs .monaco-list .monaco-list-row.focused{background-color:highlight!important;color:highlighttext!important}.monaco-editor.vs-dark .monaco-list .monaco-list-row:hover,.monaco-editor.vs .monaco-list .monaco-list-row:hover{background:transparent!important;border:1px solid highlight;box-sizing:border-box}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar,.monaco-editor.vs .monaco-scrollable-element>.scrollbar{-ms-high-contrast-adjust:none;background:background!important;border:1px solid windowtext;box-sizing:border-box}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider{background:windowtext!important}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider.active,.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider:hover,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider.active,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider:hover{background:highlight!important}.monaco-editor.vs-dark .decorationsOverviewRuler,.monaco-editor.vs .decorationsOverviewRuler{opacity:0}.monaco-editor.vs-dark .minimap,.monaco-editor.vs .minimap{display:none}.monaco-editor.vs-dark .squiggly-d-error,.monaco-editor.vs .squiggly-d-error{background:transparent!important;border-bottom:4px double #e47777}.monaco-editor.vs-dark .squiggly-b-info,.monaco-editor.vs-dark .squiggly-c-warning,.monaco-editor.vs .squiggly-b-info,.monaco-editor.vs .squiggly-c-warning{border-bottom:4px double #71b771}.monaco-editor.vs-dark .squiggly-a-hint,.monaco-editor.vs .squiggly-a-hint{border-bottom:4px double #6c6c6c}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{-ms-high-contrast-adjust:none;background-color:highlight!important;color:highlighttext!important}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label,.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label{-ms-high-contrast-adjust:none;background:transparent!important;border:1px solid highlight;box-sizing:border-box}.monaco-diff-editor.vs-dark .diffOverviewRuler,.monaco-diff-editor.vs .diffOverviewRuler{display:none}.monaco-editor.vs-dark .line-delete,.monaco-editor.vs-dark .line-insert,.monaco-editor.vs .line-delete,.monaco-editor.vs .line-insert{background:transparent!important;border:1px solid highlight!important;box-sizing:border-box}.monaco-editor.vs-dark .char-delete,.monaco-editor.vs-dark .char-insert,.monaco-editor.vs .char-delete,.monaco-editor.vs .char-insert{background:transparent!important}}',""]);const D=c},96551:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-action-bar .action-item.menu-entry .action-label.icon{background-position:50%;background-repeat:no-repeat;background-size:16px;height:16px;width:16px}.monaco-action-bar .action-item.menu-entry .action-label{background-image:var(--menu-entry-icon-light)}.hc-black .monaco-action-bar .action-item.menu-entry .action-label,.vs-dark .monaco-action-bar .action-item.menu-entry .action-label{background-image:var(--menu-entry-icon-dark)}.monaco-dropdown-with-default{border-radius:5px;display:flex!important;flex-direction:row}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{background-position:50%;background-repeat:no-repeat;background-size:16px;height:16px;width:16px}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label{background-image:var(--menu-entry-icon-light)}.hc-black .monaco-dropdown-with-default>.action-container.menu-entry>.action-label,.vs-dark .monaco-dropdown-with-default>.action-container.menu-entry>.action-label{background-image:var(--menu-entry-icon-dark)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;line-height:16px;margin-left:-3px;padding-left:0;padding-right:0}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{background-position:50%;background-repeat:no-repeat;background-size:16px;display:block}",""]);const D=c},96045:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".context-view .monaco-menu{min-width:130px}",""]);const D=c},61667:Xe=>{"use strict";Xe.exports=function(v,e){return e||(e={}),v&&(v=String(v.__esModule?v.default:v),/^['"].*['"]$/.test(v)&&(v=v.slice(1,-1)),e.hash&&(v+=e.hash),/["'() \t\n]|(%20)/.test(v)||e.needQuotes?'"'.concat(v.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):v)}},88076:(Xe,v,e)=>{"use strict";var r=e(93379),p=e.n(r),w=e(7795),C=e.n(w),c=e(90569),D=e.n(c),y=e(3565),b=e.n(y),_=e(19216),u=e.n(_),a=e(44589),o=e.n(a),s=e(44580),i={};i.styleTagTransform=o(),i.setAttributes=b(),i.insert=D().bind(null,"head"),i.domAPI=C(),i.insertStyleElement=u();var d=p()(s.Z,i),f=s.Z&&s.Z.locals?s.Z.locals:void 0},25376:(Xe,v,e)=>{"use strict";var r=e(93379),p=e.n(r),w=e(7795),C=e.n(w),c=e(90569),D=e.n(c),y=e(3565),b=e.n(y),_=e(19216),u=e.n(_),a=e(44589),o=e.n(a),s=e(70539),i={};i.styleTagTransform=o(),i.setAttributes=b(),i.insert=D().bind(null,"head"),i.domAPI=C(),i.insertStyleElement=u();var d=p()(s.Z,i),f=s.Z&&s.Z.locals?s.Z.locals:void 0},26602:(Xe,v,e)=>{"use strict";Xe.exports=e.p+"56dba998166ea5a0ca7f.ttf"}}]);
|
|
1227
|
+
`&&Oe++}Re&&Je.length>0&&Be.push(Je.length),this._lineOffsets=Be}return this._lineOffsets},te.prototype.positionAt=function(Be){Be=Math.max(Math.min(Be,this._content.length),0);var Je=this.getLineOffsets(),Re=0,Oe=Je.length;if(Oe===0)return w.create(0,Be);for(;Re<Oe;){var it=Math.floor((Re+Oe)/2);Je[it]>Be?Oe=it:Re=it+1}var Rt=Re-1;return w.create(Rt,Be-Je[Rt])},te.prototype.offsetAt=function(Be){var Je=this.getLineOffsets();if(Be.line>=Je.length)return this._content.length;if(Be.line<0)return 0;var Re=Je[Be.line],Oe=Be.line+1<Je.length?Je[Be.line+1]:this._content.length;return Math.max(Math.min(Re+Be.character,Oe),Re)},Object.defineProperty(te.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),te}(),ve;(function(te){var Be=Object.prototype.toString;function Je(ni){return typeof ni!="undefined"}te.defined=Je;function Re(ni){return typeof ni=="undefined"}te.undefined=Re;function Oe(ni){return ni===!0||ni===!1}te.boolean=Oe;function it(ni){return Be.call(ni)==="[object String]"}te.string=it;function Rt(ni){return Be.call(ni)==="[object Number]"}te.number=Rt;function qt(ni,Ct,Xt){return Be.call(ni)==="[object Number]"&&Ct<=ni&&ni<=Xt}te.numberRange=qt;function gt(ni){return Be.call(ni)==="[object Number]"&&-2147483648<=ni&&ni<=2147483647}te.integer=gt;function hi(ni){return Be.call(ni)==="[object Number]"&&0<=ni&&ni<=2147483647}te.uinteger=hi;function $t(ni){return Be.call(ni)==="[object Function]"}te.func=$t;function tt(ni){return ni!==null&&typeof ni=="object"}te.objectLiteral=tt;function Pt(ni,Ct){return Array.isArray(ni)&&ni.every(Ct)}te.typedArray=Pt})(ve||(ve={}))},70355:(Xe,v,e)=>{"use strict";e.r(v),e.d(v,{URI:()=>p,Utils:()=>w});var r;r=(()=>{"use strict";var C={470:y=>{function b(a){if(typeof a!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(a))}function _(a,o){for(var s,i="",d=0,f=-1,m=0,g=0;g<=a.length;++g){if(g<a.length)s=a.charCodeAt(g);else{if(s===47)break;s=47}if(s===47){if(!(f===g-1||m===1))if(f!==g-1&&m===2){if(i.length<2||d!==2||i.charCodeAt(i.length-1)!==46||i.charCodeAt(i.length-2)!==46){if(i.length>2){var L=i.lastIndexOf("/");if(L!==i.length-1){L===-1?(i="",d=0):d=(i=i.slice(0,L)).length-1-i.lastIndexOf("/"),f=g,m=0;continue}}else if(i.length===2||i.length===1){i="",d=0,f=g,m=0;continue}}o&&(i.length>0?i+="/..":i="..",d=2)}else i.length>0?i+="/"+a.slice(f+1,g):i=a.slice(f+1,g),d=g-f-1;f=g,m=0}else s===46&&m!==-1?++m:m=-1}return i}var u={resolve:function(){for(var a,o="",s=!1,i=arguments.length-1;i>=-1&&!s;i--){var d;i>=0?d=arguments[i]:(a===void 0&&(a=process.cwd()),d=a),b(d),d.length!==0&&(o=d+"/"+o,s=d.charCodeAt(0)===47)}return o=_(o,!s),s?o.length>0?"/"+o:"/":o.length>0?o:"."},normalize:function(a){if(b(a),a.length===0)return".";var o=a.charCodeAt(0)===47,s=a.charCodeAt(a.length-1)===47;return(a=_(a,!o)).length!==0||o||(a="."),a.length>0&&s&&(a+="/"),o?"/"+a:a},isAbsolute:function(a){return b(a),a.length>0&&a.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var a,o=0;o<arguments.length;++o){var s=arguments[o];b(s),s.length>0&&(a===void 0?a=s:a+="/"+s)}return a===void 0?".":u.normalize(a)},relative:function(a,o){if(b(a),b(o),a===o||(a=u.resolve(a))===(o=u.resolve(o)))return"";for(var s=1;s<a.length&&a.charCodeAt(s)===47;++s);for(var i=a.length,d=i-s,f=1;f<o.length&&o.charCodeAt(f)===47;++f);for(var m=o.length-f,g=d<m?d:m,L=-1,T=0;T<=g;++T){if(T===g){if(m>g){if(o.charCodeAt(f+T)===47)return o.slice(f+T+1);if(T===0)return o.slice(f+T)}else d>g&&(a.charCodeAt(s+T)===47?L=T:T===0&&(L=0));break}var I=a.charCodeAt(s+T);if(I!==o.charCodeAt(f+T))break;I===47&&(L=T)}var M="";for(T=s+L+1;T<=i;++T)T!==i&&a.charCodeAt(T)!==47||(M.length===0?M+="..":M+="/..");return M.length>0?M+o.slice(f+L):(f+=L,o.charCodeAt(f)===47&&++f,o.slice(f))},_makeLong:function(a){return a},dirname:function(a){if(b(a),a.length===0)return".";for(var o=a.charCodeAt(0),s=o===47,i=-1,d=!0,f=a.length-1;f>=1;--f)if((o=a.charCodeAt(f))===47){if(!d){i=f;break}}else d=!1;return i===-1?s?"/":".":s&&i===1?"//":a.slice(0,i)},basename:function(a,o){if(o!==void 0&&typeof o!="string")throw new TypeError('"ext" argument must be a string');b(a);var s,i=0,d=-1,f=!0;if(o!==void 0&&o.length>0&&o.length<=a.length){if(o.length===a.length&&o===a)return"";var m=o.length-1,g=-1;for(s=a.length-1;s>=0;--s){var L=a.charCodeAt(s);if(L===47){if(!f){i=s+1;break}}else g===-1&&(f=!1,g=s+1),m>=0&&(L===o.charCodeAt(m)?--m==-1&&(d=s):(m=-1,d=g))}return i===d?d=g:d===-1&&(d=a.length),a.slice(i,d)}for(s=a.length-1;s>=0;--s)if(a.charCodeAt(s)===47){if(!f){i=s+1;break}}else d===-1&&(f=!1,d=s+1);return d===-1?"":a.slice(i,d)},extname:function(a){b(a);for(var o=-1,s=0,i=-1,d=!0,f=0,m=a.length-1;m>=0;--m){var g=a.charCodeAt(m);if(g!==47)i===-1&&(d=!1,i=m+1),g===46?o===-1?o=m:f!==1&&(f=1):o!==-1&&(f=-1);else if(!d){s=m+1;break}}return o===-1||i===-1||f===0||f===1&&o===i-1&&o===s+1?"":a.slice(o,i)},format:function(a){if(a===null||typeof a!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof a);return function(o,s){var i=s.dir||s.root,d=s.base||(s.name||"")+(s.ext||"");return i?i===s.root?i+d:i+"/"+d:d}(0,a)},parse:function(a){b(a);var o={root:"",dir:"",base:"",ext:"",name:""};if(a.length===0)return o;var s,i=a.charCodeAt(0),d=i===47;d?(o.root="/",s=1):s=0;for(var f=-1,m=0,g=-1,L=!0,T=a.length-1,I=0;T>=s;--T)if((i=a.charCodeAt(T))!==47)g===-1&&(L=!1,g=T+1),i===46?f===-1?f=T:I!==1&&(I=1):f!==-1&&(I=-1);else if(!L){m=T+1;break}return f===-1||g===-1||I===0||I===1&&f===g-1&&f===m+1?g!==-1&&(o.base=o.name=m===0&&d?a.slice(1,g):a.slice(m,g)):(m===0&&d?(o.name=a.slice(1,f),o.base=a.slice(1,g)):(o.name=a.slice(m,f),o.base=a.slice(m,g)),o.ext=a.slice(f,g)),m>0?o.dir=a.slice(0,m-1):d&&(o.dir="/"),o},sep:"/",delimiter:":",win32:null,posix:null};u.posix=u,y.exports=u},447:(y,b,_)=>{var u;if(_.r(b),_.d(b,{URI:()=>I,Utils:()=>k}),typeof process=="object")u=process.platform==="win32";else if(typeof navigator=="object"){var a=navigator.userAgent;u=a.indexOf("Windows")>=0}var o,s,i=(o=function(x,N){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,j){A.__proto__=j}||function(A,j){for(var re in j)Object.prototype.hasOwnProperty.call(j,re)&&(A[re]=j[re])})(x,N)},function(x,N){function A(){this.constructor=x}o(x,N),x.prototype=N===null?Object.create(N):(A.prototype=N.prototype,new A)}),d=/^\w[\w\d+.-]*$/,f=/^\//,m=/^\/\//,g="",L="/",T=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/,I=function(){function x(N,A,j,re,oe,me){me===void 0&&(me=!1),typeof N=="object"?(this.scheme=N.scheme||g,this.authority=N.authority||g,this.path=N.path||g,this.query=N.query||g,this.fragment=N.fragment||g):(this.scheme=function(pe,Ie){return pe||Ie?pe:"file"}(N,me),this.authority=A||g,this.path=function(pe,Ie){switch(pe){case"https":case"http":case"file":Ie?Ie[0]!==L&&(Ie=L+Ie):Ie=L}return Ie}(this.scheme,j||g),this.query=re||g,this.fragment=oe||g,function(pe,Ie){if(!pe.scheme&&Ie)throw new Error('[UriError]: Scheme is missing: {scheme: "", authority: "'+pe.authority+'", path: "'+pe.path+'", query: "'+pe.query+'", fragment: "'+pe.fragment+'"}');if(pe.scheme&&!d.test(pe.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(pe.path){if(pe.authority){if(!f.test(pe.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(m.test(pe.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}(this,me))}return x.isUri=function(N){return N instanceof x||!!N&&typeof N.authority=="string"&&typeof N.fragment=="string"&&typeof N.path=="string"&&typeof N.query=="string"&&typeof N.scheme=="string"&&typeof N.fsPath=="function"&&typeof N.with=="function"&&typeof N.toString=="function"},Object.defineProperty(x.prototype,"fsPath",{get:function(){return ee(this,!1)},enumerable:!1,configurable:!0}),x.prototype.with=function(N){if(!N)return this;var A=N.scheme,j=N.authority,re=N.path,oe=N.query,me=N.fragment;return A===void 0?A=this.scheme:A===null&&(A=g),j===void 0?j=this.authority:j===null&&(j=g),re===void 0?re=this.path:re===null&&(re=g),oe===void 0?oe=this.query:oe===null&&(oe=g),me===void 0?me=this.fragment:me===null&&(me=g),A===this.scheme&&j===this.authority&&re===this.path&&oe===this.query&&me===this.fragment?this:new W(A,j,re,oe,me)},x.parse=function(N,A){A===void 0&&(A=!1);var j=T.exec(N);return j?new W(j[2]||g,O(j[4]||g),O(j[5]||g),O(j[7]||g),O(j[9]||g),A):new W(g,g,g,g,g)},x.file=function(N){var A=g;if(u&&(N=N.replace(/\\/g,L)),N[0]===L&&N[1]===L){var j=N.indexOf(L,2);j===-1?(A=N.substring(2),N=L):(A=N.substring(2,j),N=N.substring(j)||L)}return new W("file",A,N,g,g)},x.from=function(N){return new W(N.scheme,N.authority,N.path,N.query,N.fragment)},x.prototype.toString=function(N){return N===void 0&&(N=!1),z(this,N)},x.prototype.toJSON=function(){return this},x.revive=function(N){if(N){if(N instanceof x)return N;var A=new W(N);return A._formatted=N.external,A._fsPath=N._sep===M?N.fsPath:null,A}return N},x}(),M=u?1:void 0,W=function(x){function N(){var A=x!==null&&x.apply(this,arguments)||this;return A._formatted=null,A._fsPath=null,A}return i(N,x),Object.defineProperty(N.prototype,"fsPath",{get:function(){return this._fsPath||(this._fsPath=ee(this,!1)),this._fsPath},enumerable:!1,configurable:!0}),N.prototype.toString=function(A){return A===void 0&&(A=!1),A?z(this,!0):(this._formatted||(this._formatted=z(this,!1)),this._formatted)},N.prototype.toJSON=function(){var A={$mid:1};return this._fsPath&&(A.fsPath=this._fsPath,A._sep=M),this._formatted&&(A.external=this._formatted),this.path&&(A.path=this.path),this.scheme&&(A.scheme=this.scheme),this.authority&&(A.authority=this.authority),this.query&&(A.query=this.query),this.fragment&&(A.fragment=this.fragment),A},N}(I),B=((s={})[58]="%3A",s[47]="%2F",s[63]="%3F",s[35]="%23",s[91]="%5B",s[93]="%5D",s[64]="%40",s[33]="%21",s[36]="%24",s[38]="%26",s[39]="%27",s[40]="%28",s[41]="%29",s[42]="%2A",s[43]="%2B",s[44]="%2C",s[59]="%3B",s[61]="%3D",s[32]="%20",s);function G(x,N){for(var A=void 0,j=-1,re=0;re<x.length;re++){var oe=x.charCodeAt(re);if(oe>=97&&oe<=122||oe>=65&&oe<=90||oe>=48&&oe<=57||oe===45||oe===46||oe===95||oe===126||N&&oe===47)j!==-1&&(A+=encodeURIComponent(x.substring(j,re)),j=-1),A!==void 0&&(A+=x.charAt(re));else{A===void 0&&(A=x.substr(0,re));var me=B[oe];me!==void 0?(j!==-1&&(A+=encodeURIComponent(x.substring(j,re)),j=-1),A+=me):j===-1&&(j=re)}}return j!==-1&&(A+=encodeURIComponent(x.substring(j))),A!==void 0?A:x}function J(x){for(var N=void 0,A=0;A<x.length;A++){var j=x.charCodeAt(A);j===35||j===63?(N===void 0&&(N=x.substr(0,A)),N+=B[j]):N!==void 0&&(N+=x[A])}return N!==void 0?N:x}function ee(x,N){var A;return A=x.authority&&x.path.length>1&&x.scheme==="file"?"//"+x.authority+x.path:x.path.charCodeAt(0)===47&&(x.path.charCodeAt(1)>=65&&x.path.charCodeAt(1)<=90||x.path.charCodeAt(1)>=97&&x.path.charCodeAt(1)<=122)&&x.path.charCodeAt(2)===58?N?x.path.substr(1):x.path[1].toLowerCase()+x.path.substr(2):x.path,u&&(A=A.replace(/\//g,"\\")),A}function z(x,N){var A=N?J:G,j="",re=x.scheme,oe=x.authority,me=x.path,pe=x.query,Ie=x.fragment;if(re&&(j+=re,j+=":"),(oe||re==="file")&&(j+=L,j+=L),oe){var We=oe.indexOf("@");if(We!==-1){var De=oe.substr(0,We);oe=oe.substr(We+1),(We=De.indexOf(":"))===-1?j+=A(De,!1):(j+=A(De.substr(0,We),!1),j+=":",j+=A(De.substr(We+1),!1)),j+="@"}(We=(oe=oe.toLowerCase()).indexOf(":"))===-1?j+=A(oe,!1):(j+=A(oe.substr(0,We),!1),j+=oe.substr(We))}if(me){if(me.length>=3&&me.charCodeAt(0)===47&&me.charCodeAt(2)===58)(fe=me.charCodeAt(1))>=65&&fe<=90&&(me="/"+String.fromCharCode(fe+32)+":"+me.substr(3));else if(me.length>=2&&me.charCodeAt(1)===58){var fe;(fe=me.charCodeAt(0))>=65&&fe<=90&&(me=String.fromCharCode(fe+32)+":"+me.substr(2))}j+=A(me,!0)}return pe&&(j+="?",j+=A(pe,!1)),Ie&&(j+="#",j+=N?Ie:G(Ie,!1)),j}function Y(x){try{return decodeURIComponent(x)}catch(N){return x.length>3?x.substr(0,3)+Y(x.substr(3)):x}}var ne=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function O(x){return x.match(ne)?x.replace(ne,function(N){return Y(N)}):x}var k,Q=_(470),q=function(){for(var x=0,N=0,A=arguments.length;N<A;N++)x+=arguments[N].length;var j=Array(x),re=0;for(N=0;N<A;N++)for(var oe=arguments[N],me=0,pe=oe.length;me<pe;me++,re++)j[re]=oe[me];return j},U=Q.posix||Q;(function(x){x.joinPath=function(N){for(var A=[],j=1;j<arguments.length;j++)A[j-1]=arguments[j];return N.with({path:U.join.apply(U,q([N.path],A))})},x.resolvePath=function(N){for(var A=[],j=1;j<arguments.length;j++)A[j-1]=arguments[j];var re=N.path||"/";return N.with({path:U.resolve.apply(U,q([re],A))})},x.dirname=function(N){var A=U.dirname(N.path);return A.length===1&&A.charCodeAt(0)===46?N:N.with({path:A})},x.basename=function(N){return U.basename(N.path)},x.extname=function(N){return U.extname(N.path)}})(k||(k={}))}},c={};function D(y){if(c[y])return c[y].exports;var b=c[y]={exports:{}};return C[y](b,b.exports,D),b.exports}return D.d=(y,b)=>{for(var _ in b)D.o(b,_)&&!D.o(y,_)&&Object.defineProperty(y,_,{enumerable:!0,get:b[_]})},D.o=(y,b)=>Object.prototype.hasOwnProperty.call(y,b),D.r=y=>{typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(y,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(y,"__esModule",{value:!0})},D(447)})();const{URI:p,Utils:w}=r},44580:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-action-bar{height:100%;white-space:nowrap}.monaco-action-bar .actions-container{align-items:center;display:flex;height:100%;margin:0 auto;padding:0;width:100%}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{align-items:center;cursor:pointer;display:block;justify-content:center;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .codicon,.monaco-action-bar .action-item .icon{display:block}.monaco-action-bar .action-item .codicon{align-items:center;display:flex;height:16px;width:16px}.monaco-action-bar .action-label{border-radius:5px;font-size:11px;padding:3px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{opacity:.4}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{border-bottom:1px solid #bbb;display:block;margin-left:.8em;margin-right:.8em;padding-top:1px}.monaco-action-bar .action-item .action-label.separator{background-color:#bbb;cursor:default;height:16px;margin:5px 4px!important;min-width:1px;padding:0;width:1px}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{align-items:center;display:flex;flex:1;justify-content:center;margin-right:10px;max-width:170px;min-width:60px;overflow:hidden}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-label{margin-right:1px}",""]);const D=c},34648:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-aria-container{left:-999em;position:absolute}",""]);const D=c},67422:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-text-button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;padding:4px;text-align:center;width:100%}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled,.monaco-button.disabled:focus{cursor:default;opacity:.4!important}.monaco-text-button>.codicon{color:inherit!important;margin:0 .2em}.monaco-button-dropdown{cursor:pointer;display:flex}.monaco-button-dropdown>.monaco-dropdown-button{margin-left:1px}.monaco-description-button{flex-direction:column}.monaco-description-button .monaco-button-label{font-weight:500}.monaco-description-button .monaco-button-description{font-style:italic}",""]);const D=c},47671:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-custom-checkbox{border:1px solid transparent;border-radius:3px;box-sizing:border-box;cursor:pointer;float:left;height:20px;margin-left:2px;overflow:hidden;padding:1px;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;width:20px}.monaco-custom-checkbox:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-checkbox:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-checkbox,.hc-black .monaco-custom-checkbox:hover{background:none}.monaco-custom-checkbox.monaco-simple-checkbox{background-size:16px!important;border:1px solid transparent;border-radius:3px;height:18px;margin-left:0;margin-right:9px;opacity:1;padding:0;width:18px}.monaco-custom-checkbox.monaco-simple-checkbox:not(.checked):before{visibility:hidden}",""]);const D=c},4469:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".codicon-wrench-subaction{opacity:.5}@-webkit-keyframes codicon-spin{to{transform:rotate(1turn)}}@keyframes codicon-spin{to{transform:rotate(1turn)}}.codicon-gear.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin,.codicon-sync.codicon-modifier-spin{-webkit-animation:codicon-spin 1.5s steps(30) infinite;animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{-webkit-animation-duration:1s!important;animation-duration:1s!important;-webkit-animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}",""]);const D=c},36751:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>u});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(26602),e.b),b=C()(p()),_=D()(y);b.push([Xe.id,"@font-face{font-display:block;font-family:codicon;src:url("+_+') format("truetype")}.codicon[class*=codicon-]{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:16px/1 codicon;text-align:center;text-decoration:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}',""]);const u=b},85081:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".context-view{position:absolute;z-index:2500}.context-view.fixed{all:initial;color:inherit;font-family:inherit;font-size:13px;position:fixed;z-index:2500}",""]);const D=c},83652:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-count-badge{border-radius:11px;box-sizing:border-box;display:inline-block;font-size:11px;font-weight:400;line-height:11px;min-height:18px;min-width:18px;padding:3px 6px;text-align:center}.monaco-count-badge.long{border-radius:2px;line-height:normal;min-height:auto;padding:2px 3px}",""]);const D=c},86978:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{border-radius:5px;display:flex!important;flex-direction:row}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;line-height:16px;margin-left:-3px;padding-left:0;padding-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{background-position:50%;background-repeat:no-repeat;background-size:16px;display:block}",""]);const D=c},7423:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;right:2px;top:3px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls{-webkit-animation:monaco-findInput-highlight-0 .1s linear 0s;animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls{-webkit-animation:monaco-findInput-highlight-1 .1s linear 0s;animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{-webkit-animation:monaco-findInput-highlight-dark-0 .1s linear 0s;animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{-webkit-animation:monaco-findInput-highlight-dark-1 .1s linear 0s;animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@-webkit-keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}to{background:transparent}}@keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}to{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-dark-0{0%{background:hsla(0,0%,100%,.44)}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:hsla(0,0%,100%,.44)}to{background:transparent}}@-webkit-keyframes monaco-findInput-highlight-dark-1{0%{background:hsla(0,0%,100%,.44)}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:hsla(0,0%,100%,.44)}99%{background:transparent}}",""]);const D=c},17441:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-hover{-webkit-animation:fadein .1s linear;animation:fadein .1s linear;box-sizing:initial;cursor:default;line-height:1.5em;overflow:hidden;position:absolute;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;z-index:50}.monaco-hover.hidden{display:none}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){word-wrap:break-word;max-width:500px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover .code,.monaco-hover p,.monaco-hover ul{margin:8px 0}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{border-left:0;border-right:0;box-sizing:border-box;height:1px;margin:4px -8px -4px}.monaco-hover .code:first-child,.monaco-hover p:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover .code:last-child,.monaco-hover p:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ol,.monaco-hover ul{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:pre-wrap}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px}.monaco-hover .hover-row.status-bar .actions .action-container{cursor:pointer;margin-right:16px}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link,.monaco-hover .hover-contents a.code-link:hover{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{border-bottom:1px solid transparent;text-decoration:underline;text-underline-position:under}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{display:inline-block;margin-bottom:4px}.monaco-hover-content .action-container a{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{cursor:default;opacity:.4;pointer-events:none}',""]);const D=c},60958:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:0;background-repeat:no-repeat;background-size:16px;display:inline-block;flex-shrink:0;height:22px;line-height:inherit!important;padding-right:6px;vertical-align:top;width:16px}.monaco-icon-label>.monaco-icon-label-container{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-size:.9em;margin-left:.5em;opacity:.7;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{font-style:italic}.monaco-icon-label.deprecated{opacity:.66;text-decoration:line-through}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{text-decoration:line-through}.monaco-icon-label:after{font-size:90%;font-weight:600;margin:auto 16px 0 5px;opacity:.75;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}",""]);const D=c},72540:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-inputbox{box-sizing:border-box;display:block;font-size:inherit;padding:0;position:relative}.monaco-inputbox.idle{border:1px solid transparent}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px}.monaco-inputbox>.ibwrapper{height:100%;position:relative;width:100%}.monaco-inputbox>.ibwrapper>.input{border:none;box-sizing:border-box;color:inherit;display:inline-block;font-family:inherit;font-size:inherit;height:100%;line-height:inherit;resize:none;width:100%}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{-ms-overflow-style:none;display:block;outline:none;scrollbar-width:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{word-wrap:break-word;box-sizing:border-box;display:inline-block;left:0;position:absolute;top:0;visibility:hidden;white-space:pre-wrap;width:100%}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{word-wrap:break-word;box-sizing:border-box;display:inline-block;font-size:12px;line-height:17px;margin-top:-1px;overflow:hidden;padding:.4em;text-align:left;width:100%}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;height:16px;width:16px}",""]);const D=c},65351:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-keybinding{align-items:center;display:flex;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{border-radius:3px;border-style:solid;border-width:1px;display:inline-block;font-size:11px;margin:0 2px;padding:3px 5px;vertical-align:middle}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}",""]);const D=c},70539:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-list{height:100%;position:relative;white-space:nowrap;width:100%}.monaco-list.mouse-support{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{height:100%;position:relative;width:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{min-width:100%;width:auto}.monaco-list-row{box-sizing:border-box;overflow:hidden;position:absolute;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-multiple,.monaco-list.selection-single{outline:0!important}.monaco-drag-image{border-radius:10px;display:inline-block;font-size:12px;padding:1px 7px;position:absolute;z-index:1000}.monaco-list-type-filter{align-items:center;border-radius:2px;box-sizing:border-box;cursor:all-scroll;display:flex;font-size:13px;height:20px;line-height:18px;max-width:calc(100% - 10px);overflow:hidden;padding:0 3px;position:absolute;text-align:right;text-overflow:ellipsis;top:4px;z-index:1}.monaco-list-type-filter.dragging{transition:top .2s,left .2s}.monaco-list-type-filter.ne{right:4px}.monaco-list-type-filter.nw{left:4px}.monaco-list-type-filter>.controls{align-items:center;box-sizing:border-box;display:flex;transition:width .2s;width:0}.monaco-list-type-filter.dragging>.controls,.monaco-list-type-filter:hover>.controls{width:36px}.monaco-list-type-filter>.controls>*{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:16px;justify-content:center;margin:0;padding:0;width:16px}.monaco-list-type-filter>.controls>.filter{margin-left:4px}.monaco-list-type-filter-message{box-sizing:border-box;height:100%;left:0;opacity:.7;padding:40px 1em 1em;pointer-events:none;position:absolute;text-align:center;top:0;white-space:normal;width:100%}.monaco-list-type-filter-message:empty{display:none}.monaco-list-type-filter{cursor:-webkit-grab;cursor:grab}.monaco-list-type-filter.dragging{cursor:-webkit-grabbing;cursor:grabbing}",""]);const D=c},3757:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>o});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(4768),e.b),b=new URL(e(35555),e.b),_=C()(p()),u=D()(y),a=D()(b);_.push([Xe.id,".monaco-mouse-cursor-text{cursor:text}.hc-black.mac .monaco-mouse-cursor-text,.hc-black .mac .monaco-mouse-cursor-text,.vs-dark.mac .monaco-mouse-cursor-text,.vs-dark .mac .monaco-mouse-cursor-text{cursor:-webkit-image-set(url("+u+") 1x,url("+a+") 2x) 5 8,text}",""]);const o=_},2352:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-progress-container{height:5px;overflow:hidden;width:100%}.monaco-progress-container .progress-bit{display:none;height:5px;left:0;position:absolute;width:2%}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:progress;animation-name:progress;-webkit-animation-timing-function:linear;animation-timing-function:linear;transform:translate(0)}@-webkit-keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}",""]);const D=c},19004:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,':root{--sash-size:4px}.monaco-sash{position:absolute;touch-action:none;z-index:35}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;height:100%;top:0;width:var(--sash-size)}.monaco-sash.horizontal{cursor:ns-resize;height:var(--sash-size);left:0;width:100%}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";cursor:all-scroll;display:block;height:calc(var(--sash-size)*2);position:absolute;width:calc(var(--sash-size)*2);z-index:100}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--sash-size)*-.5);top:calc(var(--sash-size)*-1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{bottom:calc(var(--sash-size)*-1);left:calc(var(--sash-size)*-.5)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{left:calc(var(--sash-size)*-1);top:calc(var(--sash-size)*-.5)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{right:calc(var(--sash-size)*-1);top:calc(var(--sash-size)*-.5)}.monaco-sash:before{background:transparent;content:"";height:100%;pointer-events:none;position:absolute;transition:background-color .1s ease-out;width:100%}.monaco-sash.vertical:before{left:calc(50% - var(--sash-hover-size)/2);width:var(--sash-hover-size)}.monaco-sash.horizontal:before{height:var(--sash-hover-size);top:calc(50% - var(--sash-hover-size)/2)}.monaco-sash.debug{background:cyan}.monaco-sash.debug.disabled{background:rgba(0,255,255,.2)}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}',""]);const D=c},48278:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{background:transparent;opacity:1;transition:opacity .1s linear}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{display:none;position:absolute}.monaco-scrollable-element>.shadow.top{display:block;height:3px;left:3px;top:0;width:100%}.monaco-scrollable-element>.shadow.left{display:block;height:100%;left:0;top:3px;width:3px}.monaco-scrollable-element>.shadow.top-left-corner{display:block;height:3px;left:0;top:0;width:3px}",""]);const D=c},17631:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-split-view2{height:100%;position:relative;width:100%}.monaco-split-view2>.sash-container{height:100%;pointer-events:none;position:absolute;width:100%}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:auto}.monaco-split-view2>.monaco-scrollable-element{height:100%;width:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{height:100%;position:relative;white-space:nowrap;width:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{position:absolute;white-space:normal}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{background-color:var(--separator-border);content:" ";left:0;pointer-events:none;position:absolute;top:0;z-index:5}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}',""]);const D=c},41615:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-table{display:flex;flex-direction:column;height:100%;position:relative;white-space:nowrap;width:100%}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{font-weight:700;height:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.monaco-table-td,.monaco-table-th{box-sizing:border-box;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{border-left:1px solid transparent;content:"";left:calc(var(--sash-size)/2);position:absolute;width:0}.monaco-table>.monaco-split-view2,.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}',""]);const D=c},30597:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-tl-row{align-items:center;display:flex;height:100%;position:relative}.monaco-tl-indent{height:100%;left:16px;pointer-events:none;position:absolute;top:0}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{border-left:1px solid transparent;box-sizing:border-box;display:inline-block;height:100%;transition:border-color .1s linear}.monaco-tl-contents,.monaco-tl-twistie{height:100%}.monaco-tl-twistie{align-items:center;display:flex!important;flex-shrink:0;font-size:10px;justify-content:center;padding-right:6px;text-align:right;transform:translate(3px);width:16px}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{-webkit-animation:codicon-spin 1.25s steps(30) infinite;animation:codicon-spin 1.25s steps(30) infinite}",""]);const D=c},75995:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.quick-input-widget{left:50%;margin-left:-300px;padding:0 1px 1px;position:absolute;width:600px;z-index:2000}.quick-input-titlebar{align-items:center;display:flex}.quick-input-left-action-bar{display:flex;flex:1;margin-left:4px}.quick-input-title{overflow:hidden;padding:3px 0;text-align:center;text-overflow:ellipsis}.quick-input-right-action-bar{display:flex;flex:1;margin-right:4px}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:50%;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px}.quick-input-header .quick-input-description{margin:4px 2px}.quick-input-header{display:flex;margin-bottom:-2px;padding:6px 6px 0}.quick-input-widget.hidden-input .quick-input-header{margin-bottom:0;padding:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{display:flex;flex-grow:1;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{left:-10000px;position:absolute}.quick-input-count{align-items:center;align-self:center;display:flex;position:absolute;right:4px}.quick-input-count .monaco-count-badge{border-radius:2px;line-height:normal;min-height:auto;padding:2px 4px;vertical-align:middle}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{align-items:center;display:flex;font-size:11px;height:27.5px;padding:0 6px}.quick-input-message{margin-top:-1px;overflow-wrap:break-word;padding:5px 5px 2px}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-progress.monaco-progress-container,.quick-input-progress.monaco-progress-container .progress-bit{height:2px}.quick-input-list{line-height:22px;margin-top:6px}.quick-input-widget.hidden-input .quick-input-list{margin-top:0}.quick-input-list .monaco-list{max-height:440px;overflow:hidden}.quick-input-list .quick-input-list-entry{box-sizing:border-box;display:flex;height:100%;overflow:hidden;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-style:solid;border-top-width:1px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{display:flex;flex:1;height:100%;overflow:hidden}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-rows{display:flex;flex:1;flex-direction:column;height:100%;margin-left:5px;overflow:hidden;text-overflow:ellipsis}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{align-items:center;display:flex}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{line-height:normal;opacity:.7;overflow:hidden;text-overflow:ellipsis}.quick-input-list .monaco-highlighted-label .highlight{font-weight:700}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:8px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:0 2px 2px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px;margin-top:1px}.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}',""]);const D=c},31473:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .inputarea{background-color:transparent;border:none;color:transparent;margin:0;min-height:0;min-width:0;outline:none!important;overflow:hidden;padding:0;position:absolute;resize:none}.monaco-editor .inputarea.ime-input{z-index:10}",""]);const D=c},88414:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .current-line,.monaco-editor .view-overlays .current-line{box-sizing:border-box;display:block;left:0;position:absolute;top:0}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}",""]);const D=c},95981:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .cdr{position:absolute}",""]);const D=c},82980:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .margin-view-overlays .cgmr{align-items:center;display:flex;justify-content:center;position:absolute}",""]);const D=c},11373:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .core-guide{box-sizing:border-box;position:absolute}",""]);const D=c},52923:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .line-numbers{box-sizing:border-box;cursor:default;display:inline-block;font-variant-numeric:tabular-nums;height:100%;position:absolute;text-align:right;vertical-align:middle}.monaco-editor .relative-current-line-number{display:inline-block;text-align:left;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}",""]);const D=c},35068:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-decorations{background:#fff;position:absolute;top:0}.monaco-editor .margin-view-overlays .cldr{height:100%;position:absolute}",""]);const D=c},3056:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".mtkcontrol{background:#960000!important;color:#fff!important}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .mtkz{display:inline-block}",""]);const D=c},92993:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .margin-view-overlays .cmdr{height:100%;left:0;position:absolute;width:100%}",""]);const D=c},30572:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover .minimap-slider.active,.monaco-editor .minimap.slider-mouseover:hover .minimap-slider{opacity:1}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{left:-6px;position:absolute;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{left:-1px;position:absolute;width:1px}",""]);const D=c},97537:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .overlayWidgets{left:0;position:absolute;top:0}",""]);const D=c},37724:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .view-ruler{position:absolute;top:0}",""]);const D=c},16919:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .scroll-decoration{height:6px;left:0;position:absolute;top:0}",""]);const D=c},57418:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}",""]);const D=c},78541:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{overflow:hidden;position:absolute}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{background:transparent!important;border-bottom-style:solid;border-bottom-width:2px;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{background:transparent!important;border-bottom-style:solid;border-bottom-width:1px;box-sizing:border-box}@-webkit-keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@-webkit-keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@-webkit-keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{-webkit-animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{-webkit-animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{-webkit-animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate;animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}",""]);const D=c},20451:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:rgba(0,0,0,.03)}.monaco-diff-editor.vs-dark .diffOverview{background:hsla(0,0%,100%,.01)}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar{background:transparent}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:hsla(0,0%,67%,.4)}.modified-in-monaco-diff-editor.hc-black .slider.active{background:none}.monaco-diff-editor .delete-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-editor .insert-sign{align-items:center;display:flex!important;font-size:11px!important;opacity:.7!important}.monaco-diff-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-editor.hc-black .insert-sign{opacity:1}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .inline-deleted-margin-view-zone{text-align:right}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}",""]);const D=c},84402:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-diff-editor .diff-review-line-number{display:inline-block;text-align:right}.monaco-diff-editor .diff-review{position:absolute;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-diff-editor .diff-review-summary{padding-left:10px}.monaco-diff-editor .diff-review-shadow{position:absolute}.monaco-diff-editor .diff-review-row{white-space:pre}.monaco-diff-editor .diff-review-table{display:table;min-width:100%}.monaco-diff-editor .diff-review-row{display:table-row;width:100%}.monaco-diff-editor .diff-review-spacer{display:inline-block;vertical-align:middle;width:10px}.monaco-diff-editor .diff-review-spacer>.codicon{font-size:9px!important}.monaco-diff-editor .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px}.monaco-diff-editor .diff-review-actions .action-label{height:16px;margin:2px 0;width:16px}",""]);const D=c},97534:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,"::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{-webkit-text-size-adjust:100%;overflow:visible;position:relative}.monaco-editor .overflow-guard{overflow:hidden;position:relative}.monaco-editor .view-overlays{position:absolute;top:0}",""]);const D=c},23551:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}",""]);const D=c},59986:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .bracket-match{box-sizing:border-box}",""]);const D=c},99113:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .contentWidgets .codicon-light-bulb,.monaco-editor .contentWidgets .codicon-lightbulb-autofix{align-items:center;display:flex;justify-content:center}.monaco-editor .contentWidgets .codicon-light-bulb:hover,.monaco-editor .contentWidgets .codicon-lightbulb-autofix:hover{cursor:pointer}",""]);const D=c},87942:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .codelens-decoration{color:var(--vscode-editorCodeLens-foreground);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .codelens-decoration>a,.monaco-editor .codelens-decoration>span{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:sub;white-space:nowrap}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer}.monaco-editor .codelens-decoration>a:hover,.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscoce-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);vertical-align:middle}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@-webkit-keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{-webkit-animation:fadein .1s linear;animation:fadein .1s linear}",""]);const D=c},82925:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>u});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(94748),e.b),b=C()(p()),_=D()(y);b.push([Xe.id,".colorpicker-widget{height:190px;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .colorpicker-hover:focus{outline:none}.colorpicker-color-decoration{border:.1em solid #000;box-sizing:border-box;display:inline-block;height:.8em;line-height:.8em;margin:.1em .2em 0;width:.8em}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:.1em solid #eee}.colorpicker-header{-ms-interpolation-mode:nearest-neighbor;background:url("+_+");background-size:9px 9px;display:flex;height:24px;image-rendering:-moz-crisp-edges;image-rendering:pixelated;position:relative}.colorpicker-header .picked-color{align-items:center;color:#fff;cursor:pointer;display:flex;flex:1;justify-content:center;line-height:24px;width:216px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px;left:8px;position:absolute}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{cursor:pointer;width:74px;z-index:inherit}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{flex:1;height:150px;min-width:220px;overflow:hidden;position:relative}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{border:1px solid #fff;border-radius:100%;box-shadow:0 0 2px #000c;height:9px;margin:-5px 0 0 -5px;position:absolute;width:9px}.colorpicker-body .strip{height:150px;width:25px}.colorpicker-body .hue-strip{background:linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.colorpicker-body .hue-strip,.colorpicker-body .opacity-strip{cursor:-webkit-grab;cursor:grab;margin-left:8px;position:relative}.colorpicker-body .opacity-strip{-ms-interpolation-mode:nearest-neighbor;background:url("+_+");background-size:9px 9px;image-rendering:-moz-crisp-edges;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.colorpicker-body .slider{border:1px solid hsla(0,0%,100%,.71);box-shadow:0 0 1px #000000d9;box-sizing:border-box;height:4px;left:-2px;position:absolute;top:0;width:calc(100% + 4px)}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}",""]);const u=b},97803:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor.vs .dnd-target{border-right:2px dotted #000;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #aeafad;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines{cursor:default}.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines{cursor:copy}",""]);const D=c},51578:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .find-widget{box-sizing:border-box;height:33px;line-height:19px;overflow:hidden;padding:0 4px;position:absolute;transform:translateY(calc(-100% - 10px));transition:transform .2s linear;z-index:35}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{display:flex;font-size:12px;margin:4px 0 0 17px}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-bottom:2px;padding-top:2px}.monaco-editor .find-widget>.find-part .find-actions,.monaco-editor .find-widget>.replace-part .replace-actions{align-items:center;display:flex;height:25px}.monaco-editor .find-widget .monaco-findInput{display:flex;flex:1;vertical-align:middle}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{box-sizing:border-box;display:flex;flex:initial;height:25px;line-height:23px;margin:0 0 0 3px;padding:2px 0 0 2px;text-align:center;vertical-align:middle}.monaco-editor .find-widget .button{align-items:center;background-position:50%;background-repeat:no-repeat;border-radius:5px;cursor:pointer;display:flex;flex:initial;height:16px;justify-content:center;margin-left:3px;padding:3px;width:16px}.monaco-editor .find-widget .codicon-find-selection{border-radius:5px;height:22px;padding:3px;width:22px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{padding:1px 6px;top:-1px;width:auto}.monaco-editor .find-widget .button.toggle{border-radius:0;box-sizing:border-box;height:100%;left:3px;position:absolute;top:0;width:18px}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{cursor:default;opacity:.3}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{display:flex;flex:auto;flex-grow:0;flex-shrink:0;position:relative;vertical-align:middle}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;right:2px;top:3px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .findMatch{-webkit-animation-duration:0;animation-duration:0;-webkit-animation-name:inherit!important;animation-name:inherit!important}.monaco-editor .find-widget .monaco-sash{left:0!important}.monaco-editor.hc-black .find-widget .button:before{left:2px;position:relative;top:1px}",""]);const D=c},79722:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .margin-view-overlays .codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-expanded{align-items:center;cursor:pointer;display:flex;font-size:140%;justify-content:center;margin-left:2px;opacity:0;transition:opacity .5s}.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays:hover .codicon{opacity:1}.monaco-editor .inline-folded:after{color:gray;content:"\\22ef";cursor:pointer;display:inline;line-height:1em;margin:.1em .2em 0}',""]);const D=c},94062:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;margin-right:4px;vertical-align:text-top}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{font-style:italic;opacity:.6}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{padding:8px 12px 0 20px;position:absolute;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;white-space:pre}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{color:inherit;opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{border-bottom:1px solid transparent;color:var(--vscode-textLink-foreground);color:var(--vscode-textLink-activeForeground);text-decoration:underline;text-underline-position:under}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer}',""]);const D=c},29737:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .goto-definition-link{cursor:pointer;text-decoration:underline}",""]);const D=c},41312:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-bottom-width:1px;border-top-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;padding:3em 0;text-align:center;width:100%}.monaco-editor .reference-zone-widget .ref-tree{background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground);line-height:23px}.monaco-editor .reference-zone-widget .ref-tree .reference{overflow:hidden;text-overflow:ellipsis}.monaco-editor .reference-zone-widget .ref-tree .reference-file{color:var(--vscode-peekViewResult-fileForeground);display:inline-flex;height:100%;width:100%}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-left:auto;margin-right:12px}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input,.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder,transparent);box-sizing:border-box}",""]);const D=c},91212:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{cursor:pointer;display:inline-block;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{font-size:0;opacity:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text{font-style:italic}",""]);const D=c},38681:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer}",""]);const D=c},86171:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{-webkit-animation:fadeIn .15s ease-out;animation:fadeIn .15s ease-out}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{-webkit-animation:fadeOut .1s ease-out;animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{background-color:var(--vscode-inputValidation-infoBackground);border:1px solid var(--vscode-inputValidation-infoBorder);color:var(--vscode-inputValidation-infoForeground);padding:1px 4px}.monaco-editor.hc-black .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{border:8px solid transparent;height:0!important;position:absolute;width:0!important;z-index:1000}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage.below .anchor.below,.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}",""]);const D=c},81724:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .parameter-hints-widget{display:flex;flex-direction:column;line-height:1.5em;z-index:10}.monaco-editor .parameter-hints-widget>.phwrapper{display:flex;flex-direction:row;max-width:440px}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.visible{transition:left .05s ease-in-out}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .body,.monaco-editor .parameter-hints-widget .monaco-scrollable-element{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:normal}.monaco-editor .parameter-hints-widget .docs .markdown-docs code{font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs code{border-radius:3px;padding:0 .4em}.monaco-editor .parameter-hints-widget .controls{align-items:center;display:none;flex-direction:column;justify-content:flex-end;min-width:22px}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{background-repeat:no-repeat;cursor:pointer;height:16px;width:16px}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{font-family:var(--monaco-monospace-font);height:12px;line-height:12px;opacity:.5;text-align:center}.monaco-editor .parameter-hints-widget .signature .parameter.active{font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}",""]);const D=c},50572:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex}.monaco-editor .peekview-widget .head .peekview-title{align-items:center;display:flex;font-size:13px;margin-left:20px;min-width:0}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;padding-right:2px;text-align:right}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}',""]);const D=c},86242:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .rename-box{color:inherit;z-index:100}.monaco-editor .rename-box.preview{padding:3px 3px 0}.monaco-editor .rename-box .rename-input{padding:3px;width:calc(100% - 6px)}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}",""]);const D=c},93019:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .snippet-placeholder{background-color:var(--vscode-editor-snippetTabstopHighlightBackground,transparent);min-width:2px;outline-color:var(--vscode-editor-snippetTabstopHighlightBorder,transparent);outline-style:solid;outline-width:1px}.monaco-editor .finish-snippet-placeholder{background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground,transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder,transparent);outline-style:solid;outline-width:1px}",""]);const D=c},3592:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor .suggest-widget{display:flex;flex-direction:column;width:430px;z-index:40}.monaco-editor .suggest-widget.message{align-items:center;flex-direction:row}.monaco-editor .suggest-details,.monaco-editor .suggest-widget{background-color:var(--vscode-editorSuggestWidget-background);border:1px solid var(--vscode-editorSuggestWidget-border);flex:0 1 auto;width:100%}.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-black .suggest-widget{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{border-top:1px solid var(--vscode-editorSuggestWidget-border);box-sizing:border-box;display:none;flex-flow:row nowrap;font-size:80%;justify-content:space-between;overflow:hidden;padding:0 4px;width:100%}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{background-position:2px 2px;background-repeat:no-repeat;-mox-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:flex;padding-right:10px;touch-action:none;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;justify-content:space-between;overflow:hidden;text-overflow:ellipsis;white-space:pre}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;cursor:pointer;font-size:14px;opacity:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;right:2px;top:6px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{opacity:.6;overflow:hidden;text-overflow:ellipsis}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{align-self:center;font-size:85%;line-height:normal;margin-left:12px;opacity:.4;overflow:hidden;text-overflow:ellipsis}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-grow:1;flex-shrink:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{flex-shrink:4;max-width:70%;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;height:18px;position:absolute;right:10px;visibility:hidden;width:18px}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{background-position:50%;background-repeat:no-repeat;background-size:80%;display:block;height:16px;margin-left:2px;width:16px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{align-items:center;display:flex;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{border:.1em solid #000;display:inline-block;height:.7em;margin:0 0 0 .3em;width:.7em}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{color:var(--vscode-editorSuggestWidget-foreground);cursor:default;display:flex;flex-direction:column}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;margin:0 24px 0 0;opacity:.7;overflow:hidden;padding:4px 0 12px 5px;text-overflow:ellipsis;white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{min-height:calc(1rem + 8px);padding:0;white-space:normal}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{word-wrap:break-word;white-space:pre-wrap}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ol,.monaco-editor .suggest-details ul{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}',""]);const D=c},28589:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".editor-banner{background:var(--vscode-banner-background);box-sizing:border-box;cursor:default;display:flex;font-size:12px;height:26px;overflow:visible;width:100%}.editor-banner .icon-container{align-items:center;display:flex;flex-shrink:0;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-position:50%;background-repeat:no-repeat;background-size:16px;margin:0 6px 0 10px;padding:0;width:16px}.editor-banner .message-container{align-items:center;display:flex;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-banner .message-container p{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{margin:2px 8px;padding:0 12px;width:inherit}.editor-banner .message-actions-container a{margin-left:12px;padding:3px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}",""]);const D=c},39459:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);box-sizing:border-box}",""]);const D=c},96501:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-bottom-style:solid;border-bottom-width:0;border-top-style:solid;border-top-width:0;position:relative}",""]);const D=c},80306:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .accessibilityHelpWidget{overflow:scroll;padding:10px;vertical-align:middle}",""]);const D=c},71932:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>o});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=e(61667),D=e.n(c),y=new URL(e(53678),e.b),b=new URL(e(52136),e.b),_=C()(p()),u=D()(y),a=D()(b);_.push([Xe.id,".monaco-editor .iPadShowKeyboard{background:url("+u+") 50% no-repeat;border:4px solid #f6f6f6;border-radius:4px;height:36px;margin:0;min-height:0;min-width:0;overflow:hidden;padding:0;position:absolute;resize:none;width:58px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url("+a+") 50% no-repeat;border:4px solid #252526}",""]);const o=_},93161:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-editor .tokens-inspect-widget{padding:10px;-moz-user-select:text;user-select:text;-webkit-user-select:text;-ms-user-select:text;z-index:50}.tokens-inspect-separator{border:0;height:1px}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{float:right;font-size:60%;font-weight:400}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}",""]);const D=c},59739:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:1px solid hsla(0,0%,80%,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:1px solid #6fc3df;box-shadow:none;color:#fff}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:1px solid rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}",""]);const D=c},36290:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,'.monaco-editor{--monaco-monospace-font:"SF Mono",Monaco,Menlo,Consolas,"Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New",monospace;font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif}.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;top:0;width:1px}.monaco-editor.hc-black{-ms-high-contrast-adjust:none}@media screen and (-ms-high-contrast:active){.monaco-editor.vs-dark .view-overlays .current-line,.monaco-editor.vs .view-overlays .current-line{border-color:windowtext!important;border-left:0;border-right:0}.monaco-editor.vs-dark .cursor,.monaco-editor.vs .cursor{background-color:windowtext!important}.monaco-editor.vs-dark .dnd-target,.monaco-editor.vs .dnd-target{border-color:windowtext!important}.monaco-editor.vs-dark .selected-text,.monaco-editor.vs .selected-text{background-color:highlight!important}.monaco-editor.vs-dark .view-line,.monaco-editor.vs .view-line{-ms-high-contrast-adjust:none}.monaco-editor.vs-dark .view-line span,.monaco-editor.vs .view-line span{color:windowtext!important}.monaco-editor.vs-dark .view-line span.inline-selected-text,.monaco-editor.vs .view-line span.inline-selected-text{color:highlighttext!important}.monaco-editor.vs-dark .view-overlays,.monaco-editor.vs .view-overlays{-ms-high-contrast-adjust:none}.monaco-editor.vs-dark .reference-decoration,.monaco-editor.vs-dark .selectionHighlight,.monaco-editor.vs-dark .wordHighlight,.monaco-editor.vs-dark .wordHighlightStrong,.monaco-editor.vs .reference-decoration,.monaco-editor.vs .selectionHighlight,.monaco-editor.vs .wordHighlight,.monaco-editor.vs .wordHighlightStrong{background:transparent!important;border:2px dotted highlight!important;box-sizing:border-box}.monaco-editor.vs-dark .rangeHighlight,.monaco-editor.vs .rangeHighlight{background:transparent!important;border:1px dotted activeborder!important;box-sizing:border-box}.monaco-editor.vs-dark .bracket-match,.monaco-editor.vs .bracket-match{background:transparent!important;border-color:windowtext!important}.monaco-editor.vs-dark .currentFindMatch,.monaco-editor.vs-dark .findMatch,.monaco-editor.vs .currentFindMatch,.monaco-editor.vs .findMatch{background:transparent!important;border:2px dotted activeborder!important;box-sizing:border-box}.monaco-editor.vs-dark .find-widget,.monaco-editor.vs .find-widget{border:1px solid windowtext}.monaco-editor.vs-dark .monaco-list .monaco-list-row,.monaco-editor.vs .monaco-list .monaco-list-row{-ms-high-contrast-adjust:none;color:windowtext!important}.monaco-editor.vs-dark .monaco-list .monaco-list-row.focused,.monaco-editor.vs .monaco-list .monaco-list-row.focused{background-color:highlight!important;color:highlighttext!important}.monaco-editor.vs-dark .monaco-list .monaco-list-row:hover,.monaco-editor.vs .monaco-list .monaco-list-row:hover{background:transparent!important;border:1px solid highlight;box-sizing:border-box}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar,.monaco-editor.vs .monaco-scrollable-element>.scrollbar{-ms-high-contrast-adjust:none;background:background!important;border:1px solid windowtext;box-sizing:border-box}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider{background:windowtext!important}.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider.active,.monaco-editor.vs-dark .monaco-scrollable-element>.scrollbar>.slider:hover,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider.active,.monaco-editor.vs .monaco-scrollable-element>.scrollbar>.slider:hover{background:highlight!important}.monaco-editor.vs-dark .decorationsOverviewRuler,.monaco-editor.vs .decorationsOverviewRuler{opacity:0}.monaco-editor.vs-dark .minimap,.monaco-editor.vs .minimap{display:none}.monaco-editor.vs-dark .squiggly-d-error,.monaco-editor.vs .squiggly-d-error{background:transparent!important;border-bottom:4px double #e47777}.monaco-editor.vs-dark .squiggly-b-info,.monaco-editor.vs-dark .squiggly-c-warning,.monaco-editor.vs .squiggly-b-info,.monaco-editor.vs .squiggly-c-warning{border-bottom:4px double #71b771}.monaco-editor.vs-dark .squiggly-a-hint,.monaco-editor.vs .squiggly-a-hint{border-bottom:4px double #6c6c6c}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{-ms-high-contrast-adjust:none;background-color:highlight!important;color:highlighttext!important}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label,.monaco-editor.vs .monaco-menu .monaco-action-bar.vertical .action-menu-item:hover .action-label{-ms-high-contrast-adjust:none;background:transparent!important;border:1px solid highlight;box-sizing:border-box}.monaco-diff-editor.vs-dark .diffOverviewRuler,.monaco-diff-editor.vs .diffOverviewRuler{display:none}.monaco-editor.vs-dark .line-delete,.monaco-editor.vs-dark .line-insert,.monaco-editor.vs .line-delete,.monaco-editor.vs .line-insert{background:transparent!important;border:1px solid highlight!important;box-sizing:border-box}.monaco-editor.vs-dark .char-delete,.monaco-editor.vs-dark .char-insert,.monaco-editor.vs .char-delete,.monaco-editor.vs .char-insert{background:transparent!important}}',""]);const D=c},96551:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".monaco-action-bar .action-item.menu-entry .action-label.icon{background-position:50%;background-repeat:no-repeat;background-size:16px;height:16px;width:16px}.monaco-action-bar .action-item.menu-entry .action-label{background-image:var(--menu-entry-icon-light)}.hc-black .monaco-action-bar .action-item.menu-entry .action-label,.vs-dark .monaco-action-bar .action-item.menu-entry .action-label{background-image:var(--menu-entry-icon-dark)}.monaco-dropdown-with-default{border-radius:5px;display:flex!important;flex-direction:row}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{background-position:50%;background-repeat:no-repeat;background-size:16px;height:16px;width:16px}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label{background-image:var(--menu-entry-icon-light)}.hc-black .monaco-dropdown-with-default>.action-container.menu-entry>.action-label,.vs-dark .monaco-dropdown-with-default>.action-container.menu-entry>.action-label{background-image:var(--menu-entry-icon-dark)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;line-height:16px;margin-left:-3px;padding-left:0;padding-right:0}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{background-position:50%;background-repeat:no-repeat;background-size:16px;display:block}",""]);const D=c},96045:(Xe,v,e)=>{"use strict";e.d(v,{Z:()=>D});var r=e(8081),p=e.n(r),w=e(23645),C=e.n(w),c=C()(p());c.push([Xe.id,".context-view .monaco-menu{min-width:130px}",""]);const D=c},61667:Xe=>{"use strict";Xe.exports=function(v,e){return e||(e={}),v&&(v=String(v.__esModule?v.default:v),/^['"].*['"]$/.test(v)&&(v=v.slice(1,-1)),e.hash&&(v+=e.hash),/["'() \t\n]|(%20)/.test(v)||e.needQuotes?'"'.concat(v.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):v)}},88076:(Xe,v,e)=>{"use strict";var r=e(93379),p=e.n(r),w=e(7795),C=e.n(w),c=e(90569),D=e.n(c),y=e(3565),b=e.n(y),_=e(19216),u=e.n(_),a=e(44589),o=e.n(a),s=e(44580),i={};i.styleTagTransform=o(),i.setAttributes=b(),i.insert=D().bind(null,"head"),i.domAPI=C(),i.insertStyleElement=u();var d=p()(s.Z,i),f=s.Z&&s.Z.locals?s.Z.locals:void 0},25376:(Xe,v,e)=>{"use strict";var r=e(93379),p=e.n(r),w=e(7795),C=e.n(w),c=e(90569),D=e.n(c),y=e(3565),b=e.n(y),_=e(19216),u=e.n(_),a=e(44589),o=e.n(a),s=e(70539),i={};i.styleTagTransform=o(),i.setAttributes=b(),i.insert=D().bind(null,"head"),i.domAPI=C(),i.insertStyleElement=u();var d=p()(s.Z,i),f=s.Z&&s.Z.locals?s.Z.locals:void 0},26602:(Xe,v,e)=>{"use strict";Xe.exports=e.p+"56dba998166ea5a0ca7f.ttf"}}]);
|