mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
deploy: fb0d6bada1
This commit is contained in:
parent
ab0465d104
commit
f8e50ee568
354 changed files with 354 additions and 354 deletions
2
1913.js
2
1913.js
|
|
@ -1,2 +1,2 @@
|
|||
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[1913],{1913:(t,n,e)=>{e.r(n),e.d(n,{default:()=>r});const r='monaco.languages.register({ id: "mySpecialLanguage" });\n\nmonaco.languages.registerHoverProvider("mySpecialLanguage", {\n\tprovideHover: function (model, position) {\n\t\treturn xhr("../playground.html").then(function (res) {\n\t\t\treturn {\n\t\t\t\trange: new monaco.Range(\n\t\t\t\t\t1,\n\t\t\t\t\t1,\n\t\t\t\t\tmodel.getLineCount(),\n\t\t\t\t\tmodel.getLineMaxColumn(model.getLineCount())\n\t\t\t\t),\n\t\t\t\tcontents: [\n\t\t\t\t\t{ value: "**SOURCE**" },\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue:\n\t\t\t\t\t\t\t"```html\\n" +\n\t\t\t\t\t\t\tres.responseText.substring(0, 200) +\n\t\t\t\t\t\t\t"\\n```",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t};\n\t\t});\n\t},\n});\n\nmonaco.editor.create(document.getElementById("container"), {\n\tvalue: "\\n\\nHover over this text",\n\tlanguage: "mySpecialLanguage",\n});\n\nfunction xhr(url) {\n\tvar req = null;\n\treturn new Promise(\n\t\tfunction (c, e) {\n\t\t\treq = new XMLHttpRequest();\n\t\t\treq.onreadystatechange = function () {\n\t\t\t\tif (req._canceled) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (req.readyState === 4) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t(req.status >= 200 && req.status < 300) ||\n\t\t\t\t\t\treq.status === 1223\n\t\t\t\t\t) {\n\t\t\t\t\t\tc(req);\n\t\t\t\t\t} else {\n\t\t\t\t\t\te(req);\n\t\t\t\t\t}\n\t\t\t\t\treq.onreadystatechange = function () {};\n\t\t\t\t}\n\t\t\t};\n\n\t\t\treq.open("GET", url, true);\n\t\t\treq.responseType = "";\n\n\t\t\treq.send(null);\n\t\t},\n\t\tfunction () {\n\t\t\treq._canceled = true;\n\t\t\treq.abort();\n\t\t}\n\t);\n}\n'}}]);
|
||||
"use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[1913],{1913:(t,n,e)=>{e.r(n),e.d(n,{default:()=>r});const r='monaco.languages.register({ id: "mySpecialLanguage" });\n\nmonaco.languages.registerHoverProvider("mySpecialLanguage", {\n\tprovideHover: function (model, position) {\n\t\treturn xhr("./playground.html").then(function (res) {\n\t\t\treturn {\n\t\t\t\trange: new monaco.Range(\n\t\t\t\t\t1,\n\t\t\t\t\t1,\n\t\t\t\t\tmodel.getLineCount(),\n\t\t\t\t\tmodel.getLineMaxColumn(model.getLineCount())\n\t\t\t\t),\n\t\t\t\tcontents: [\n\t\t\t\t\t{ value: "**SOURCE**" },\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue:\n\t\t\t\t\t\t\t"```html\\n" +\n\t\t\t\t\t\t\tres.responseText.substring(0, 200) +\n\t\t\t\t\t\t\t"\\n```",\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t};\n\t\t});\n\t},\n});\n\nmonaco.editor.create(document.getElementById("container"), {\n\tvalue: "\\n\\nHover over this text",\n\tlanguage: "mySpecialLanguage",\n});\n\nfunction xhr(url) {\n\tvar req = null;\n\treturn new Promise(\n\t\tfunction (c, e) {\n\t\t\treq = new XMLHttpRequest();\n\t\t\treq.onreadystatechange = function () {\n\t\t\t\tif (req._canceled) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tif (req.readyState === 4) {\n\t\t\t\t\tif (\n\t\t\t\t\t\t(req.status >= 200 && req.status < 300) ||\n\t\t\t\t\t\treq.status === 1223\n\t\t\t\t\t) {\n\t\t\t\t\t\tc(req);\n\t\t\t\t\t} else {\n\t\t\t\t\t\te(req);\n\t\t\t\t\t}\n\t\t\t\t\treq.onreadystatechange = function () {};\n\t\t\t\t}\n\t\t\t};\n\n\t\t\treq.open("GET", url, true);\n\t\t\treq.responseType = "";\n\n\t\t\treq.send(null);\n\t\t},\n\t\tfunction () {\n\t\t\treq._canceled = true;\n\t\t\treq.abort();\n\t\t}\n\t);\n}\n'}}]);
|
||||
//# sourceMappingURL=1913.js.map
|
||||
|
|
@ -1 +1 @@
|
|||
{"version":3,"file":"1913.js","mappings":"8IAAA,6/C","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/extending-language-services/hover-provider-example/sample.js"],"sourcesContent":["export default \"monaco.languages.register({ id: \\\"mySpecialLanguage\\\" });\\n\\nmonaco.languages.registerHoverProvider(\\\"mySpecialLanguage\\\", {\\n\\tprovideHover: function (model, position) {\\n\\t\\treturn xhr(\\\"../playground.html\\\").then(function (res) {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\trange: new monaco.Range(\\n\\t\\t\\t\\t\\t1,\\n\\t\\t\\t\\t\\t1,\\n\\t\\t\\t\\t\\tmodel.getLineCount(),\\n\\t\\t\\t\\t\\tmodel.getLineMaxColumn(model.getLineCount())\\n\\t\\t\\t\\t),\\n\\t\\t\\t\\tcontents: [\\n\\t\\t\\t\\t\\t{ value: \\\"**SOURCE**\\\" },\\n\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\tvalue:\\n\\t\\t\\t\\t\\t\\t\\t\\\"```html\\\\n\\\" +\\n\\t\\t\\t\\t\\t\\t\\tres.responseText.substring(0, 200) +\\n\\t\\t\\t\\t\\t\\t\\t\\\"\\\\n```\\\",\\n\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t],\\n\\t\\t\\t};\\n\\t\\t});\\n\\t},\\n});\\n\\nmonaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: \\\"\\\\n\\\\nHover over this text\\\",\\n\\tlanguage: \\\"mySpecialLanguage\\\",\\n});\\n\\nfunction xhr(url) {\\n\\tvar req = null;\\n\\treturn new Promise(\\n\\t\\tfunction (c, e) {\\n\\t\\t\\treq = new XMLHttpRequest();\\n\\t\\t\\treq.onreadystatechange = function () {\\n\\t\\t\\t\\tif (req._canceled) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tif (req.readyState === 4) {\\n\\t\\t\\t\\t\\tif (\\n\\t\\t\\t\\t\\t\\t(req.status >= 200 && req.status < 300) ||\\n\\t\\t\\t\\t\\t\\treq.status === 1223\\n\\t\\t\\t\\t\\t) {\\n\\t\\t\\t\\t\\t\\tc(req);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\te(req);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\treq.onreadystatechange = function () {};\\n\\t\\t\\t\\t}\\n\\t\\t\\t};\\n\\n\\t\\t\\treq.open(\\\"GET\\\", url, true);\\n\\t\\t\\treq.responseType = \\\"\\\";\\n\\n\\t\\t\\treq.send(null);\\n\\t\\t},\\n\\t\\tfunction () {\\n\\t\\t\\treq._canceled = true;\\n\\t\\t\\treq.abort();\\n\\t\\t}\\n\\t);\\n}\\n\";"],"names":[],"sourceRoot":""}
|
||||
{"version":3,"file":"1913.js","mappings":"8IAAA,4/C","sources":["file:////home/runner/work/monaco-editor/monaco-editor/website/src/website/data/playground-samples/extending-language-services/hover-provider-example/sample.js"],"sourcesContent":["export default \"monaco.languages.register({ id: \\\"mySpecialLanguage\\\" });\\n\\nmonaco.languages.registerHoverProvider(\\\"mySpecialLanguage\\\", {\\n\\tprovideHover: function (model, position) {\\n\\t\\treturn xhr(\\\"./playground.html\\\").then(function (res) {\\n\\t\\t\\treturn {\\n\\t\\t\\t\\trange: new monaco.Range(\\n\\t\\t\\t\\t\\t1,\\n\\t\\t\\t\\t\\t1,\\n\\t\\t\\t\\t\\tmodel.getLineCount(),\\n\\t\\t\\t\\t\\tmodel.getLineMaxColumn(model.getLineCount())\\n\\t\\t\\t\\t),\\n\\t\\t\\t\\tcontents: [\\n\\t\\t\\t\\t\\t{ value: \\\"**SOURCE**\\\" },\\n\\t\\t\\t\\t\\t{\\n\\t\\t\\t\\t\\t\\tvalue:\\n\\t\\t\\t\\t\\t\\t\\t\\\"```html\\\\n\\\" +\\n\\t\\t\\t\\t\\t\\t\\tres.responseText.substring(0, 200) +\\n\\t\\t\\t\\t\\t\\t\\t\\\"\\\\n```\\\",\\n\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t],\\n\\t\\t\\t};\\n\\t\\t});\\n\\t},\\n});\\n\\nmonaco.editor.create(document.getElementById(\\\"container\\\"), {\\n\\tvalue: \\\"\\\\n\\\\nHover over this text\\\",\\n\\tlanguage: \\\"mySpecialLanguage\\\",\\n});\\n\\nfunction xhr(url) {\\n\\tvar req = null;\\n\\treturn new Promise(\\n\\t\\tfunction (c, e) {\\n\\t\\t\\treq = new XMLHttpRequest();\\n\\t\\t\\treq.onreadystatechange = function () {\\n\\t\\t\\t\\tif (req._canceled) {\\n\\t\\t\\t\\t\\treturn;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\tif (req.readyState === 4) {\\n\\t\\t\\t\\t\\tif (\\n\\t\\t\\t\\t\\t\\t(req.status >= 200 && req.status < 300) ||\\n\\t\\t\\t\\t\\t\\treq.status === 1223\\n\\t\\t\\t\\t\\t) {\\n\\t\\t\\t\\t\\t\\tc(req);\\n\\t\\t\\t\\t\\t} else {\\n\\t\\t\\t\\t\\t\\te(req);\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\treq.onreadystatechange = function () {};\\n\\t\\t\\t\\t}\\n\\t\\t\\t};\\n\\n\\t\\t\\treq.open(\\\"GET\\\", url, true);\\n\\t\\t\\treq.responseType = \\\"\\\";\\n\\n\\t\\t\\treq.send(null);\\n\\t\\t},\\n\\t\\tfunction () {\\n\\t\\t\\treq._canceled = true;\\n\\t\\t\\treq.abort();\\n\\t\\t}\\n\\t);\\n}\\n\";"],"names":[],"sourceRoot":""}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* Released under the MIT license
|
||||
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
|
||||
*-----------------------------------------------------------------------------*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*!-----------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Version: 0.35.0(6e7b4b68ddcb19b807624e7d42790a7eba7d4468)
|
||||
* Version: 0.35.0(fb0d6bada18de72e731ba0e0a4e3717879985f66)
|
||||
* 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
Loading…
Add table
Add a link
Reference in a new issue