From 430d8e6e17c5b3cbc4466be21e1b1e020800760b Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 16 Nov 2021 22:25:24 +0100 Subject: [PATCH] Move test pages to `/test/manual/` --- .prettierignore | 4 ++-- build/simpleserver.js | 10 +++++----- {monaco-editor/test => test/manual}/2040/iframe.html | 0 {monaco-editor/test => test/manual}/2040/iframe.js | 0 {monaco-editor/test => test/manual}/2040/index.html | 0 {monaco-editor/test => test/manual}/2096/index.html | 0 {monaco-editor/test => test/manual}/2264/iframe.html | 0 {monaco-editor/test => test/manual}/2264/iframe.js | 0 {monaco-editor/test => test/manual}/2264/index.html | 2 +- {monaco-editor/test => test/manual}/colorize.html | 0 .../test => test/manual}/cross-origin-broken.html | 0 .../test => test/manual}/cross-origin-good.html | 0 .../test => test/manual}/cross-origin-worker-proxy.js | 0 {monaco-editor/test => test/manual}/dev-setup.js | 0 {monaco-editor/test => test/manual}/diff.html | 0 {monaco-editor/test => test/manual}/diff.js | 0 {monaco-editor/test => test/manual}/index.css | 0 {monaco-editor/test => test/manual}/index.html | 0 {monaco-editor/test => test/manual}/index.js | 0 {monaco-editor/test => test/manual}/mouse-fixed.html | 0 .../test => test/manual}/mouse-scrollable-body.html | 0 .../test => test/manual}/mouse-scrollable-element.html | 0 .../test => test/manual}/out-editor-esm-bundle.html | 0 .../creating-the-diffeditor-hello-diff-world.html | 0 .../creating-the-diffeditor-inline-diff-example.html | 0 .../creating-the-diffeditor-multi-line-example.html | 0 .../creating-the-diffeditor-navigating-a-diff.html | 0 .../creating-the-editor-editor-basic-options.html | 0 .../creating-the-editor-hard-wrapping.html | 0 .../creating-the-editor-hello-world.html | 0 ...e-editor-syntax-highlighting-for-html-elements.html | 0 .../customizing-the-appearence-exposed-colors.html | 0 .../customizing-the-appearence-scrollbars.html | 0 .../customizing-the-appearence-tokens-and-colors.html | 0 ...ng-language-services-codelens-provider-example.html | 0 ...nding-language-services-color-provider-example.html | 0 ...-language-services-completion-provider-example.html | 0 ...anguage-services-configure-javascript-defaults.html | 0 ...ding-language-services-configure-json-defaults.html | 0 .../extending-language-services-custom-languages.html | 0 ...ing-language-services-folding-provider-example.html | 0 ...nding-language-services-hover-provider-example.html | 0 ...uage-services-semantic-tokens-provider-example.html | 0 ...ing-language-services-symbols-provider-example.html | 0 .../manual}/playground.generated/index.html | 0 ...-editor-adding-a-command-to-an-editor-instance.html | 0 ...-editor-adding-an-action-to-an-editor-instance.html | 0 ...g-with-the-editor-customizing-the-line-numbers.html | 0 ...ng-with-the-editor-line-and-inline-decorations.html | 0 ...acting-with-the-editor-listening-to-key-events.html | 0 ...ting-with-the-editor-listening-to-mouse-events.html | 0 ...with-the-editor-rendering-glyphs-in-the-margin.html | 0 ...teracting-with-the-editor-revealing-a-position.html | 0 .../test => test/manual}/samples-all.generated.js | 0 {monaco-editor/test => test/manual}/samples.js | 0 .../manual}/samples/run-editor-failing-js.txt | 0 .../manual}/samples/run-editor-intellisense-js.txt | 0 .../manual}/samples/run-editor-jquery-min-js.txt | 0 .../samples/run-editor-js-validationParticipant.js | 0 .../test => test/manual}/samples/run-editor-korean.txt | 0 .../manual}/samples/run-editor-sample-big-css.txt | 0 .../manual}/samples/run-editor-sample-bom-cs.txt | 0 .../manual}/samples/run-editor-sample-cr-ps1.txt | 0 .../manual}/samples/run-editor-sample-dynamic.txt | 0 .../manual}/samples/run-editor-sample-f12-css.txt | 0 .../manual}/samples/run-editor-sample-html.txt | 0 .../manual}/samples/run-editor-sample-js.txt | 0 .../manual}/samples/run-editor-sample-msn-js.txt | 0 .../test => test/manual}/samples/sample.abap.txt | 0 .../test => test/manual}/samples/sample.aes.txt | 0 .../test => test/manual}/samples/sample.apex.txt | 0 .../test => test/manual}/samples/sample.azcli.txt | 0 .../test => test/manual}/samples/sample.bat.txt | 0 .../test => test/manual}/samples/sample.bicep.txt | 0 .../test => test/manual}/samples/sample.c.txt | 0 .../test => test/manual}/samples/sample.cameligo.txt | 0 .../test => test/manual}/samples/sample.clojure.txt | 0 .../manual}/samples/sample.coffeescript.txt | 0 .../test => test/manual}/samples/sample.cpp.txt | 0 .../test => test/manual}/samples/sample.csharp.txt | 0 .../test => test/manual}/samples/sample.csp.txt | 0 .../test => test/manual}/samples/sample.css.txt | 0 .../test => test/manual}/samples/sample.dart.txt | 0 .../test => test/manual}/samples/sample.dockerfile.txt | 0 .../test => test/manual}/samples/sample.elixir.txt | 0 .../test => test/manual}/samples/sample.fsharp.txt | 0 .../test => test/manual}/samples/sample.go.txt | 0 .../test => test/manual}/samples/sample.graphql.txt | 0 .../test => test/manual}/samples/sample.handlebars.txt | 0 .../test => test/manual}/samples/sample.hcl.txt | 0 .../test => test/manual}/samples/sample.html.txt | 0 .../test => test/manual}/samples/sample.ini.txt | 0 .../test => test/manual}/samples/sample.java.txt | 0 .../test => test/manual}/samples/sample.javascript.txt | 0 .../test => test/manual}/samples/sample.json.txt | 0 .../test => test/manual}/samples/sample.julia.txt | 0 .../test => test/manual}/samples/sample.kotlin.txt | 0 .../test => test/manual}/samples/sample.less.txt | 0 .../test => test/manual}/samples/sample.lex.txt | 0 .../test => test/manual}/samples/sample.lua.txt | 0 .../test => test/manual}/samples/sample.markdown.txt | 0 .../test => test/manual}/samples/sample.mips.txt | 0 .../test => test/manual}/samples/sample.msdax.txt | 0 .../test => test/manual}/samples/sample.mysql.txt | 0 .../manual}/samples/sample.objective-c.txt | 0 .../test => test/manual}/samples/sample.pascal.txt | 0 .../test => test/manual}/samples/sample.pascaligo.txt | 0 .../test => test/manual}/samples/sample.perl.txt | 0 .../test => test/manual}/samples/sample.pgsql.txt | 0 .../test => test/manual}/samples/sample.php.txt | 0 .../test => test/manual}/samples/sample.plaintext.txt | 0 .../test => test/manual}/samples/sample.postiats.txt | 0 .../test => test/manual}/samples/sample.powerquery.txt | 0 .../test => test/manual}/samples/sample.powershell.txt | 0 .../test => test/manual}/samples/sample.pug.txt | 0 .../test => test/manual}/samples/sample.python.txt | 0 .../test => test/manual}/samples/sample.r.txt | 0 .../test => test/manual}/samples/sample.razor.txt | 0 .../test => test/manual}/samples/sample.redis.txt | 0 .../test => test/manual}/samples/sample.redshift.txt | 0 .../manual}/samples/sample.restructuredtext.txt | 0 .../test => test/manual}/samples/sample.ruby.txt | 0 .../test => test/manual}/samples/sample.rust.txt | 0 .../test => test/manual}/samples/sample.sb.txt | 0 .../test => test/manual}/samples/sample.scala.txt | 0 .../test => test/manual}/samples/sample.scheme.txt | 0 .../test => test/manual}/samples/sample.scss.txt | 0 .../test => test/manual}/samples/sample.shell.txt | 0 .../test => test/manual}/samples/sample.sol.txt | 0 .../test => test/manual}/samples/sample.sql.txt | 0 .../test => test/manual}/samples/sample.st.txt | 0 .../test => test/manual}/samples/sample.swift.txt | 0 .../manual}/samples/sample.systemverilog.txt | 0 .../test => test/manual}/samples/sample.tcl.txt | 0 .../test => test/manual}/samples/sample.twig.txt | 0 .../test => test/manual}/samples/sample.typescript.txt | 0 .../test => test/manual}/samples/sample.vb.txt | 0 .../test => test/manual}/samples/sample.verilog.txt | 0 .../test => test/manual}/samples/sample.xml.txt | 0 .../test => test/manual}/samples/sample.yaml.txt | 0 {monaco-editor/test => test/manual}/shadow-dom.html | 0 {monaco-editor/test => test/manual}/smoketest.html | 0 {monaco-editor/test => test/manual}/smoketest.js | 0 .../test => test/manual}/typescript/custom-worker.html | 0 .../test => test/manual}/typescript/custom-worker.js | 0 .../test => test/manual}/typescript/index.html | 0 .../test => test/manual}/typescript/inlayHints.html | 0 147 files changed, 8 insertions(+), 8 deletions(-) rename {monaco-editor/test => test/manual}/2040/iframe.html (100%) rename {monaco-editor/test => test/manual}/2040/iframe.js (100%) rename {monaco-editor/test => test/manual}/2040/index.html (100%) rename {monaco-editor/test => test/manual}/2096/index.html (100%) rename {monaco-editor/test => test/manual}/2264/iframe.html (100%) rename {monaco-editor/test => test/manual}/2264/iframe.js (100%) rename {monaco-editor/test => test/manual}/2264/index.html (72%) rename {monaco-editor/test => test/manual}/colorize.html (100%) rename {monaco-editor/test => test/manual}/cross-origin-broken.html (100%) rename {monaco-editor/test => test/manual}/cross-origin-good.html (100%) rename {monaco-editor/test => test/manual}/cross-origin-worker-proxy.js (100%) rename {monaco-editor/test => test/manual}/dev-setup.js (100%) rename {monaco-editor/test => test/manual}/diff.html (100%) rename {monaco-editor/test => test/manual}/diff.js (100%) rename {monaco-editor/test => test/manual}/index.css (100%) rename {monaco-editor/test => test/manual}/index.html (100%) rename {monaco-editor/test => test/manual}/index.js (100%) rename {monaco-editor/test => test/manual}/mouse-fixed.html (100%) rename {monaco-editor/test => test/manual}/mouse-scrollable-body.html (100%) rename {monaco-editor/test => test/manual}/mouse-scrollable-element.html (100%) rename {monaco-editor/test => test/manual}/out-editor-esm-bundle.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-diffeditor-hello-diff-world.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-diffeditor-inline-diff-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-diffeditor-multi-line-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-diffeditor-navigating-a-diff.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-editor-editor-basic-options.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-editor-hard-wrapping.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-editor-hello-world.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/customizing-the-appearence-exposed-colors.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/customizing-the-appearence-scrollbars.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/customizing-the-appearence-tokens-and-colors.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-codelens-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-color-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-completion-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-configure-javascript-defaults.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-configure-json-defaults.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-custom-languages.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-folding-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-hover-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-semantic-tokens-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/extending-language-services-symbols-provider-example.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/index.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-listening-to-key-events.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html (100%) rename {monaco-editor/test => test/manual}/playground.generated/interacting-with-the-editor-revealing-a-position.html (100%) rename {monaco-editor/test => test/manual}/samples-all.generated.js (100%) rename {monaco-editor/test => test/manual}/samples.js (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-failing-js.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-intellisense-js.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-jquery-min-js.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-js-validationParticipant.js (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-korean.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-big-css.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-bom-cs.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-cr-ps1.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-dynamic.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-f12-css.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-html.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-js.txt (100%) rename {monaco-editor/test => test/manual}/samples/run-editor-sample-msn-js.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.abap.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.aes.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.apex.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.azcli.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.bat.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.bicep.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.c.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.cameligo.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.clojure.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.coffeescript.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.cpp.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.csharp.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.csp.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.css.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.dart.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.dockerfile.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.elixir.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.fsharp.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.go.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.graphql.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.handlebars.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.hcl.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.html.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.ini.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.java.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.javascript.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.json.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.julia.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.kotlin.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.less.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.lex.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.lua.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.markdown.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.mips.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.msdax.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.mysql.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.objective-c.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.pascal.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.pascaligo.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.perl.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.pgsql.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.php.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.plaintext.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.postiats.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.powerquery.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.powershell.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.pug.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.python.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.r.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.razor.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.redis.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.redshift.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.restructuredtext.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.ruby.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.rust.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.sb.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.scala.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.scheme.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.scss.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.shell.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.sol.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.sql.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.st.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.swift.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.systemverilog.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.tcl.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.twig.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.typescript.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.vb.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.verilog.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.xml.txt (100%) rename {monaco-editor/test => test/manual}/samples/sample.yaml.txt (100%) rename {monaco-editor/test => test/manual}/shadow-dom.html (100%) rename {monaco-editor/test => test/manual}/smoketest.html (100%) rename {monaco-editor/test => test/manual}/smoketest.js (100%) rename {monaco-editor/test => test/manual}/typescript/custom-worker.html (100%) rename {monaco-editor/test => test/manual}/typescript/custom-worker.js (100%) rename {monaco-editor/test => test/manual}/typescript/index.html (100%) rename {monaco-editor/test => test/manual}/typescript/inlayHints.html (100%) diff --git a/.prettierignore b/.prettierignore index 15634735..2843856d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,6 @@ **/node_modules/ **/out/ **/release/ -/monaco-editor/test/samples-all.generated.js -/monaco-editor/test/playground.generated/ /monaco-editor/typedoc/theme/ /monaco-editor/typedoc/monaco.d.ts /monaco-editor/website/lib/ @@ -15,3 +13,5 @@ /samples/browser-esm-webpack-typescript/dist/*.js /samples/browser-esm-webpack-typescript-react/dist/*.js /src/typescript/lib/ +/test/manual/samples-all.generated.js +/test/manual/playground.generated/ diff --git a/build/simpleserver.js b/build/simpleserver.js index b400d7b5..a8d026a8 100644 --- a/build/simpleserver.js +++ b/build/simpleserver.js @@ -20,9 +20,9 @@ createSimpleServer(SERVER_ROOT, 8080); createSimpleServer(SERVER_ROOT, 8088); function generateTestSamplesTask() { - const sampleNames = fs.readdirSync(path.join(REPO_ROOT, 'monaco-editor/test/samples')); + const sampleNames = fs.readdirSync(path.join(REPO_ROOT, 'test/manual/samples')); const samples = sampleNames.map((sampleName) => { - const samplePath = path.join(REPO_ROOT, 'monaco-editor/test/samples', sampleName); + const samplePath = path.join(REPO_ROOT, 'test/manual/samples', sampleName); const sampleContent = fs.readFileSync(samplePath).toString(); return { name: sampleName, @@ -33,7 +33,7 @@ function generateTestSamplesTask() { '//This is a generated file via `npm run simpleserver`\ndefine([], function() { return'; const suffix = '; });'; fs.writeFileSync( - path.join(REPO_ROOT, 'monaco-editor/test/samples-all.generated.js'), + path.join(REPO_ROOT, 'test/manual/samples-all.generated.js'), prefix + JSON.stringify(samples, null, '\t') + suffix ); @@ -96,7 +96,7 @@ function generateTestSamplesTask() { '' ]; fs.writeFileSync( - path.join(REPO_ROOT, 'monaco-editor/test/playground.generated/' + sampleId + '.html'), + path.join(REPO_ROOT, 'test/manual/playground.generated/' + sampleId + '.html'), result.join('\n') ); locations.push({ @@ -132,7 +132,7 @@ function generateTestSamplesTask() { '' ]; fs.writeFileSync( - path.join(REPO_ROOT, 'monaco-editor/test/playground.generated/index.html'), + path.join(REPO_ROOT, 'test/manual/playground.generated/index.html'), index.join('\n') ); } diff --git a/monaco-editor/test/2040/iframe.html b/test/manual/2040/iframe.html similarity index 100% rename from monaco-editor/test/2040/iframe.html rename to test/manual/2040/iframe.html diff --git a/monaco-editor/test/2040/iframe.js b/test/manual/2040/iframe.js similarity index 100% rename from monaco-editor/test/2040/iframe.js rename to test/manual/2040/iframe.js diff --git a/monaco-editor/test/2040/index.html b/test/manual/2040/index.html similarity index 100% rename from monaco-editor/test/2040/index.html rename to test/manual/2040/index.html diff --git a/monaco-editor/test/2096/index.html b/test/manual/2096/index.html similarity index 100% rename from monaco-editor/test/2096/index.html rename to test/manual/2096/index.html diff --git a/monaco-editor/test/2264/iframe.html b/test/manual/2264/iframe.html similarity index 100% rename from monaco-editor/test/2264/iframe.html rename to test/manual/2264/iframe.html diff --git a/monaco-editor/test/2264/iframe.js b/test/manual/2264/iframe.js similarity index 100% rename from monaco-editor/test/2264/iframe.js rename to test/manual/2264/iframe.js diff --git a/monaco-editor/test/2264/index.html b/test/manual/2264/index.html similarity index 72% rename from monaco-editor/test/2264/index.html rename to test/manual/2264/index.html index cb7ac747..8479a90a 100644 --- a/monaco-editor/test/2264/index.html +++ b/test/manual/2264/index.html @@ -3,7 +3,7 @@ diff --git a/monaco-editor/test/colorize.html b/test/manual/colorize.html similarity index 100% rename from monaco-editor/test/colorize.html rename to test/manual/colorize.html diff --git a/monaco-editor/test/cross-origin-broken.html b/test/manual/cross-origin-broken.html similarity index 100% rename from monaco-editor/test/cross-origin-broken.html rename to test/manual/cross-origin-broken.html diff --git a/monaco-editor/test/cross-origin-good.html b/test/manual/cross-origin-good.html similarity index 100% rename from monaco-editor/test/cross-origin-good.html rename to test/manual/cross-origin-good.html diff --git a/monaco-editor/test/cross-origin-worker-proxy.js b/test/manual/cross-origin-worker-proxy.js similarity index 100% rename from monaco-editor/test/cross-origin-worker-proxy.js rename to test/manual/cross-origin-worker-proxy.js diff --git a/monaco-editor/test/dev-setup.js b/test/manual/dev-setup.js similarity index 100% rename from monaco-editor/test/dev-setup.js rename to test/manual/dev-setup.js diff --git a/monaco-editor/test/diff.html b/test/manual/diff.html similarity index 100% rename from monaco-editor/test/diff.html rename to test/manual/diff.html diff --git a/monaco-editor/test/diff.js b/test/manual/diff.js similarity index 100% rename from monaco-editor/test/diff.js rename to test/manual/diff.js diff --git a/monaco-editor/test/index.css b/test/manual/index.css similarity index 100% rename from monaco-editor/test/index.css rename to test/manual/index.css diff --git a/monaco-editor/test/index.html b/test/manual/index.html similarity index 100% rename from monaco-editor/test/index.html rename to test/manual/index.html diff --git a/monaco-editor/test/index.js b/test/manual/index.js similarity index 100% rename from monaco-editor/test/index.js rename to test/manual/index.js diff --git a/monaco-editor/test/mouse-fixed.html b/test/manual/mouse-fixed.html similarity index 100% rename from monaco-editor/test/mouse-fixed.html rename to test/manual/mouse-fixed.html diff --git a/monaco-editor/test/mouse-scrollable-body.html b/test/manual/mouse-scrollable-body.html similarity index 100% rename from monaco-editor/test/mouse-scrollable-body.html rename to test/manual/mouse-scrollable-body.html diff --git a/monaco-editor/test/mouse-scrollable-element.html b/test/manual/mouse-scrollable-element.html similarity index 100% rename from monaco-editor/test/mouse-scrollable-element.html rename to test/manual/mouse-scrollable-element.html diff --git a/monaco-editor/test/out-editor-esm-bundle.html b/test/manual/out-editor-esm-bundle.html similarity index 100% rename from monaco-editor/test/out-editor-esm-bundle.html rename to test/manual/out-editor-esm-bundle.html diff --git a/monaco-editor/test/playground.generated/creating-the-diffeditor-hello-diff-world.html b/test/manual/playground.generated/creating-the-diffeditor-hello-diff-world.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-diffeditor-hello-diff-world.html rename to test/manual/playground.generated/creating-the-diffeditor-hello-diff-world.html diff --git a/monaco-editor/test/playground.generated/creating-the-diffeditor-inline-diff-example.html b/test/manual/playground.generated/creating-the-diffeditor-inline-diff-example.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-diffeditor-inline-diff-example.html rename to test/manual/playground.generated/creating-the-diffeditor-inline-diff-example.html diff --git a/monaco-editor/test/playground.generated/creating-the-diffeditor-multi-line-example.html b/test/manual/playground.generated/creating-the-diffeditor-multi-line-example.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-diffeditor-multi-line-example.html rename to test/manual/playground.generated/creating-the-diffeditor-multi-line-example.html diff --git a/monaco-editor/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html b/test/manual/playground.generated/creating-the-diffeditor-navigating-a-diff.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html rename to test/manual/playground.generated/creating-the-diffeditor-navigating-a-diff.html diff --git a/monaco-editor/test/playground.generated/creating-the-editor-editor-basic-options.html b/test/manual/playground.generated/creating-the-editor-editor-basic-options.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-editor-editor-basic-options.html rename to test/manual/playground.generated/creating-the-editor-editor-basic-options.html diff --git a/monaco-editor/test/playground.generated/creating-the-editor-hard-wrapping.html b/test/manual/playground.generated/creating-the-editor-hard-wrapping.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-editor-hard-wrapping.html rename to test/manual/playground.generated/creating-the-editor-hard-wrapping.html diff --git a/monaco-editor/test/playground.generated/creating-the-editor-hello-world.html b/test/manual/playground.generated/creating-the-editor-hello-world.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-editor-hello-world.html rename to test/manual/playground.generated/creating-the-editor-hello-world.html diff --git a/monaco-editor/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html b/test/manual/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html similarity index 100% rename from monaco-editor/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html rename to test/manual/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html diff --git a/monaco-editor/test/playground.generated/customizing-the-appearence-exposed-colors.html b/test/manual/playground.generated/customizing-the-appearence-exposed-colors.html similarity index 100% rename from monaco-editor/test/playground.generated/customizing-the-appearence-exposed-colors.html rename to test/manual/playground.generated/customizing-the-appearence-exposed-colors.html diff --git a/monaco-editor/test/playground.generated/customizing-the-appearence-scrollbars.html b/test/manual/playground.generated/customizing-the-appearence-scrollbars.html similarity index 100% rename from monaco-editor/test/playground.generated/customizing-the-appearence-scrollbars.html rename to test/manual/playground.generated/customizing-the-appearence-scrollbars.html diff --git a/monaco-editor/test/playground.generated/customizing-the-appearence-tokens-and-colors.html b/test/manual/playground.generated/customizing-the-appearence-tokens-and-colors.html similarity index 100% rename from monaco-editor/test/playground.generated/customizing-the-appearence-tokens-and-colors.html rename to test/manual/playground.generated/customizing-the-appearence-tokens-and-colors.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-codelens-provider-example.html b/test/manual/playground.generated/extending-language-services-codelens-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-codelens-provider-example.html rename to test/manual/playground.generated/extending-language-services-codelens-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-color-provider-example.html b/test/manual/playground.generated/extending-language-services-color-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-color-provider-example.html rename to test/manual/playground.generated/extending-language-services-color-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-completion-provider-example.html b/test/manual/playground.generated/extending-language-services-completion-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-completion-provider-example.html rename to test/manual/playground.generated/extending-language-services-completion-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-configure-javascript-defaults.html b/test/manual/playground.generated/extending-language-services-configure-javascript-defaults.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-configure-javascript-defaults.html rename to test/manual/playground.generated/extending-language-services-configure-javascript-defaults.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-configure-json-defaults.html b/test/manual/playground.generated/extending-language-services-configure-json-defaults.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-configure-json-defaults.html rename to test/manual/playground.generated/extending-language-services-configure-json-defaults.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-custom-languages.html b/test/manual/playground.generated/extending-language-services-custom-languages.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-custom-languages.html rename to test/manual/playground.generated/extending-language-services-custom-languages.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-folding-provider-example.html b/test/manual/playground.generated/extending-language-services-folding-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-folding-provider-example.html rename to test/manual/playground.generated/extending-language-services-folding-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-hover-provider-example.html b/test/manual/playground.generated/extending-language-services-hover-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-hover-provider-example.html rename to test/manual/playground.generated/extending-language-services-hover-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-semantic-tokens-provider-example.html b/test/manual/playground.generated/extending-language-services-semantic-tokens-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-semantic-tokens-provider-example.html rename to test/manual/playground.generated/extending-language-services-semantic-tokens-provider-example.html diff --git a/monaco-editor/test/playground.generated/extending-language-services-symbols-provider-example.html b/test/manual/playground.generated/extending-language-services-symbols-provider-example.html similarity index 100% rename from monaco-editor/test/playground.generated/extending-language-services-symbols-provider-example.html rename to test/manual/playground.generated/extending-language-services-symbols-provider-example.html diff --git a/monaco-editor/test/playground.generated/index.html b/test/manual/playground.generated/index.html similarity index 100% rename from monaco-editor/test/playground.generated/index.html rename to test/manual/playground.generated/index.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html b/test/manual/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html rename to test/manual/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html b/test/manual/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html rename to test/manual/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html b/test/manual/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html rename to test/manual/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html b/test/manual/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html rename to test/manual/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html b/test/manual/playground.generated/interacting-with-the-editor-listening-to-key-events.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html rename to test/manual/playground.generated/interacting-with-the-editor-listening-to-key-events.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html b/test/manual/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html rename to test/manual/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html b/test/manual/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html rename to test/manual/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html diff --git a/monaco-editor/test/playground.generated/interacting-with-the-editor-revealing-a-position.html b/test/manual/playground.generated/interacting-with-the-editor-revealing-a-position.html similarity index 100% rename from monaco-editor/test/playground.generated/interacting-with-the-editor-revealing-a-position.html rename to test/manual/playground.generated/interacting-with-the-editor-revealing-a-position.html diff --git a/monaco-editor/test/samples-all.generated.js b/test/manual/samples-all.generated.js similarity index 100% rename from monaco-editor/test/samples-all.generated.js rename to test/manual/samples-all.generated.js diff --git a/monaco-editor/test/samples.js b/test/manual/samples.js similarity index 100% rename from monaco-editor/test/samples.js rename to test/manual/samples.js diff --git a/monaco-editor/test/samples/run-editor-failing-js.txt b/test/manual/samples/run-editor-failing-js.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-failing-js.txt rename to test/manual/samples/run-editor-failing-js.txt diff --git a/monaco-editor/test/samples/run-editor-intellisense-js.txt b/test/manual/samples/run-editor-intellisense-js.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-intellisense-js.txt rename to test/manual/samples/run-editor-intellisense-js.txt diff --git a/monaco-editor/test/samples/run-editor-jquery-min-js.txt b/test/manual/samples/run-editor-jquery-min-js.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-jquery-min-js.txt rename to test/manual/samples/run-editor-jquery-min-js.txt diff --git a/monaco-editor/test/samples/run-editor-js-validationParticipant.js b/test/manual/samples/run-editor-js-validationParticipant.js similarity index 100% rename from monaco-editor/test/samples/run-editor-js-validationParticipant.js rename to test/manual/samples/run-editor-js-validationParticipant.js diff --git a/monaco-editor/test/samples/run-editor-korean.txt b/test/manual/samples/run-editor-korean.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-korean.txt rename to test/manual/samples/run-editor-korean.txt diff --git a/monaco-editor/test/samples/run-editor-sample-big-css.txt b/test/manual/samples/run-editor-sample-big-css.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-big-css.txt rename to test/manual/samples/run-editor-sample-big-css.txt diff --git a/monaco-editor/test/samples/run-editor-sample-bom-cs.txt b/test/manual/samples/run-editor-sample-bom-cs.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-bom-cs.txt rename to test/manual/samples/run-editor-sample-bom-cs.txt diff --git a/monaco-editor/test/samples/run-editor-sample-cr-ps1.txt b/test/manual/samples/run-editor-sample-cr-ps1.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-cr-ps1.txt rename to test/manual/samples/run-editor-sample-cr-ps1.txt diff --git a/monaco-editor/test/samples/run-editor-sample-dynamic.txt b/test/manual/samples/run-editor-sample-dynamic.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-dynamic.txt rename to test/manual/samples/run-editor-sample-dynamic.txt diff --git a/monaco-editor/test/samples/run-editor-sample-f12-css.txt b/test/manual/samples/run-editor-sample-f12-css.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-f12-css.txt rename to test/manual/samples/run-editor-sample-f12-css.txt diff --git a/monaco-editor/test/samples/run-editor-sample-html.txt b/test/manual/samples/run-editor-sample-html.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-html.txt rename to test/manual/samples/run-editor-sample-html.txt diff --git a/monaco-editor/test/samples/run-editor-sample-js.txt b/test/manual/samples/run-editor-sample-js.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-js.txt rename to test/manual/samples/run-editor-sample-js.txt diff --git a/monaco-editor/test/samples/run-editor-sample-msn-js.txt b/test/manual/samples/run-editor-sample-msn-js.txt similarity index 100% rename from monaco-editor/test/samples/run-editor-sample-msn-js.txt rename to test/manual/samples/run-editor-sample-msn-js.txt diff --git a/monaco-editor/test/samples/sample.abap.txt b/test/manual/samples/sample.abap.txt similarity index 100% rename from monaco-editor/test/samples/sample.abap.txt rename to test/manual/samples/sample.abap.txt diff --git a/monaco-editor/test/samples/sample.aes.txt b/test/manual/samples/sample.aes.txt similarity index 100% rename from monaco-editor/test/samples/sample.aes.txt rename to test/manual/samples/sample.aes.txt diff --git a/monaco-editor/test/samples/sample.apex.txt b/test/manual/samples/sample.apex.txt similarity index 100% rename from monaco-editor/test/samples/sample.apex.txt rename to test/manual/samples/sample.apex.txt diff --git a/monaco-editor/test/samples/sample.azcli.txt b/test/manual/samples/sample.azcli.txt similarity index 100% rename from monaco-editor/test/samples/sample.azcli.txt rename to test/manual/samples/sample.azcli.txt diff --git a/monaco-editor/test/samples/sample.bat.txt b/test/manual/samples/sample.bat.txt similarity index 100% rename from monaco-editor/test/samples/sample.bat.txt rename to test/manual/samples/sample.bat.txt diff --git a/monaco-editor/test/samples/sample.bicep.txt b/test/manual/samples/sample.bicep.txt similarity index 100% rename from monaco-editor/test/samples/sample.bicep.txt rename to test/manual/samples/sample.bicep.txt diff --git a/monaco-editor/test/samples/sample.c.txt b/test/manual/samples/sample.c.txt similarity index 100% rename from monaco-editor/test/samples/sample.c.txt rename to test/manual/samples/sample.c.txt diff --git a/monaco-editor/test/samples/sample.cameligo.txt b/test/manual/samples/sample.cameligo.txt similarity index 100% rename from monaco-editor/test/samples/sample.cameligo.txt rename to test/manual/samples/sample.cameligo.txt diff --git a/monaco-editor/test/samples/sample.clojure.txt b/test/manual/samples/sample.clojure.txt similarity index 100% rename from monaco-editor/test/samples/sample.clojure.txt rename to test/manual/samples/sample.clojure.txt diff --git a/monaco-editor/test/samples/sample.coffeescript.txt b/test/manual/samples/sample.coffeescript.txt similarity index 100% rename from monaco-editor/test/samples/sample.coffeescript.txt rename to test/manual/samples/sample.coffeescript.txt diff --git a/monaco-editor/test/samples/sample.cpp.txt b/test/manual/samples/sample.cpp.txt similarity index 100% rename from monaco-editor/test/samples/sample.cpp.txt rename to test/manual/samples/sample.cpp.txt diff --git a/monaco-editor/test/samples/sample.csharp.txt b/test/manual/samples/sample.csharp.txt similarity index 100% rename from monaco-editor/test/samples/sample.csharp.txt rename to test/manual/samples/sample.csharp.txt diff --git a/monaco-editor/test/samples/sample.csp.txt b/test/manual/samples/sample.csp.txt similarity index 100% rename from monaco-editor/test/samples/sample.csp.txt rename to test/manual/samples/sample.csp.txt diff --git a/monaco-editor/test/samples/sample.css.txt b/test/manual/samples/sample.css.txt similarity index 100% rename from monaco-editor/test/samples/sample.css.txt rename to test/manual/samples/sample.css.txt diff --git a/monaco-editor/test/samples/sample.dart.txt b/test/manual/samples/sample.dart.txt similarity index 100% rename from monaco-editor/test/samples/sample.dart.txt rename to test/manual/samples/sample.dart.txt diff --git a/monaco-editor/test/samples/sample.dockerfile.txt b/test/manual/samples/sample.dockerfile.txt similarity index 100% rename from monaco-editor/test/samples/sample.dockerfile.txt rename to test/manual/samples/sample.dockerfile.txt diff --git a/monaco-editor/test/samples/sample.elixir.txt b/test/manual/samples/sample.elixir.txt similarity index 100% rename from monaco-editor/test/samples/sample.elixir.txt rename to test/manual/samples/sample.elixir.txt diff --git a/monaco-editor/test/samples/sample.fsharp.txt b/test/manual/samples/sample.fsharp.txt similarity index 100% rename from monaco-editor/test/samples/sample.fsharp.txt rename to test/manual/samples/sample.fsharp.txt diff --git a/monaco-editor/test/samples/sample.go.txt b/test/manual/samples/sample.go.txt similarity index 100% rename from monaco-editor/test/samples/sample.go.txt rename to test/manual/samples/sample.go.txt diff --git a/monaco-editor/test/samples/sample.graphql.txt b/test/manual/samples/sample.graphql.txt similarity index 100% rename from monaco-editor/test/samples/sample.graphql.txt rename to test/manual/samples/sample.graphql.txt diff --git a/monaco-editor/test/samples/sample.handlebars.txt b/test/manual/samples/sample.handlebars.txt similarity index 100% rename from monaco-editor/test/samples/sample.handlebars.txt rename to test/manual/samples/sample.handlebars.txt diff --git a/monaco-editor/test/samples/sample.hcl.txt b/test/manual/samples/sample.hcl.txt similarity index 100% rename from monaco-editor/test/samples/sample.hcl.txt rename to test/manual/samples/sample.hcl.txt diff --git a/monaco-editor/test/samples/sample.html.txt b/test/manual/samples/sample.html.txt similarity index 100% rename from monaco-editor/test/samples/sample.html.txt rename to test/manual/samples/sample.html.txt diff --git a/monaco-editor/test/samples/sample.ini.txt b/test/manual/samples/sample.ini.txt similarity index 100% rename from monaco-editor/test/samples/sample.ini.txt rename to test/manual/samples/sample.ini.txt diff --git a/monaco-editor/test/samples/sample.java.txt b/test/manual/samples/sample.java.txt similarity index 100% rename from monaco-editor/test/samples/sample.java.txt rename to test/manual/samples/sample.java.txt diff --git a/monaco-editor/test/samples/sample.javascript.txt b/test/manual/samples/sample.javascript.txt similarity index 100% rename from monaco-editor/test/samples/sample.javascript.txt rename to test/manual/samples/sample.javascript.txt diff --git a/monaco-editor/test/samples/sample.json.txt b/test/manual/samples/sample.json.txt similarity index 100% rename from monaco-editor/test/samples/sample.json.txt rename to test/manual/samples/sample.json.txt diff --git a/monaco-editor/test/samples/sample.julia.txt b/test/manual/samples/sample.julia.txt similarity index 100% rename from monaco-editor/test/samples/sample.julia.txt rename to test/manual/samples/sample.julia.txt diff --git a/monaco-editor/test/samples/sample.kotlin.txt b/test/manual/samples/sample.kotlin.txt similarity index 100% rename from monaco-editor/test/samples/sample.kotlin.txt rename to test/manual/samples/sample.kotlin.txt diff --git a/monaco-editor/test/samples/sample.less.txt b/test/manual/samples/sample.less.txt similarity index 100% rename from monaco-editor/test/samples/sample.less.txt rename to test/manual/samples/sample.less.txt diff --git a/monaco-editor/test/samples/sample.lex.txt b/test/manual/samples/sample.lex.txt similarity index 100% rename from monaco-editor/test/samples/sample.lex.txt rename to test/manual/samples/sample.lex.txt diff --git a/monaco-editor/test/samples/sample.lua.txt b/test/manual/samples/sample.lua.txt similarity index 100% rename from monaco-editor/test/samples/sample.lua.txt rename to test/manual/samples/sample.lua.txt diff --git a/monaco-editor/test/samples/sample.markdown.txt b/test/manual/samples/sample.markdown.txt similarity index 100% rename from monaco-editor/test/samples/sample.markdown.txt rename to test/manual/samples/sample.markdown.txt diff --git a/monaco-editor/test/samples/sample.mips.txt b/test/manual/samples/sample.mips.txt similarity index 100% rename from monaco-editor/test/samples/sample.mips.txt rename to test/manual/samples/sample.mips.txt diff --git a/monaco-editor/test/samples/sample.msdax.txt b/test/manual/samples/sample.msdax.txt similarity index 100% rename from monaco-editor/test/samples/sample.msdax.txt rename to test/manual/samples/sample.msdax.txt diff --git a/monaco-editor/test/samples/sample.mysql.txt b/test/manual/samples/sample.mysql.txt similarity index 100% rename from monaco-editor/test/samples/sample.mysql.txt rename to test/manual/samples/sample.mysql.txt diff --git a/monaco-editor/test/samples/sample.objective-c.txt b/test/manual/samples/sample.objective-c.txt similarity index 100% rename from monaco-editor/test/samples/sample.objective-c.txt rename to test/manual/samples/sample.objective-c.txt diff --git a/monaco-editor/test/samples/sample.pascal.txt b/test/manual/samples/sample.pascal.txt similarity index 100% rename from monaco-editor/test/samples/sample.pascal.txt rename to test/manual/samples/sample.pascal.txt diff --git a/monaco-editor/test/samples/sample.pascaligo.txt b/test/manual/samples/sample.pascaligo.txt similarity index 100% rename from monaco-editor/test/samples/sample.pascaligo.txt rename to test/manual/samples/sample.pascaligo.txt diff --git a/monaco-editor/test/samples/sample.perl.txt b/test/manual/samples/sample.perl.txt similarity index 100% rename from monaco-editor/test/samples/sample.perl.txt rename to test/manual/samples/sample.perl.txt diff --git a/monaco-editor/test/samples/sample.pgsql.txt b/test/manual/samples/sample.pgsql.txt similarity index 100% rename from monaco-editor/test/samples/sample.pgsql.txt rename to test/manual/samples/sample.pgsql.txt diff --git a/monaco-editor/test/samples/sample.php.txt b/test/manual/samples/sample.php.txt similarity index 100% rename from monaco-editor/test/samples/sample.php.txt rename to test/manual/samples/sample.php.txt diff --git a/monaco-editor/test/samples/sample.plaintext.txt b/test/manual/samples/sample.plaintext.txt similarity index 100% rename from monaco-editor/test/samples/sample.plaintext.txt rename to test/manual/samples/sample.plaintext.txt diff --git a/monaco-editor/test/samples/sample.postiats.txt b/test/manual/samples/sample.postiats.txt similarity index 100% rename from monaco-editor/test/samples/sample.postiats.txt rename to test/manual/samples/sample.postiats.txt diff --git a/monaco-editor/test/samples/sample.powerquery.txt b/test/manual/samples/sample.powerquery.txt similarity index 100% rename from monaco-editor/test/samples/sample.powerquery.txt rename to test/manual/samples/sample.powerquery.txt diff --git a/monaco-editor/test/samples/sample.powershell.txt b/test/manual/samples/sample.powershell.txt similarity index 100% rename from monaco-editor/test/samples/sample.powershell.txt rename to test/manual/samples/sample.powershell.txt diff --git a/monaco-editor/test/samples/sample.pug.txt b/test/manual/samples/sample.pug.txt similarity index 100% rename from monaco-editor/test/samples/sample.pug.txt rename to test/manual/samples/sample.pug.txt diff --git a/monaco-editor/test/samples/sample.python.txt b/test/manual/samples/sample.python.txt similarity index 100% rename from monaco-editor/test/samples/sample.python.txt rename to test/manual/samples/sample.python.txt diff --git a/monaco-editor/test/samples/sample.r.txt b/test/manual/samples/sample.r.txt similarity index 100% rename from monaco-editor/test/samples/sample.r.txt rename to test/manual/samples/sample.r.txt diff --git a/monaco-editor/test/samples/sample.razor.txt b/test/manual/samples/sample.razor.txt similarity index 100% rename from monaco-editor/test/samples/sample.razor.txt rename to test/manual/samples/sample.razor.txt diff --git a/monaco-editor/test/samples/sample.redis.txt b/test/manual/samples/sample.redis.txt similarity index 100% rename from monaco-editor/test/samples/sample.redis.txt rename to test/manual/samples/sample.redis.txt diff --git a/monaco-editor/test/samples/sample.redshift.txt b/test/manual/samples/sample.redshift.txt similarity index 100% rename from monaco-editor/test/samples/sample.redshift.txt rename to test/manual/samples/sample.redshift.txt diff --git a/monaco-editor/test/samples/sample.restructuredtext.txt b/test/manual/samples/sample.restructuredtext.txt similarity index 100% rename from monaco-editor/test/samples/sample.restructuredtext.txt rename to test/manual/samples/sample.restructuredtext.txt diff --git a/monaco-editor/test/samples/sample.ruby.txt b/test/manual/samples/sample.ruby.txt similarity index 100% rename from monaco-editor/test/samples/sample.ruby.txt rename to test/manual/samples/sample.ruby.txt diff --git a/monaco-editor/test/samples/sample.rust.txt b/test/manual/samples/sample.rust.txt similarity index 100% rename from monaco-editor/test/samples/sample.rust.txt rename to test/manual/samples/sample.rust.txt diff --git a/monaco-editor/test/samples/sample.sb.txt b/test/manual/samples/sample.sb.txt similarity index 100% rename from monaco-editor/test/samples/sample.sb.txt rename to test/manual/samples/sample.sb.txt diff --git a/monaco-editor/test/samples/sample.scala.txt b/test/manual/samples/sample.scala.txt similarity index 100% rename from monaco-editor/test/samples/sample.scala.txt rename to test/manual/samples/sample.scala.txt diff --git a/monaco-editor/test/samples/sample.scheme.txt b/test/manual/samples/sample.scheme.txt similarity index 100% rename from monaco-editor/test/samples/sample.scheme.txt rename to test/manual/samples/sample.scheme.txt diff --git a/monaco-editor/test/samples/sample.scss.txt b/test/manual/samples/sample.scss.txt similarity index 100% rename from monaco-editor/test/samples/sample.scss.txt rename to test/manual/samples/sample.scss.txt diff --git a/monaco-editor/test/samples/sample.shell.txt b/test/manual/samples/sample.shell.txt similarity index 100% rename from monaco-editor/test/samples/sample.shell.txt rename to test/manual/samples/sample.shell.txt diff --git a/monaco-editor/test/samples/sample.sol.txt b/test/manual/samples/sample.sol.txt similarity index 100% rename from monaco-editor/test/samples/sample.sol.txt rename to test/manual/samples/sample.sol.txt diff --git a/monaco-editor/test/samples/sample.sql.txt b/test/manual/samples/sample.sql.txt similarity index 100% rename from monaco-editor/test/samples/sample.sql.txt rename to test/manual/samples/sample.sql.txt diff --git a/monaco-editor/test/samples/sample.st.txt b/test/manual/samples/sample.st.txt similarity index 100% rename from monaco-editor/test/samples/sample.st.txt rename to test/manual/samples/sample.st.txt diff --git a/monaco-editor/test/samples/sample.swift.txt b/test/manual/samples/sample.swift.txt similarity index 100% rename from monaco-editor/test/samples/sample.swift.txt rename to test/manual/samples/sample.swift.txt diff --git a/monaco-editor/test/samples/sample.systemverilog.txt b/test/manual/samples/sample.systemverilog.txt similarity index 100% rename from monaco-editor/test/samples/sample.systemverilog.txt rename to test/manual/samples/sample.systemverilog.txt diff --git a/monaco-editor/test/samples/sample.tcl.txt b/test/manual/samples/sample.tcl.txt similarity index 100% rename from monaco-editor/test/samples/sample.tcl.txt rename to test/manual/samples/sample.tcl.txt diff --git a/monaco-editor/test/samples/sample.twig.txt b/test/manual/samples/sample.twig.txt similarity index 100% rename from monaco-editor/test/samples/sample.twig.txt rename to test/manual/samples/sample.twig.txt diff --git a/monaco-editor/test/samples/sample.typescript.txt b/test/manual/samples/sample.typescript.txt similarity index 100% rename from monaco-editor/test/samples/sample.typescript.txt rename to test/manual/samples/sample.typescript.txt diff --git a/monaco-editor/test/samples/sample.vb.txt b/test/manual/samples/sample.vb.txt similarity index 100% rename from monaco-editor/test/samples/sample.vb.txt rename to test/manual/samples/sample.vb.txt diff --git a/monaco-editor/test/samples/sample.verilog.txt b/test/manual/samples/sample.verilog.txt similarity index 100% rename from monaco-editor/test/samples/sample.verilog.txt rename to test/manual/samples/sample.verilog.txt diff --git a/monaco-editor/test/samples/sample.xml.txt b/test/manual/samples/sample.xml.txt similarity index 100% rename from monaco-editor/test/samples/sample.xml.txt rename to test/manual/samples/sample.xml.txt diff --git a/monaco-editor/test/samples/sample.yaml.txt b/test/manual/samples/sample.yaml.txt similarity index 100% rename from monaco-editor/test/samples/sample.yaml.txt rename to test/manual/samples/sample.yaml.txt diff --git a/monaco-editor/test/shadow-dom.html b/test/manual/shadow-dom.html similarity index 100% rename from monaco-editor/test/shadow-dom.html rename to test/manual/shadow-dom.html diff --git a/monaco-editor/test/smoketest.html b/test/manual/smoketest.html similarity index 100% rename from monaco-editor/test/smoketest.html rename to test/manual/smoketest.html diff --git a/monaco-editor/test/smoketest.js b/test/manual/smoketest.js similarity index 100% rename from monaco-editor/test/smoketest.js rename to test/manual/smoketest.js diff --git a/monaco-editor/test/typescript/custom-worker.html b/test/manual/typescript/custom-worker.html similarity index 100% rename from monaco-editor/test/typescript/custom-worker.html rename to test/manual/typescript/custom-worker.html diff --git a/monaco-editor/test/typescript/custom-worker.js b/test/manual/typescript/custom-worker.js similarity index 100% rename from monaco-editor/test/typescript/custom-worker.js rename to test/manual/typescript/custom-worker.js diff --git a/monaco-editor/test/typescript/index.html b/test/manual/typescript/index.html similarity index 100% rename from monaco-editor/test/typescript/index.html rename to test/manual/typescript/index.html diff --git a/monaco-editor/test/typescript/inlayHints.html b/test/manual/typescript/inlayHints.html similarity index 100% rename from monaco-editor/test/typescript/inlayHints.html rename to test/manual/typescript/inlayHints.html