This commit is contained in:
azure-pipelines[bot] 2023-03-09 07:37:31 +00:00
parent 6d177651e7
commit a854f8bd52
359 changed files with 359 additions and 359 deletions

View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[7034],{7034:(n,t,e)=>{e.r(t),e.d(t,{default:()=>o});const o='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n});\n\nvar myCondition1 = editor.createContextKey(\n\t/*key name*/ "myCondition1",\n\t/*default value*/ false\n);\nvar myCondition2 = editor.createContextKey(\n\t/*key name*/ "myCondition2",\n\t/*default value*/ false\n);\n\neditor.addCommand(\n\tmonaco.KeyCode.Tab,\n\tfunction () {\n\t\t// services available in `ctx`\n\t\talert("my command is executing!");\n\t},\n\t"myCondition1 && myCondition2"\n);\n// @ts-ignore\nmyCondition1.set(true);\n\nsetTimeout(function () {\n\talert("now enabling also myCondition2, try pressing Tab!");\n\t// @ts-ignore\n\tmyCondition2.set(true);\n\t// you can use myCondition2.reset() to go back to the default\n}, 2000);\n'}}]);
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[7034],{7034:(n,t,e)=>{e.r(t),e.d(t,{default:()=>o});const o='var jsCode = [\n\t\'"use strict";\',\n\t"function Person(age) {",\n\t"\tif (age) {",\n\t"\t\tthis.age = age;",\n\t"\t}",\n\t"}",\n\t"Person.prototype.getAge = function () {",\n\t"\treturn this.age;",\n\t"};",\n].join("\\n");\n\nvar editor = monaco.editor.create(document.getElementById("container"), {\n\tvalue: jsCode,\n\tlanguage: "javascript",\n});\n\nvar myCondition1 = editor.createContextKey(\n\t/*key name*/ "myCondition1",\n\t/*default value*/ false\n);\nvar myCondition2 = editor.createContextKey(\n\t/*key name*/ "myCondition2",\n\t/*default value*/ false\n);\n\neditor.addCommand(\n\tmonaco.KeyCode.Tab,\n\tfunction () {\n\t\t// services available in `ctx`\n\t\tconsole.log("my command is executing!");\n\t},\n\t"myCondition1 && myCondition2"\n);\n// @ts-ignore\nmyCondition1.set(true);\n\nsetTimeout(function () {\n\tconsole.log("now enabling also myCondition2, try pressing Tab!");\n\t// @ts-ignore\n\tmyCondition2.set(true);\n\t// you can use myCondition2.reset() to go back to the default\n}, 2000);\n'}}]);
//# sourceMappingURL=7034.js.map

View file

@ -1 +1 @@
{"version":3,"file":"7034.js","mappings":"8IAAA,s/B","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n});\\n\\nvar myCondition1 = editor.createContextKey(\\n\\t/*key name*/ \\\"myCondition1\\\",\\n\\t/*default value*/ false\\n);\\nvar myCondition2 = editor.createContextKey(\\n\\t/*key name*/ \\\"myCondition2\\\",\\n\\t/*default value*/ false\\n);\\n\\neditor.addCommand(\\n\\tmonaco.KeyCode.Tab,\\n\\tfunction () {\\n\\t\\t// services available in `ctx`\\n\\t\\talert(\\\"my command is executing!\\\");\\n\\t},\\n\\t\\\"myCondition1 && myCondition2\\\"\\n);\\n// @ts-ignore\\nmyCondition1.set(true);\\n\\nsetTimeout(function () {\\n\\talert(\\\"now enabling also myCondition2, try pressing Tab!\\\");\\n\\t// @ts-ignore\\n\\tmyCondition2.set(true);\\n\\t// you can use myCondition2.reset() to go back to the default\\n}, 2000);\\n\";"],"names":[],"sourceRoot":""}
{"version":3,"file":"7034.js","mappings":"8IAAA,kgC","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js"],"sourcesContent":["export default \"var jsCode = [\\n\\t'\\\"use strict\\\";',\\n\\t\\\"function Person(age) {\\\",\\n\\t\\\"\\tif (age) {\\\",\\n\\t\\\"\\t\\tthis.age = age;\\\",\\n\\t\\\"\\t}\\\",\\n\\t\\\"}\\\",\\n\\t\\\"Person.prototype.getAge = function () {\\\",\\n\\t\\\"\\treturn this.age;\\\",\\n\\t\\\"};\\\",\\n].join(\\\"\\\\n\\\");\\n\\nvar editor = monaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: jsCode,\\n\\tlanguage: \\\"javascript\\\",\\n});\\n\\nvar myCondition1 = editor.createContextKey(\\n\\t/*key name*/ \\\"myCondition1\\\",\\n\\t/*default value*/ false\\n);\\nvar myCondition2 = editor.createContextKey(\\n\\t/*key name*/ \\\"myCondition2\\\",\\n\\t/*default value*/ false\\n);\\n\\neditor.addCommand(\\n\\tmonaco.KeyCode.Tab,\\n\\tfunction () {\\n\\t\\t// services available in `ctx`\\n\\t\\tconsole.log(\\\"my command is executing!\\\");\\n\\t},\\n\\t\\\"myCondition1 && myCondition2\\\"\\n);\\n// @ts-ignore\\nmyCondition1.set(true);\\n\\nsetTimeout(function () {\\n\\tconsole.log(\\\"now enabling also myCondition2, try pressing Tab!\\\");\\n\\t// @ts-ignore\\n\\tmyCondition2.set(true);\\n\\t// you can use myCondition2.reset() to go back to the default\\n}, 2000);\\n\";"],"names":[],"sourceRoot":""}

View file

@ -1 +1 @@
define(["require","exports","../_.contribution"],(function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),(0,i.registerLanguage)({id:"typescript",extensions:[".ts",".tsx"],aliases:["TypeScript","ts","typescript"],mimetypes:["text/typescript"],loader:function(){return AMD?new Promise((function(t,i){e(["vs/basic-languages/typescript/typescript"],t,i)})):new Promise((function(t,i){e(["./typescript"],t,i)}))}})}));
define(["require","exports","../_.contribution"],(function(e,t,s){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),(0,s.registerLanguage)({id:"typescript",extensions:[".ts",".tsx",".cts",".mts"],aliases:["TypeScript","ts","typescript"],mimetypes:["text/typescript"],loader:function(){return AMD?new Promise((function(t,s){e(["vs/basic-languages/typescript/typescript"],t,s)})):new Promise((function(t,s){e(["./typescript"],t,s)}))}})}));

View file

@ -1 +1 @@
{"version":3,"file":"typescript.contribution.js","sourceRoot":"","sources":["../../../../../src/basic-languages/typescript/typescript.contribution.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;;;;IAOhG,IAAA,iCAAgB,EAAC;QAChB,EAAE,EAAE,YAAY;QAChB,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC;QAC3B,OAAO,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,YAAY,CAAC;QAC3C,SAAS,EAAE,CAAC,iBAAiB,CAAC;QAC9B,MAAM,EAAE;YACP,IAAI,GAAG,EAAE;gBACR,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;oBAClC,OAAO,CAAC,CAAC,0CAA0C,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;gBACxE,CAAC,CAAC,CAAC;aACH;iBAAM;gBACN,6DAAc,cAAc,4BAAE;aAC9B;QACF,CAAC;KACD,CAAC,CAAC"}
{"version":3,"file":"typescript.contribution.js","sourceRoot":"","sources":["../../../../../src/basic-languages/typescript/typescript.contribution.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;;;;IAOhG,IAAA,iCAAgB,EAAC;QAChB,EAAE,EAAE,YAAY;QAChB,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;QAC3C,OAAO,EAAE,CAAC,YAAY,EAAE,IAAI,EAAE,YAAY,CAAC;QAC3C,SAAS,EAAE,CAAC,iBAAiB,CAAC;QAC9B,MAAM,EAAE;YACP,IAAI,GAAG,EAAE;gBACR,OAAO,IAAI,OAAO,CAAC,UAAC,OAAO,EAAE,MAAM;oBAClC,OAAO,CAAC,CAAC,0CAA0C,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC;gBACxE,CAAC,CAAC,CAAC;aACH;iBAAM;gBACN,6DAAc,cAAc,4BAAE;aAC9B;QACF,CAAC;KACD,CAAC,CAAC"}

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

View file

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.36.1(80ee9b3995bc899f2e89d90aad724a99533f6213)
* Version: 0.36.1(4a80f8e85250b80d44d2249076ba5afba6721db5)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/

Some files were not shown because too many files have changed in this diff Show more