diff --git a/gulpfile.js b/gulpfile.js index f91eec46..b7caa75a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,7 +6,7 @@ const gulp = require('gulp'); * @typedef { { METADATA: {CORE:{paths:ICorePaths}; PLUGINS:IPlugin[];} } } IMetadata * @type { IMetadata } */ -const metadata = require('./monaco-editor/metadata'); +const metadata = require('./metadata.js'); const es = require('event-stream'); const path = require('path'); const fs = require('fs'); @@ -902,7 +902,7 @@ const generateTestSamplesTask = function () { '', '
', '', - '', + '', '', '', + '', '', '', '' diff --git a/monaco-editor/metadata.js b/metadata.js similarity index 100% rename from monaco-editor/metadata.js rename to metadata.js diff --git a/monaco-editor/test/2040/iframe.html b/monaco-editor/test/2040/iframe.html index ffd8eba4..be08c038 100644 --- a/monaco-editor/test/2040/iframe.html +++ b/monaco-editor/test/2040/iframe.html @@ -28,7 +28,7 @@
- + diff --git a/monaco-editor/test/2264/iframe.html b/monaco-editor/test/2264/iframe.html index ffd8eba4..be08c038 100644 --- a/monaco-editor/test/2264/iframe.html +++ b/monaco-editor/test/2264/iframe.html @@ -28,7 +28,7 @@
- + diff --git a/monaco-editor/test/colorize.html b/monaco-editor/test/colorize.html index d17116ca..f4780cb2 100644 --- a/monaco-editor/test/colorize.html +++ b/monaco-editor/test/colorize.html @@ -43,7 +43,7 @@ code { - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html index b4058cdb..2146640c 100644 --- a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html +++ b/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html @@ -29,7 +29,7 @@ THIS IS A GENERATED FILE VIA gulp generate-test-samples
- + + + + + + + + + +