diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/monaco-editor/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to monaco-editor/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/monaco-editor/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yml rename to monaco-editor/.github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/monaco-editor/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to monaco-editor/.github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/commands.yml b/monaco-editor/.github/commands.yml similarity index 100% rename from .github/commands.yml rename to monaco-editor/.github/commands.yml diff --git a/.github/locker.yml b/monaco-editor/.github/locker.yml similarity index 100% rename from .github/locker.yml rename to monaco-editor/.github/locker.yml diff --git a/.github/needs_more_info.yml b/monaco-editor/.github/needs_more_info.yml similarity index 100% rename from .github/needs_more_info.yml rename to monaco-editor/.github/needs_more_info.yml diff --git a/.gitignore b/monaco-editor/.gitignore similarity index 100% rename from .gitignore rename to monaco-editor/.gitignore diff --git a/.vscode/launch.json b/monaco-editor/.vscode/launch.json similarity index 100% rename from .vscode/launch.json rename to monaco-editor/.vscode/launch.json diff --git a/.vscode/settings.json b/monaco-editor/.vscode/settings.json similarity index 100% rename from .vscode/settings.json rename to monaco-editor/.vscode/settings.json diff --git a/CHANGELOG.md b/monaco-editor/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to monaco-editor/CHANGELOG.md diff --git a/CONTRIBUTING.md b/monaco-editor/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to monaco-editor/CONTRIBUTING.md diff --git a/LICENSE.md b/monaco-editor/LICENSE.md similarity index 100% rename from LICENSE.md rename to monaco-editor/LICENSE.md diff --git a/README.md b/monaco-editor/README.md similarity index 100% rename from README.md rename to monaco-editor/README.md diff --git a/SECURITY.md b/monaco-editor/SECURITY.md similarity index 100% rename from SECURITY.md rename to monaco-editor/SECURITY.md diff --git a/azure-pipelines.yml b/monaco-editor/azure-pipelines.yml similarity index 100% rename from azure-pipelines.yml rename to monaco-editor/azure-pipelines.yml diff --git a/build/publish-website.sh b/monaco-editor/build/publish-website.sh similarity index 100% rename from build/publish-website.sh rename to monaco-editor/build/publish-website.sh diff --git a/ci/webpack.config.js b/monaco-editor/ci/webpack.config.js similarity index 100% rename from ci/webpack.config.js rename to monaco-editor/ci/webpack.config.js diff --git a/docs/integrate-amd-cross.md b/monaco-editor/docs/integrate-amd-cross.md similarity index 100% rename from docs/integrate-amd-cross.md rename to monaco-editor/docs/integrate-amd-cross.md diff --git a/docs/integrate-amd.md b/monaco-editor/docs/integrate-amd.md similarity index 100% rename from docs/integrate-amd.md rename to monaco-editor/docs/integrate-amd.md diff --git a/docs/integrate-esm.md b/monaco-editor/docs/integrate-esm.md similarity index 100% rename from docs/integrate-esm.md rename to monaco-editor/docs/integrate-esm.md diff --git a/gulpfile.js b/monaco-editor/gulpfile.js similarity index 100% rename from gulpfile.js rename to monaco-editor/gulpfile.js diff --git a/metadata.js b/monaco-editor/metadata.js similarity index 100% rename from metadata.js rename to monaco-editor/metadata.js diff --git a/monaco-editor.code-workspace b/monaco-editor/monaco-editor.code-workspace similarity index 100% rename from monaco-editor.code-workspace rename to monaco-editor/monaco-editor.code-workspace diff --git a/package-lock.json b/monaco-editor/package-lock.json similarity index 100% rename from package-lock.json rename to monaco-editor/package-lock.json diff --git a/package.json b/monaco-editor/package.json similarity index 100% rename from package.json rename to monaco-editor/package.json diff --git a/test/2040/iframe.html b/monaco-editor/test/2040/iframe.html similarity index 100% rename from test/2040/iframe.html rename to monaco-editor/test/2040/iframe.html diff --git a/test/2040/iframe.js b/monaco-editor/test/2040/iframe.js similarity index 100% rename from test/2040/iframe.js rename to monaco-editor/test/2040/iframe.js diff --git a/test/2040/index.html b/monaco-editor/test/2040/index.html similarity index 100% rename from test/2040/index.html rename to monaco-editor/test/2040/index.html diff --git a/test/2096/index.html b/monaco-editor/test/2096/index.html similarity index 100% rename from test/2096/index.html rename to monaco-editor/test/2096/index.html diff --git a/test/2264/iframe.html b/monaco-editor/test/2264/iframe.html similarity index 100% rename from test/2264/iframe.html rename to monaco-editor/test/2264/iframe.html diff --git a/test/2264/iframe.js b/monaco-editor/test/2264/iframe.js similarity index 100% rename from test/2264/iframe.js rename to monaco-editor/test/2264/iframe.js diff --git a/test/2264/index.html b/monaco-editor/test/2264/index.html similarity index 100% rename from test/2264/index.html rename to monaco-editor/test/2264/index.html diff --git a/test/colorize.html b/monaco-editor/test/colorize.html similarity index 100% rename from test/colorize.html rename to monaco-editor/test/colorize.html diff --git a/test/cross-origin-broken.html b/monaco-editor/test/cross-origin-broken.html similarity index 100% rename from test/cross-origin-broken.html rename to monaco-editor/test/cross-origin-broken.html diff --git a/test/cross-origin-good.html b/monaco-editor/test/cross-origin-good.html similarity index 100% rename from test/cross-origin-good.html rename to monaco-editor/test/cross-origin-good.html diff --git a/test/cross-origin-worker-proxy.js b/monaco-editor/test/cross-origin-worker-proxy.js similarity index 100% rename from test/cross-origin-worker-proxy.js rename to monaco-editor/test/cross-origin-worker-proxy.js diff --git a/test/dev-setup.js b/monaco-editor/test/dev-setup.js similarity index 100% rename from test/dev-setup.js rename to monaco-editor/test/dev-setup.js diff --git a/test/diff.html b/monaco-editor/test/diff.html similarity index 100% rename from test/diff.html rename to monaco-editor/test/diff.html diff --git a/test/diff.js b/monaco-editor/test/diff.js similarity index 100% rename from test/diff.js rename to monaco-editor/test/diff.js diff --git a/test/index.css b/monaco-editor/test/index.css similarity index 100% rename from test/index.css rename to monaco-editor/test/index.css diff --git a/test/index.html b/monaco-editor/test/index.html similarity index 100% rename from test/index.html rename to monaco-editor/test/index.html diff --git a/test/index.js b/monaco-editor/test/index.js similarity index 100% rename from test/index.js rename to monaco-editor/test/index.js diff --git a/test/mouse-fixed.html b/monaco-editor/test/mouse-fixed.html similarity index 100% rename from test/mouse-fixed.html rename to monaco-editor/test/mouse-fixed.html diff --git a/test/mouse-scrollable-body.html b/monaco-editor/test/mouse-scrollable-body.html similarity index 100% rename from test/mouse-scrollable-body.html rename to monaco-editor/test/mouse-scrollable-body.html diff --git a/test/mouse-scrollable-element.html b/monaco-editor/test/mouse-scrollable-element.html similarity index 100% rename from test/mouse-scrollable-element.html rename to monaco-editor/test/mouse-scrollable-element.html diff --git a/test/out-editor-esm-bundle.html b/monaco-editor/test/out-editor-esm-bundle.html similarity index 100% rename from test/out-editor-esm-bundle.html rename to monaco-editor/test/out-editor-esm-bundle.html diff --git a/test/playground.generated/creating-the-diffeditor-hello-diff-world.html b/monaco-editor/test/playground.generated/creating-the-diffeditor-hello-diff-world.html similarity index 100% rename from test/playground.generated/creating-the-diffeditor-hello-diff-world.html rename to monaco-editor/test/playground.generated/creating-the-diffeditor-hello-diff-world.html diff --git a/test/playground.generated/creating-the-diffeditor-inline-diff-example.html b/monaco-editor/test/playground.generated/creating-the-diffeditor-inline-diff-example.html similarity index 100% rename from test/playground.generated/creating-the-diffeditor-inline-diff-example.html rename to monaco-editor/test/playground.generated/creating-the-diffeditor-inline-diff-example.html diff --git a/test/playground.generated/creating-the-diffeditor-multi-line-example.html b/monaco-editor/test/playground.generated/creating-the-diffeditor-multi-line-example.html similarity index 100% rename from test/playground.generated/creating-the-diffeditor-multi-line-example.html rename to monaco-editor/test/playground.generated/creating-the-diffeditor-multi-line-example.html diff --git a/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html b/monaco-editor/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html similarity index 100% rename from test/playground.generated/creating-the-diffeditor-navigating-a-diff.html rename to monaco-editor/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html diff --git a/test/playground.generated/creating-the-editor-editor-basic-options.html b/monaco-editor/test/playground.generated/creating-the-editor-editor-basic-options.html similarity index 100% rename from test/playground.generated/creating-the-editor-editor-basic-options.html rename to monaco-editor/test/playground.generated/creating-the-editor-editor-basic-options.html diff --git a/test/playground.generated/creating-the-editor-hard-wrapping.html b/monaco-editor/test/playground.generated/creating-the-editor-hard-wrapping.html similarity index 100% rename from test/playground.generated/creating-the-editor-hard-wrapping.html rename to monaco-editor/test/playground.generated/creating-the-editor-hard-wrapping.html diff --git a/test/playground.generated/creating-the-editor-hello-world.html b/monaco-editor/test/playground.generated/creating-the-editor-hello-world.html similarity index 100% rename from test/playground.generated/creating-the-editor-hello-world.html rename to monaco-editor/test/playground.generated/creating-the-editor-hello-world.html diff --git a/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html b/monaco-editor/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html similarity index 100% rename from test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html rename to monaco-editor/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html diff --git a/test/playground.generated/customizing-the-appearence-exposed-colors.html b/monaco-editor/test/playground.generated/customizing-the-appearence-exposed-colors.html similarity index 100% rename from test/playground.generated/customizing-the-appearence-exposed-colors.html rename to monaco-editor/test/playground.generated/customizing-the-appearence-exposed-colors.html diff --git a/test/playground.generated/customizing-the-appearence-scrollbars.html b/monaco-editor/test/playground.generated/customizing-the-appearence-scrollbars.html similarity index 100% rename from test/playground.generated/customizing-the-appearence-scrollbars.html rename to monaco-editor/test/playground.generated/customizing-the-appearence-scrollbars.html diff --git a/test/playground.generated/customizing-the-appearence-tokens-and-colors.html b/monaco-editor/test/playground.generated/customizing-the-appearence-tokens-and-colors.html similarity index 100% rename from test/playground.generated/customizing-the-appearence-tokens-and-colors.html rename to monaco-editor/test/playground.generated/customizing-the-appearence-tokens-and-colors.html diff --git a/test/playground.generated/extending-language-services-codelens-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-codelens-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-codelens-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-codelens-provider-example.html diff --git a/test/playground.generated/extending-language-services-color-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-color-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-color-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-color-provider-example.html diff --git a/test/playground.generated/extending-language-services-completion-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-completion-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-completion-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-completion-provider-example.html diff --git a/test/playground.generated/extending-language-services-configure-javascript-defaults.html b/monaco-editor/test/playground.generated/extending-language-services-configure-javascript-defaults.html similarity index 100% rename from test/playground.generated/extending-language-services-configure-javascript-defaults.html rename to monaco-editor/test/playground.generated/extending-language-services-configure-javascript-defaults.html diff --git a/test/playground.generated/extending-language-services-configure-json-defaults.html b/monaco-editor/test/playground.generated/extending-language-services-configure-json-defaults.html similarity index 100% rename from test/playground.generated/extending-language-services-configure-json-defaults.html rename to monaco-editor/test/playground.generated/extending-language-services-configure-json-defaults.html diff --git a/test/playground.generated/extending-language-services-custom-languages.html b/monaco-editor/test/playground.generated/extending-language-services-custom-languages.html similarity index 100% rename from test/playground.generated/extending-language-services-custom-languages.html rename to monaco-editor/test/playground.generated/extending-language-services-custom-languages.html diff --git a/test/playground.generated/extending-language-services-folding-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-folding-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-folding-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-folding-provider-example.html diff --git a/test/playground.generated/extending-language-services-hover-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-hover-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-hover-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-hover-provider-example.html diff --git a/test/playground.generated/extending-language-services-semantic-tokens-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-semantic-tokens-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-semantic-tokens-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-semantic-tokens-provider-example.html diff --git a/test/playground.generated/extending-language-services-symbols-provider-example.html b/monaco-editor/test/playground.generated/extending-language-services-symbols-provider-example.html similarity index 100% rename from test/playground.generated/extending-language-services-symbols-provider-example.html rename to monaco-editor/test/playground.generated/extending-language-services-symbols-provider-example.html diff --git a/test/playground.generated/index.html b/monaco-editor/test/playground.generated/index.html similarity index 100% rename from test/playground.generated/index.html rename to monaco-editor/test/playground.generated/index.html diff --git a/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 similarity index 100% rename from test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html diff --git a/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html diff --git a/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html diff --git a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-listening-to-key-events.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html diff --git a/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html diff --git a/test/playground.generated/interacting-with-the-editor-revealing-a-position.html b/monaco-editor/test/playground.generated/interacting-with-the-editor-revealing-a-position.html similarity index 100% rename from test/playground.generated/interacting-with-the-editor-revealing-a-position.html rename to monaco-editor/test/playground.generated/interacting-with-the-editor-revealing-a-position.html diff --git a/test/samples-all.generated.js b/monaco-editor/test/samples-all.generated.js similarity index 100% rename from test/samples-all.generated.js rename to monaco-editor/test/samples-all.generated.js diff --git a/test/samples.js b/monaco-editor/test/samples.js similarity index 100% rename from test/samples.js rename to monaco-editor/test/samples.js diff --git a/test/samples/run-editor-failing-js.txt b/monaco-editor/test/samples/run-editor-failing-js.txt similarity index 100% rename from test/samples/run-editor-failing-js.txt rename to monaco-editor/test/samples/run-editor-failing-js.txt diff --git a/test/samples/run-editor-intellisense-js.txt b/monaco-editor/test/samples/run-editor-intellisense-js.txt similarity index 100% rename from test/samples/run-editor-intellisense-js.txt rename to monaco-editor/test/samples/run-editor-intellisense-js.txt diff --git a/test/samples/run-editor-jquery-min-js.txt b/monaco-editor/test/samples/run-editor-jquery-min-js.txt similarity index 100% rename from test/samples/run-editor-jquery-min-js.txt rename to monaco-editor/test/samples/run-editor-jquery-min-js.txt diff --git a/test/samples/run-editor-js-validationParticipant.js b/monaco-editor/test/samples/run-editor-js-validationParticipant.js similarity index 100% rename from test/samples/run-editor-js-validationParticipant.js rename to monaco-editor/test/samples/run-editor-js-validationParticipant.js diff --git a/test/samples/run-editor-korean.txt b/monaco-editor/test/samples/run-editor-korean.txt similarity index 100% rename from test/samples/run-editor-korean.txt rename to monaco-editor/test/samples/run-editor-korean.txt diff --git a/test/samples/run-editor-sample-big-css.txt b/monaco-editor/test/samples/run-editor-sample-big-css.txt similarity index 100% rename from test/samples/run-editor-sample-big-css.txt rename to monaco-editor/test/samples/run-editor-sample-big-css.txt diff --git a/test/samples/run-editor-sample-bom-cs.txt b/monaco-editor/test/samples/run-editor-sample-bom-cs.txt similarity index 100% rename from test/samples/run-editor-sample-bom-cs.txt rename to monaco-editor/test/samples/run-editor-sample-bom-cs.txt diff --git a/test/samples/run-editor-sample-cr-ps1.txt b/monaco-editor/test/samples/run-editor-sample-cr-ps1.txt similarity index 100% rename from test/samples/run-editor-sample-cr-ps1.txt rename to monaco-editor/test/samples/run-editor-sample-cr-ps1.txt diff --git a/test/samples/run-editor-sample-dynamic.txt b/monaco-editor/test/samples/run-editor-sample-dynamic.txt similarity index 100% rename from test/samples/run-editor-sample-dynamic.txt rename to monaco-editor/test/samples/run-editor-sample-dynamic.txt diff --git a/test/samples/run-editor-sample-f12-css.txt b/monaco-editor/test/samples/run-editor-sample-f12-css.txt similarity index 100% rename from test/samples/run-editor-sample-f12-css.txt rename to monaco-editor/test/samples/run-editor-sample-f12-css.txt diff --git a/test/samples/run-editor-sample-html.txt b/monaco-editor/test/samples/run-editor-sample-html.txt similarity index 100% rename from test/samples/run-editor-sample-html.txt rename to monaco-editor/test/samples/run-editor-sample-html.txt diff --git a/test/samples/run-editor-sample-js.txt b/monaco-editor/test/samples/run-editor-sample-js.txt similarity index 100% rename from test/samples/run-editor-sample-js.txt rename to monaco-editor/test/samples/run-editor-sample-js.txt diff --git a/test/samples/run-editor-sample-msn-js.txt b/monaco-editor/test/samples/run-editor-sample-msn-js.txt similarity index 100% rename from test/samples/run-editor-sample-msn-js.txt rename to monaco-editor/test/samples/run-editor-sample-msn-js.txt diff --git a/test/samples/sample.abap.txt b/monaco-editor/test/samples/sample.abap.txt similarity index 100% rename from test/samples/sample.abap.txt rename to monaco-editor/test/samples/sample.abap.txt diff --git a/test/samples/sample.aes.txt b/monaco-editor/test/samples/sample.aes.txt similarity index 100% rename from test/samples/sample.aes.txt rename to monaco-editor/test/samples/sample.aes.txt diff --git a/test/samples/sample.apex.txt b/monaco-editor/test/samples/sample.apex.txt similarity index 100% rename from test/samples/sample.apex.txt rename to monaco-editor/test/samples/sample.apex.txt diff --git a/test/samples/sample.azcli.txt b/monaco-editor/test/samples/sample.azcli.txt similarity index 100% rename from test/samples/sample.azcli.txt rename to monaco-editor/test/samples/sample.azcli.txt diff --git a/test/samples/sample.bat.txt b/monaco-editor/test/samples/sample.bat.txt similarity index 100% rename from test/samples/sample.bat.txt rename to monaco-editor/test/samples/sample.bat.txt diff --git a/test/samples/sample.bicep.txt b/monaco-editor/test/samples/sample.bicep.txt similarity index 100% rename from test/samples/sample.bicep.txt rename to monaco-editor/test/samples/sample.bicep.txt diff --git a/test/samples/sample.c.txt b/monaco-editor/test/samples/sample.c.txt similarity index 100% rename from test/samples/sample.c.txt rename to monaco-editor/test/samples/sample.c.txt diff --git a/test/samples/sample.cameligo.txt b/monaco-editor/test/samples/sample.cameligo.txt similarity index 100% rename from test/samples/sample.cameligo.txt rename to monaco-editor/test/samples/sample.cameligo.txt diff --git a/test/samples/sample.clojure.txt b/monaco-editor/test/samples/sample.clojure.txt similarity index 100% rename from test/samples/sample.clojure.txt rename to monaco-editor/test/samples/sample.clojure.txt diff --git a/test/samples/sample.coffeescript.txt b/monaco-editor/test/samples/sample.coffeescript.txt similarity index 100% rename from test/samples/sample.coffeescript.txt rename to monaco-editor/test/samples/sample.coffeescript.txt diff --git a/test/samples/sample.cpp.txt b/monaco-editor/test/samples/sample.cpp.txt similarity index 100% rename from test/samples/sample.cpp.txt rename to monaco-editor/test/samples/sample.cpp.txt diff --git a/test/samples/sample.csharp.txt b/monaco-editor/test/samples/sample.csharp.txt similarity index 100% rename from test/samples/sample.csharp.txt rename to monaco-editor/test/samples/sample.csharp.txt diff --git a/test/samples/sample.csp.txt b/monaco-editor/test/samples/sample.csp.txt similarity index 100% rename from test/samples/sample.csp.txt rename to monaco-editor/test/samples/sample.csp.txt diff --git a/test/samples/sample.css.txt b/monaco-editor/test/samples/sample.css.txt similarity index 100% rename from test/samples/sample.css.txt rename to monaco-editor/test/samples/sample.css.txt diff --git a/test/samples/sample.dart.txt b/monaco-editor/test/samples/sample.dart.txt similarity index 100% rename from test/samples/sample.dart.txt rename to monaco-editor/test/samples/sample.dart.txt diff --git a/test/samples/sample.dockerfile.txt b/monaco-editor/test/samples/sample.dockerfile.txt similarity index 100% rename from test/samples/sample.dockerfile.txt rename to monaco-editor/test/samples/sample.dockerfile.txt diff --git a/test/samples/sample.elixir.txt b/monaco-editor/test/samples/sample.elixir.txt similarity index 100% rename from test/samples/sample.elixir.txt rename to monaco-editor/test/samples/sample.elixir.txt diff --git a/test/samples/sample.fsharp.txt b/monaco-editor/test/samples/sample.fsharp.txt similarity index 100% rename from test/samples/sample.fsharp.txt rename to monaco-editor/test/samples/sample.fsharp.txt diff --git a/test/samples/sample.go.txt b/monaco-editor/test/samples/sample.go.txt similarity index 100% rename from test/samples/sample.go.txt rename to monaco-editor/test/samples/sample.go.txt diff --git a/test/samples/sample.graphql.txt b/monaco-editor/test/samples/sample.graphql.txt similarity index 100% rename from test/samples/sample.graphql.txt rename to monaco-editor/test/samples/sample.graphql.txt diff --git a/test/samples/sample.handlebars.txt b/monaco-editor/test/samples/sample.handlebars.txt similarity index 100% rename from test/samples/sample.handlebars.txt rename to monaco-editor/test/samples/sample.handlebars.txt diff --git a/test/samples/sample.hcl.txt b/monaco-editor/test/samples/sample.hcl.txt similarity index 100% rename from test/samples/sample.hcl.txt rename to monaco-editor/test/samples/sample.hcl.txt diff --git a/test/samples/sample.html.txt b/monaco-editor/test/samples/sample.html.txt similarity index 100% rename from test/samples/sample.html.txt rename to monaco-editor/test/samples/sample.html.txt diff --git a/test/samples/sample.ini.txt b/monaco-editor/test/samples/sample.ini.txt similarity index 100% rename from test/samples/sample.ini.txt rename to monaco-editor/test/samples/sample.ini.txt diff --git a/test/samples/sample.java.txt b/monaco-editor/test/samples/sample.java.txt similarity index 100% rename from test/samples/sample.java.txt rename to monaco-editor/test/samples/sample.java.txt diff --git a/test/samples/sample.javascript.txt b/monaco-editor/test/samples/sample.javascript.txt similarity index 100% rename from test/samples/sample.javascript.txt rename to monaco-editor/test/samples/sample.javascript.txt diff --git a/test/samples/sample.json.txt b/monaco-editor/test/samples/sample.json.txt similarity index 100% rename from test/samples/sample.json.txt rename to monaco-editor/test/samples/sample.json.txt diff --git a/test/samples/sample.julia.txt b/monaco-editor/test/samples/sample.julia.txt similarity index 100% rename from test/samples/sample.julia.txt rename to monaco-editor/test/samples/sample.julia.txt diff --git a/test/samples/sample.kotlin.txt b/monaco-editor/test/samples/sample.kotlin.txt similarity index 100% rename from test/samples/sample.kotlin.txt rename to monaco-editor/test/samples/sample.kotlin.txt diff --git a/test/samples/sample.less.txt b/monaco-editor/test/samples/sample.less.txt similarity index 100% rename from test/samples/sample.less.txt rename to monaco-editor/test/samples/sample.less.txt diff --git a/test/samples/sample.lex.txt b/monaco-editor/test/samples/sample.lex.txt similarity index 100% rename from test/samples/sample.lex.txt rename to monaco-editor/test/samples/sample.lex.txt diff --git a/test/samples/sample.lua.txt b/monaco-editor/test/samples/sample.lua.txt similarity index 100% rename from test/samples/sample.lua.txt rename to monaco-editor/test/samples/sample.lua.txt diff --git a/test/samples/sample.markdown.txt b/monaco-editor/test/samples/sample.markdown.txt similarity index 100% rename from test/samples/sample.markdown.txt rename to monaco-editor/test/samples/sample.markdown.txt diff --git a/test/samples/sample.mips.txt b/monaco-editor/test/samples/sample.mips.txt similarity index 100% rename from test/samples/sample.mips.txt rename to monaco-editor/test/samples/sample.mips.txt diff --git a/test/samples/sample.msdax.txt b/monaco-editor/test/samples/sample.msdax.txt similarity index 100% rename from test/samples/sample.msdax.txt rename to monaco-editor/test/samples/sample.msdax.txt diff --git a/test/samples/sample.mysql.txt b/monaco-editor/test/samples/sample.mysql.txt similarity index 100% rename from test/samples/sample.mysql.txt rename to monaco-editor/test/samples/sample.mysql.txt diff --git a/test/samples/sample.objective-c.txt b/monaco-editor/test/samples/sample.objective-c.txt similarity index 100% rename from test/samples/sample.objective-c.txt rename to monaco-editor/test/samples/sample.objective-c.txt diff --git a/test/samples/sample.pascal.txt b/monaco-editor/test/samples/sample.pascal.txt similarity index 100% rename from test/samples/sample.pascal.txt rename to monaco-editor/test/samples/sample.pascal.txt diff --git a/test/samples/sample.pascaligo.txt b/monaco-editor/test/samples/sample.pascaligo.txt similarity index 100% rename from test/samples/sample.pascaligo.txt rename to monaco-editor/test/samples/sample.pascaligo.txt diff --git a/test/samples/sample.perl.txt b/monaco-editor/test/samples/sample.perl.txt similarity index 100% rename from test/samples/sample.perl.txt rename to monaco-editor/test/samples/sample.perl.txt diff --git a/test/samples/sample.pgsql.txt b/monaco-editor/test/samples/sample.pgsql.txt similarity index 100% rename from test/samples/sample.pgsql.txt rename to monaco-editor/test/samples/sample.pgsql.txt diff --git a/test/samples/sample.php.txt b/monaco-editor/test/samples/sample.php.txt similarity index 100% rename from test/samples/sample.php.txt rename to monaco-editor/test/samples/sample.php.txt diff --git a/test/samples/sample.plaintext.txt b/monaco-editor/test/samples/sample.plaintext.txt similarity index 100% rename from test/samples/sample.plaintext.txt rename to monaco-editor/test/samples/sample.plaintext.txt diff --git a/test/samples/sample.postiats.txt b/monaco-editor/test/samples/sample.postiats.txt similarity index 100% rename from test/samples/sample.postiats.txt rename to monaco-editor/test/samples/sample.postiats.txt diff --git a/test/samples/sample.powerquery.txt b/monaco-editor/test/samples/sample.powerquery.txt similarity index 100% rename from test/samples/sample.powerquery.txt rename to monaco-editor/test/samples/sample.powerquery.txt diff --git a/test/samples/sample.powershell.txt b/monaco-editor/test/samples/sample.powershell.txt similarity index 100% rename from test/samples/sample.powershell.txt rename to monaco-editor/test/samples/sample.powershell.txt diff --git a/test/samples/sample.pug.txt b/monaco-editor/test/samples/sample.pug.txt similarity index 100% rename from test/samples/sample.pug.txt rename to monaco-editor/test/samples/sample.pug.txt diff --git a/test/samples/sample.python.txt b/monaco-editor/test/samples/sample.python.txt similarity index 100% rename from test/samples/sample.python.txt rename to monaco-editor/test/samples/sample.python.txt diff --git a/test/samples/sample.r.txt b/monaco-editor/test/samples/sample.r.txt similarity index 100% rename from test/samples/sample.r.txt rename to monaco-editor/test/samples/sample.r.txt diff --git a/test/samples/sample.razor.txt b/monaco-editor/test/samples/sample.razor.txt similarity index 100% rename from test/samples/sample.razor.txt rename to monaco-editor/test/samples/sample.razor.txt diff --git a/test/samples/sample.redis.txt b/monaco-editor/test/samples/sample.redis.txt similarity index 100% rename from test/samples/sample.redis.txt rename to monaco-editor/test/samples/sample.redis.txt diff --git a/test/samples/sample.redshift.txt b/monaco-editor/test/samples/sample.redshift.txt similarity index 100% rename from test/samples/sample.redshift.txt rename to monaco-editor/test/samples/sample.redshift.txt diff --git a/test/samples/sample.restructuredtext.txt b/monaco-editor/test/samples/sample.restructuredtext.txt similarity index 100% rename from test/samples/sample.restructuredtext.txt rename to monaco-editor/test/samples/sample.restructuredtext.txt diff --git a/test/samples/sample.ruby.txt b/monaco-editor/test/samples/sample.ruby.txt similarity index 100% rename from test/samples/sample.ruby.txt rename to monaco-editor/test/samples/sample.ruby.txt diff --git a/test/samples/sample.rust.txt b/monaco-editor/test/samples/sample.rust.txt similarity index 100% rename from test/samples/sample.rust.txt rename to monaco-editor/test/samples/sample.rust.txt diff --git a/test/samples/sample.sb.txt b/monaco-editor/test/samples/sample.sb.txt similarity index 100% rename from test/samples/sample.sb.txt rename to monaco-editor/test/samples/sample.sb.txt diff --git a/test/samples/sample.scala.txt b/monaco-editor/test/samples/sample.scala.txt similarity index 100% rename from test/samples/sample.scala.txt rename to monaco-editor/test/samples/sample.scala.txt diff --git a/test/samples/sample.scheme.txt b/monaco-editor/test/samples/sample.scheme.txt similarity index 100% rename from test/samples/sample.scheme.txt rename to monaco-editor/test/samples/sample.scheme.txt diff --git a/test/samples/sample.scss.txt b/monaco-editor/test/samples/sample.scss.txt similarity index 100% rename from test/samples/sample.scss.txt rename to monaco-editor/test/samples/sample.scss.txt diff --git a/test/samples/sample.shell.txt b/monaco-editor/test/samples/sample.shell.txt similarity index 100% rename from test/samples/sample.shell.txt rename to monaco-editor/test/samples/sample.shell.txt diff --git a/test/samples/sample.sol.txt b/monaco-editor/test/samples/sample.sol.txt similarity index 100% rename from test/samples/sample.sol.txt rename to monaco-editor/test/samples/sample.sol.txt diff --git a/test/samples/sample.sql.txt b/monaco-editor/test/samples/sample.sql.txt similarity index 100% rename from test/samples/sample.sql.txt rename to monaco-editor/test/samples/sample.sql.txt diff --git a/test/samples/sample.st.txt b/monaco-editor/test/samples/sample.st.txt similarity index 100% rename from test/samples/sample.st.txt rename to monaco-editor/test/samples/sample.st.txt diff --git a/test/samples/sample.swift.txt b/monaco-editor/test/samples/sample.swift.txt similarity index 100% rename from test/samples/sample.swift.txt rename to monaco-editor/test/samples/sample.swift.txt diff --git a/test/samples/sample.systemverilog.txt b/monaco-editor/test/samples/sample.systemverilog.txt similarity index 100% rename from test/samples/sample.systemverilog.txt rename to monaco-editor/test/samples/sample.systemverilog.txt diff --git a/test/samples/sample.tcl.txt b/monaco-editor/test/samples/sample.tcl.txt similarity index 100% rename from test/samples/sample.tcl.txt rename to monaco-editor/test/samples/sample.tcl.txt diff --git a/test/samples/sample.twig.txt b/monaco-editor/test/samples/sample.twig.txt similarity index 100% rename from test/samples/sample.twig.txt rename to monaco-editor/test/samples/sample.twig.txt diff --git a/test/samples/sample.typescript.txt b/monaco-editor/test/samples/sample.typescript.txt similarity index 100% rename from test/samples/sample.typescript.txt rename to monaco-editor/test/samples/sample.typescript.txt diff --git a/test/samples/sample.vb.txt b/monaco-editor/test/samples/sample.vb.txt similarity index 100% rename from test/samples/sample.vb.txt rename to monaco-editor/test/samples/sample.vb.txt diff --git a/test/samples/sample.verilog.txt b/monaco-editor/test/samples/sample.verilog.txt similarity index 100% rename from test/samples/sample.verilog.txt rename to monaco-editor/test/samples/sample.verilog.txt diff --git a/test/samples/sample.xml.txt b/monaco-editor/test/samples/sample.xml.txt similarity index 100% rename from test/samples/sample.xml.txt rename to monaco-editor/test/samples/sample.xml.txt diff --git a/test/samples/sample.yaml.txt b/monaco-editor/test/samples/sample.yaml.txt similarity index 100% rename from test/samples/sample.yaml.txt rename to monaco-editor/test/samples/sample.yaml.txt diff --git a/test/shadow-dom.html b/monaco-editor/test/shadow-dom.html similarity index 100% rename from test/shadow-dom.html rename to monaco-editor/test/shadow-dom.html diff --git a/test/smoketest.html b/monaco-editor/test/smoketest.html similarity index 100% rename from test/smoketest.html rename to monaco-editor/test/smoketest.html diff --git a/test/smoketest.js b/monaco-editor/test/smoketest.js similarity index 100% rename from test/smoketest.js rename to monaco-editor/test/smoketest.js diff --git a/test/tokenization.html b/monaco-editor/test/tokenization.html similarity index 100% rename from test/tokenization.html rename to monaco-editor/test/tokenization.html diff --git a/test/tokenization.js b/monaco-editor/test/tokenization.js similarity index 100% rename from test/tokenization.js rename to monaco-editor/test/tokenization.js diff --git a/typedoc/monaco.d.ts b/monaco-editor/typedoc/monaco.d.ts similarity index 100% rename from typedoc/monaco.d.ts rename to monaco-editor/typedoc/monaco.d.ts diff --git a/typedoc/theme/assets/css/_constants.sass b/monaco-editor/typedoc/theme/assets/css/_constants.sass similarity index 100% rename from typedoc/theme/assets/css/_constants.sass rename to monaco-editor/typedoc/theme/assets/css/_constants.sass diff --git a/typedoc/theme/assets/css/elements/_comment.sass b/monaco-editor/typedoc/theme/assets/css/elements/_comment.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_comment.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_comment.sass diff --git a/typedoc/theme/assets/css/elements/_filter.sass b/monaco-editor/typedoc/theme/assets/css/elements/_filter.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_filter.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_filter.sass diff --git a/typedoc/theme/assets/css/elements/_footer.sass b/monaco-editor/typedoc/theme/assets/css/elements/_footer.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_footer.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_footer.sass diff --git a/typedoc/theme/assets/css/elements/_hierarchy.sass b/monaco-editor/typedoc/theme/assets/css/elements/_hierarchy.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_hierarchy.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_hierarchy.sass diff --git a/typedoc/theme/assets/css/elements/_images.sass b/monaco-editor/typedoc/theme/assets/css/elements/_images.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_images.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_images.sass diff --git a/typedoc/theme/assets/css/elements/_index.sass b/monaco-editor/typedoc/theme/assets/css/elements/_index.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_index.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_index.sass diff --git a/typedoc/theme/assets/css/elements/_member.sass b/monaco-editor/typedoc/theme/assets/css/elements/_member.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_member.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_member.sass diff --git a/typedoc/theme/assets/css/elements/_navigation.sass b/monaco-editor/typedoc/theme/assets/css/elements/_navigation.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_navigation.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_navigation.sass diff --git a/typedoc/theme/assets/css/elements/_panel.sass b/monaco-editor/typedoc/theme/assets/css/elements/_panel.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_panel.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_panel.sass diff --git a/typedoc/theme/assets/css/elements/_search.sass b/monaco-editor/typedoc/theme/assets/css/elements/_search.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_search.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_search.sass diff --git a/typedoc/theme/assets/css/elements/_signatures.sass b/monaco-editor/typedoc/theme/assets/css/elements/_signatures.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_signatures.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_signatures.sass diff --git a/typedoc/theme/assets/css/elements/_sources.sass b/monaco-editor/typedoc/theme/assets/css/elements/_sources.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_sources.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_sources.sass diff --git a/typedoc/theme/assets/css/elements/_toolbar.sass b/monaco-editor/typedoc/theme/assets/css/elements/_toolbar.sass similarity index 100% rename from typedoc/theme/assets/css/elements/_toolbar.sass rename to monaco-editor/typedoc/theme/assets/css/elements/_toolbar.sass diff --git a/typedoc/theme/assets/css/layouts/_default.sass b/monaco-editor/typedoc/theme/assets/css/layouts/_default.sass similarity index 100% rename from typedoc/theme/assets/css/layouts/_default.sass rename to monaco-editor/typedoc/theme/assets/css/layouts/_default.sass diff --git a/typedoc/theme/assets/css/layouts/_minimal.sass b/monaco-editor/typedoc/theme/assets/css/layouts/_minimal.sass similarity index 100% rename from typedoc/theme/assets/css/layouts/_minimal.sass rename to monaco-editor/typedoc/theme/assets/css/layouts/_minimal.sass diff --git a/typedoc/theme/assets/css/main.sass b/monaco-editor/typedoc/theme/assets/css/main.sass similarity index 100% rename from typedoc/theme/assets/css/main.sass rename to monaco-editor/typedoc/theme/assets/css/main.sass diff --git a/typedoc/theme/assets/css/setup/_animations.sass b/monaco-editor/typedoc/theme/assets/css/setup/_animations.sass similarity index 100% rename from typedoc/theme/assets/css/setup/_animations.sass rename to monaco-editor/typedoc/theme/assets/css/setup/_animations.sass diff --git a/typedoc/theme/assets/css/setup/_grid.sass b/monaco-editor/typedoc/theme/assets/css/setup/_grid.sass similarity index 100% rename from typedoc/theme/assets/css/setup/_grid.sass rename to monaco-editor/typedoc/theme/assets/css/setup/_grid.sass diff --git a/typedoc/theme/assets/css/setup/_icons.scss b/monaco-editor/typedoc/theme/assets/css/setup/_icons.scss similarity index 100% rename from typedoc/theme/assets/css/setup/_icons.scss rename to monaco-editor/typedoc/theme/assets/css/setup/_icons.scss diff --git a/typedoc/theme/assets/css/setup/_mixins.sass b/monaco-editor/typedoc/theme/assets/css/setup/_mixins.sass similarity index 100% rename from typedoc/theme/assets/css/setup/_mixins.sass rename to monaco-editor/typedoc/theme/assets/css/setup/_mixins.sass diff --git a/typedoc/theme/assets/css/setup/_typography.sass b/monaco-editor/typedoc/theme/assets/css/setup/_typography.sass similarity index 100% rename from typedoc/theme/assets/css/setup/_typography.sass rename to monaco-editor/typedoc/theme/assets/css/setup/_typography.sass diff --git a/typedoc/theme/assets/css/vendors/_normalize.sass b/monaco-editor/typedoc/theme/assets/css/vendors/_normalize.sass similarity index 100% rename from typedoc/theme/assets/css/vendors/_normalize.sass rename to monaco-editor/typedoc/theme/assets/css/vendors/_normalize.sass diff --git a/typedoc/theme/assets/images/icons.png b/monaco-editor/typedoc/theme/assets/images/icons.png similarity index 100% rename from typedoc/theme/assets/images/icons.png rename to monaco-editor/typedoc/theme/assets/images/icons.png diff --git a/typedoc/theme/assets/images/icons.psd b/monaco-editor/typedoc/theme/assets/images/icons.psd similarity index 100% rename from typedoc/theme/assets/images/icons.psd rename to monaco-editor/typedoc/theme/assets/images/icons.psd diff --git a/typedoc/theme/assets/images/icons@2x.png b/monaco-editor/typedoc/theme/assets/images/icons@2x.png similarity index 100% rename from typedoc/theme/assets/images/icons@2x.png rename to monaco-editor/typedoc/theme/assets/images/icons@2x.png diff --git a/typedoc/theme/assets/images/widgets.png b/monaco-editor/typedoc/theme/assets/images/widgets.png similarity index 100% rename from typedoc/theme/assets/images/widgets.png rename to monaco-editor/typedoc/theme/assets/images/widgets.png diff --git a/typedoc/theme/assets/images/widgets.psd b/monaco-editor/typedoc/theme/assets/images/widgets.psd similarity index 100% rename from typedoc/theme/assets/images/widgets.psd rename to monaco-editor/typedoc/theme/assets/images/widgets.psd diff --git a/typedoc/theme/assets/images/widgets@2x.png b/monaco-editor/typedoc/theme/assets/images/widgets@2x.png similarity index 100% rename from typedoc/theme/assets/images/widgets@2x.png rename to monaco-editor/typedoc/theme/assets/images/widgets@2x.png diff --git a/typedoc/theme/assets/js/src/bootstrap.ts b/monaco-editor/typedoc/theme/assets/js/src/bootstrap.ts similarity index 100% rename from typedoc/theme/assets/js/src/bootstrap.ts rename to monaco-editor/typedoc/theme/assets/js/src/bootstrap.ts diff --git a/typedoc/theme/assets/js/src/typedoc/Application.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/Application.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/Application.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/Application.ts diff --git a/typedoc/theme/assets/js/src/typedoc/Component.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/Component.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/Component.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/Component.ts diff --git a/typedoc/theme/assets/js/src/typedoc/EventTarget.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/EventTarget.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/EventTarget.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/EventTarget.ts diff --git a/typedoc/theme/assets/js/src/typedoc/components/Filter.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Filter.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/components/Filter.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Filter.ts diff --git a/typedoc/theme/assets/js/src/typedoc/components/MenuHighlight.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/components/MenuHighlight.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/components/MenuHighlight.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/components/MenuHighlight.ts diff --git a/typedoc/theme/assets/js/src/typedoc/components/Search.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Search.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/components/Search.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Search.ts diff --git a/typedoc/theme/assets/js/src/typedoc/components/Signature.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Signature.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/components/Signature.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Signature.ts diff --git a/typedoc/theme/assets/js/src/typedoc/components/Toggle.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Toggle.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/components/Toggle.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/components/Toggle.ts diff --git a/typedoc/theme/assets/js/src/typedoc/services/Viewport.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/services/Viewport.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/services/Viewport.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/services/Viewport.ts diff --git a/typedoc/theme/assets/js/src/typedoc/utils/debounce.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/debounce.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/utils/debounce.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/debounce.ts diff --git a/typedoc/theme/assets/js/src/typedoc/utils/pointer.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/pointer.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/utils/pointer.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/pointer.ts diff --git a/typedoc/theme/assets/js/src/typedoc/utils/trottle.ts b/monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/trottle.ts similarity index 100% rename from typedoc/theme/assets/js/src/typedoc/utils/trottle.ts rename to monaco-editor/typedoc/theme/assets/js/src/typedoc/utils/trottle.ts diff --git a/typedoc/theme/layouts/default.hbs b/monaco-editor/typedoc/theme/layouts/default.hbs similarity index 100% rename from typedoc/theme/layouts/default.hbs rename to monaco-editor/typedoc/theme/layouts/default.hbs diff --git a/typedoc/theme/partials/analytics.hbs b/monaco-editor/typedoc/theme/partials/analytics.hbs similarity index 100% rename from typedoc/theme/partials/analytics.hbs rename to monaco-editor/typedoc/theme/partials/analytics.hbs diff --git a/typedoc/theme/partials/breadcrumb.hbs b/monaco-editor/typedoc/theme/partials/breadcrumb.hbs similarity index 100% rename from typedoc/theme/partials/breadcrumb.hbs rename to monaco-editor/typedoc/theme/partials/breadcrumb.hbs diff --git a/typedoc/theme/partials/comment.hbs b/monaco-editor/typedoc/theme/partials/comment.hbs similarity index 100% rename from typedoc/theme/partials/comment.hbs rename to monaco-editor/typedoc/theme/partials/comment.hbs diff --git a/typedoc/theme/partials/footer.hbs b/monaco-editor/typedoc/theme/partials/footer.hbs similarity index 100% rename from typedoc/theme/partials/footer.hbs rename to monaco-editor/typedoc/theme/partials/footer.hbs diff --git a/typedoc/theme/partials/header.hbs b/monaco-editor/typedoc/theme/partials/header.hbs similarity index 100% rename from typedoc/theme/partials/header.hbs rename to monaco-editor/typedoc/theme/partials/header.hbs diff --git a/typedoc/theme/partials/hierarchy.hbs b/monaco-editor/typedoc/theme/partials/hierarchy.hbs similarity index 100% rename from typedoc/theme/partials/hierarchy.hbs rename to monaco-editor/typedoc/theme/partials/hierarchy.hbs diff --git a/typedoc/theme/partials/index.hbs b/monaco-editor/typedoc/theme/partials/index.hbs similarity index 100% rename from typedoc/theme/partials/index.hbs rename to monaco-editor/typedoc/theme/partials/index.hbs diff --git a/typedoc/theme/partials/member.declaration.hbs b/monaco-editor/typedoc/theme/partials/member.declaration.hbs similarity index 100% rename from typedoc/theme/partials/member.declaration.hbs rename to monaco-editor/typedoc/theme/partials/member.declaration.hbs diff --git a/typedoc/theme/partials/member.getterSetter.hbs b/monaco-editor/typedoc/theme/partials/member.getterSetter.hbs similarity index 100% rename from typedoc/theme/partials/member.getterSetter.hbs rename to monaco-editor/typedoc/theme/partials/member.getterSetter.hbs diff --git a/typedoc/theme/partials/member.hbs b/monaco-editor/typedoc/theme/partials/member.hbs similarity index 100% rename from typedoc/theme/partials/member.hbs rename to monaco-editor/typedoc/theme/partials/member.hbs diff --git a/typedoc/theme/partials/member.reference.hbs b/monaco-editor/typedoc/theme/partials/member.reference.hbs similarity index 100% rename from typedoc/theme/partials/member.reference.hbs rename to monaco-editor/typedoc/theme/partials/member.reference.hbs diff --git a/typedoc/theme/partials/member.signature.body.hbs b/monaco-editor/typedoc/theme/partials/member.signature.body.hbs similarity index 100% rename from typedoc/theme/partials/member.signature.body.hbs rename to monaco-editor/typedoc/theme/partials/member.signature.body.hbs diff --git a/typedoc/theme/partials/member.signature.title.hbs b/monaco-editor/typedoc/theme/partials/member.signature.title.hbs similarity index 100% rename from typedoc/theme/partials/member.signature.title.hbs rename to monaco-editor/typedoc/theme/partials/member.signature.title.hbs diff --git a/typedoc/theme/partials/member.signatures.hbs b/monaco-editor/typedoc/theme/partials/member.signatures.hbs similarity index 100% rename from typedoc/theme/partials/member.signatures.hbs rename to monaco-editor/typedoc/theme/partials/member.signatures.hbs diff --git a/typedoc/theme/partials/member.sources.hbs b/monaco-editor/typedoc/theme/partials/member.sources.hbs similarity index 100% rename from typedoc/theme/partials/member.sources.hbs rename to monaco-editor/typedoc/theme/partials/member.sources.hbs diff --git a/typedoc/theme/partials/members.group.hbs b/monaco-editor/typedoc/theme/partials/members.group.hbs similarity index 100% rename from typedoc/theme/partials/members.group.hbs rename to monaco-editor/typedoc/theme/partials/members.group.hbs diff --git a/typedoc/theme/partials/members.hbs b/monaco-editor/typedoc/theme/partials/members.hbs similarity index 100% rename from typedoc/theme/partials/members.hbs rename to monaco-editor/typedoc/theme/partials/members.hbs diff --git a/typedoc/theme/partials/navigation.hbs b/monaco-editor/typedoc/theme/partials/navigation.hbs similarity index 100% rename from typedoc/theme/partials/navigation.hbs rename to monaco-editor/typedoc/theme/partials/navigation.hbs diff --git a/typedoc/theme/partials/parameter.hbs b/monaco-editor/typedoc/theme/partials/parameter.hbs similarity index 100% rename from typedoc/theme/partials/parameter.hbs rename to monaco-editor/typedoc/theme/partials/parameter.hbs diff --git a/typedoc/theme/partials/toc.hbs b/monaco-editor/typedoc/theme/partials/toc.hbs similarity index 100% rename from typedoc/theme/partials/toc.hbs rename to monaco-editor/typedoc/theme/partials/toc.hbs diff --git a/typedoc/theme/partials/toc.root.hbs b/monaco-editor/typedoc/theme/partials/toc.root.hbs similarity index 100% rename from typedoc/theme/partials/toc.root.hbs rename to monaco-editor/typedoc/theme/partials/toc.root.hbs diff --git a/typedoc/theme/partials/type.hbs b/monaco-editor/typedoc/theme/partials/type.hbs similarity index 100% rename from typedoc/theme/partials/type.hbs rename to monaco-editor/typedoc/theme/partials/type.hbs diff --git a/typedoc/theme/partials/typeAndParent.hbs b/monaco-editor/typedoc/theme/partials/typeAndParent.hbs similarity index 100% rename from typedoc/theme/partials/typeAndParent.hbs rename to monaco-editor/typedoc/theme/partials/typeAndParent.hbs diff --git a/typedoc/theme/partials/typeParameters.hbs b/monaco-editor/typedoc/theme/partials/typeParameters.hbs similarity index 100% rename from typedoc/theme/partials/typeParameters.hbs rename to monaco-editor/typedoc/theme/partials/typeParameters.hbs diff --git a/typedoc/theme/templates/index.hbs b/monaco-editor/typedoc/theme/templates/index.hbs similarity index 100% rename from typedoc/theme/templates/index.hbs rename to monaco-editor/typedoc/theme/templates/index.hbs diff --git a/typedoc/theme/templates/reflection.hbs b/monaco-editor/typedoc/theme/templates/reflection.hbs similarity index 100% rename from typedoc/theme/templates/reflection.hbs rename to monaco-editor/typedoc/theme/templates/reflection.hbs diff --git a/typedoc/tsconfig.json b/monaco-editor/typedoc/tsconfig.json similarity index 100% rename from typedoc/tsconfig.json rename to monaco-editor/typedoc/tsconfig.json diff --git a/typedoc/typedoc.json b/monaco-editor/typedoc/typedoc.json similarity index 100% rename from typedoc/typedoc.json rename to monaco-editor/typedoc/typedoc.json diff --git a/website/.gitignore b/monaco-editor/website/.gitignore similarity index 100% rename from website/.gitignore rename to monaco-editor/website/.gitignore diff --git a/website/all.css b/monaco-editor/website/all.css similarity index 100% rename from website/all.css rename to monaco-editor/website/all.css diff --git a/website/fork.png b/monaco-editor/website/fork.png similarity index 100% rename from website/fork.png rename to monaco-editor/website/fork.png diff --git a/website/index.html b/monaco-editor/website/index.html similarity index 100% rename from website/index.html rename to monaco-editor/website/index.html diff --git a/website/index/index.css b/monaco-editor/website/index/index.css similarity index 100% rename from website/index/index.css rename to monaco-editor/website/index/index.css diff --git a/website/index/index.js b/monaco-editor/website/index/index.js similarity index 100% rename from website/index/index.js rename to monaco-editor/website/index/index.js diff --git a/website/index/samples/diff.lhs.txt b/monaco-editor/website/index/samples/diff.lhs.txt similarity index 100% rename from website/index/samples/diff.lhs.txt rename to monaco-editor/website/index/samples/diff.lhs.txt diff --git a/website/index/samples/diff.rhs.txt b/monaco-editor/website/index/samples/diff.rhs.txt similarity index 100% rename from website/index/samples/diff.rhs.txt rename to monaco-editor/website/index/samples/diff.rhs.txt diff --git a/website/index/samples/sample.abap.txt b/monaco-editor/website/index/samples/sample.abap.txt similarity index 100% rename from website/index/samples/sample.abap.txt rename to monaco-editor/website/index/samples/sample.abap.txt diff --git a/website/index/samples/sample.aes.txt b/monaco-editor/website/index/samples/sample.aes.txt similarity index 100% rename from website/index/samples/sample.aes.txt rename to monaco-editor/website/index/samples/sample.aes.txt diff --git a/website/index/samples/sample.apex.txt b/monaco-editor/website/index/samples/sample.apex.txt similarity index 100% rename from website/index/samples/sample.apex.txt rename to monaco-editor/website/index/samples/sample.apex.txt diff --git a/website/index/samples/sample.azcli.txt b/monaco-editor/website/index/samples/sample.azcli.txt similarity index 100% rename from website/index/samples/sample.azcli.txt rename to monaco-editor/website/index/samples/sample.azcli.txt diff --git a/website/index/samples/sample.bat.txt b/monaco-editor/website/index/samples/sample.bat.txt similarity index 100% rename from website/index/samples/sample.bat.txt rename to monaco-editor/website/index/samples/sample.bat.txt diff --git a/website/index/samples/sample.bicep.txt b/monaco-editor/website/index/samples/sample.bicep.txt similarity index 100% rename from website/index/samples/sample.bicep.txt rename to monaco-editor/website/index/samples/sample.bicep.txt diff --git a/website/index/samples/sample.c.txt b/monaco-editor/website/index/samples/sample.c.txt similarity index 100% rename from website/index/samples/sample.c.txt rename to monaco-editor/website/index/samples/sample.c.txt diff --git a/website/index/samples/sample.cameligo.txt b/monaco-editor/website/index/samples/sample.cameligo.txt similarity index 100% rename from website/index/samples/sample.cameligo.txt rename to monaco-editor/website/index/samples/sample.cameligo.txt diff --git a/website/index/samples/sample.clojure.txt b/monaco-editor/website/index/samples/sample.clojure.txt similarity index 100% rename from website/index/samples/sample.clojure.txt rename to monaco-editor/website/index/samples/sample.clojure.txt diff --git a/website/index/samples/sample.coffeescript.txt b/monaco-editor/website/index/samples/sample.coffeescript.txt similarity index 100% rename from website/index/samples/sample.coffeescript.txt rename to monaco-editor/website/index/samples/sample.coffeescript.txt diff --git a/website/index/samples/sample.cpp.txt b/monaco-editor/website/index/samples/sample.cpp.txt similarity index 100% rename from website/index/samples/sample.cpp.txt rename to monaco-editor/website/index/samples/sample.cpp.txt diff --git a/website/index/samples/sample.csharp.txt b/monaco-editor/website/index/samples/sample.csharp.txt similarity index 100% rename from website/index/samples/sample.csharp.txt rename to monaco-editor/website/index/samples/sample.csharp.txt diff --git a/website/index/samples/sample.csp.txt b/monaco-editor/website/index/samples/sample.csp.txt similarity index 100% rename from website/index/samples/sample.csp.txt rename to monaco-editor/website/index/samples/sample.csp.txt diff --git a/website/index/samples/sample.css.txt b/monaco-editor/website/index/samples/sample.css.txt similarity index 100% rename from website/index/samples/sample.css.txt rename to monaco-editor/website/index/samples/sample.css.txt diff --git a/website/index/samples/sample.dart.txt b/monaco-editor/website/index/samples/sample.dart.txt similarity index 100% rename from website/index/samples/sample.dart.txt rename to monaco-editor/website/index/samples/sample.dart.txt diff --git a/website/index/samples/sample.dockerfile.txt b/monaco-editor/website/index/samples/sample.dockerfile.txt similarity index 100% rename from website/index/samples/sample.dockerfile.txt rename to monaco-editor/website/index/samples/sample.dockerfile.txt diff --git a/website/index/samples/sample.elixir.txt b/monaco-editor/website/index/samples/sample.elixir.txt similarity index 100% rename from website/index/samples/sample.elixir.txt rename to monaco-editor/website/index/samples/sample.elixir.txt diff --git a/website/index/samples/sample.fsharp.txt b/monaco-editor/website/index/samples/sample.fsharp.txt similarity index 100% rename from website/index/samples/sample.fsharp.txt rename to monaco-editor/website/index/samples/sample.fsharp.txt diff --git a/website/index/samples/sample.go.txt b/monaco-editor/website/index/samples/sample.go.txt similarity index 100% rename from website/index/samples/sample.go.txt rename to monaco-editor/website/index/samples/sample.go.txt diff --git a/website/index/samples/sample.graphql.txt b/monaco-editor/website/index/samples/sample.graphql.txt similarity index 100% rename from website/index/samples/sample.graphql.txt rename to monaco-editor/website/index/samples/sample.graphql.txt diff --git a/website/index/samples/sample.handlebars.txt b/monaco-editor/website/index/samples/sample.handlebars.txt similarity index 100% rename from website/index/samples/sample.handlebars.txt rename to monaco-editor/website/index/samples/sample.handlebars.txt diff --git a/website/index/samples/sample.hcl.txt b/monaco-editor/website/index/samples/sample.hcl.txt similarity index 100% rename from website/index/samples/sample.hcl.txt rename to monaco-editor/website/index/samples/sample.hcl.txt diff --git a/website/index/samples/sample.html.txt b/monaco-editor/website/index/samples/sample.html.txt similarity index 100% rename from website/index/samples/sample.html.txt rename to monaco-editor/website/index/samples/sample.html.txt diff --git a/website/index/samples/sample.ini.txt b/monaco-editor/website/index/samples/sample.ini.txt similarity index 100% rename from website/index/samples/sample.ini.txt rename to monaco-editor/website/index/samples/sample.ini.txt diff --git a/website/index/samples/sample.java.txt b/monaco-editor/website/index/samples/sample.java.txt similarity index 100% rename from website/index/samples/sample.java.txt rename to monaco-editor/website/index/samples/sample.java.txt diff --git a/website/index/samples/sample.javascript.txt b/monaco-editor/website/index/samples/sample.javascript.txt similarity index 100% rename from website/index/samples/sample.javascript.txt rename to monaco-editor/website/index/samples/sample.javascript.txt diff --git a/website/index/samples/sample.json.txt b/monaco-editor/website/index/samples/sample.json.txt similarity index 100% rename from website/index/samples/sample.json.txt rename to monaco-editor/website/index/samples/sample.json.txt diff --git a/website/index/samples/sample.julia.txt b/monaco-editor/website/index/samples/sample.julia.txt similarity index 100% rename from website/index/samples/sample.julia.txt rename to monaco-editor/website/index/samples/sample.julia.txt diff --git a/website/index/samples/sample.kotlin.txt b/monaco-editor/website/index/samples/sample.kotlin.txt similarity index 100% rename from website/index/samples/sample.kotlin.txt rename to monaco-editor/website/index/samples/sample.kotlin.txt diff --git a/website/index/samples/sample.less.txt b/monaco-editor/website/index/samples/sample.less.txt similarity index 100% rename from website/index/samples/sample.less.txt rename to monaco-editor/website/index/samples/sample.less.txt diff --git a/website/index/samples/sample.lex.txt b/monaco-editor/website/index/samples/sample.lex.txt similarity index 100% rename from website/index/samples/sample.lex.txt rename to monaco-editor/website/index/samples/sample.lex.txt diff --git a/website/index/samples/sample.lua.txt b/monaco-editor/website/index/samples/sample.lua.txt similarity index 100% rename from website/index/samples/sample.lua.txt rename to monaco-editor/website/index/samples/sample.lua.txt diff --git a/website/index/samples/sample.markdown.txt b/monaco-editor/website/index/samples/sample.markdown.txt similarity index 100% rename from website/index/samples/sample.markdown.txt rename to monaco-editor/website/index/samples/sample.markdown.txt diff --git a/website/index/samples/sample.mips.txt b/monaco-editor/website/index/samples/sample.mips.txt similarity index 100% rename from website/index/samples/sample.mips.txt rename to monaco-editor/website/index/samples/sample.mips.txt diff --git a/website/index/samples/sample.msdax.txt b/monaco-editor/website/index/samples/sample.msdax.txt similarity index 100% rename from website/index/samples/sample.msdax.txt rename to monaco-editor/website/index/samples/sample.msdax.txt diff --git a/website/index/samples/sample.mysql.txt b/monaco-editor/website/index/samples/sample.mysql.txt similarity index 100% rename from website/index/samples/sample.mysql.txt rename to monaco-editor/website/index/samples/sample.mysql.txt diff --git a/website/index/samples/sample.objective-c.txt b/monaco-editor/website/index/samples/sample.objective-c.txt similarity index 100% rename from website/index/samples/sample.objective-c.txt rename to monaco-editor/website/index/samples/sample.objective-c.txt diff --git a/website/index/samples/sample.pascal.txt b/monaco-editor/website/index/samples/sample.pascal.txt similarity index 100% rename from website/index/samples/sample.pascal.txt rename to monaco-editor/website/index/samples/sample.pascal.txt diff --git a/website/index/samples/sample.pascaligo.txt b/monaco-editor/website/index/samples/sample.pascaligo.txt similarity index 100% rename from website/index/samples/sample.pascaligo.txt rename to monaco-editor/website/index/samples/sample.pascaligo.txt diff --git a/website/index/samples/sample.perl.txt b/monaco-editor/website/index/samples/sample.perl.txt similarity index 100% rename from website/index/samples/sample.perl.txt rename to monaco-editor/website/index/samples/sample.perl.txt diff --git a/website/index/samples/sample.pgsql.txt b/monaco-editor/website/index/samples/sample.pgsql.txt similarity index 100% rename from website/index/samples/sample.pgsql.txt rename to monaco-editor/website/index/samples/sample.pgsql.txt diff --git a/website/index/samples/sample.php.txt b/monaco-editor/website/index/samples/sample.php.txt similarity index 100% rename from website/index/samples/sample.php.txt rename to monaco-editor/website/index/samples/sample.php.txt diff --git a/website/index/samples/sample.plaintext.txt b/monaco-editor/website/index/samples/sample.plaintext.txt similarity index 100% rename from website/index/samples/sample.plaintext.txt rename to monaco-editor/website/index/samples/sample.plaintext.txt diff --git a/website/index/samples/sample.postiats.txt b/monaco-editor/website/index/samples/sample.postiats.txt similarity index 100% rename from website/index/samples/sample.postiats.txt rename to monaco-editor/website/index/samples/sample.postiats.txt diff --git a/website/index/samples/sample.powerquery.txt b/monaco-editor/website/index/samples/sample.powerquery.txt similarity index 100% rename from website/index/samples/sample.powerquery.txt rename to monaco-editor/website/index/samples/sample.powerquery.txt diff --git a/website/index/samples/sample.powershell.txt b/monaco-editor/website/index/samples/sample.powershell.txt similarity index 100% rename from website/index/samples/sample.powershell.txt rename to monaco-editor/website/index/samples/sample.powershell.txt diff --git a/website/index/samples/sample.pug.txt b/monaco-editor/website/index/samples/sample.pug.txt similarity index 100% rename from website/index/samples/sample.pug.txt rename to monaco-editor/website/index/samples/sample.pug.txt diff --git a/website/index/samples/sample.python.txt b/monaco-editor/website/index/samples/sample.python.txt similarity index 100% rename from website/index/samples/sample.python.txt rename to monaco-editor/website/index/samples/sample.python.txt diff --git a/website/index/samples/sample.r.txt b/monaco-editor/website/index/samples/sample.r.txt similarity index 100% rename from website/index/samples/sample.r.txt rename to monaco-editor/website/index/samples/sample.r.txt diff --git a/website/index/samples/sample.razor.txt b/monaco-editor/website/index/samples/sample.razor.txt similarity index 100% rename from website/index/samples/sample.razor.txt rename to monaco-editor/website/index/samples/sample.razor.txt diff --git a/website/index/samples/sample.redis.txt b/monaco-editor/website/index/samples/sample.redis.txt similarity index 100% rename from website/index/samples/sample.redis.txt rename to monaco-editor/website/index/samples/sample.redis.txt diff --git a/website/index/samples/sample.redshift.txt b/monaco-editor/website/index/samples/sample.redshift.txt similarity index 100% rename from website/index/samples/sample.redshift.txt rename to monaco-editor/website/index/samples/sample.redshift.txt diff --git a/website/index/samples/sample.restructuredtext.txt b/monaco-editor/website/index/samples/sample.restructuredtext.txt similarity index 100% rename from website/index/samples/sample.restructuredtext.txt rename to monaco-editor/website/index/samples/sample.restructuredtext.txt diff --git a/website/index/samples/sample.ruby.txt b/monaco-editor/website/index/samples/sample.ruby.txt similarity index 100% rename from website/index/samples/sample.ruby.txt rename to monaco-editor/website/index/samples/sample.ruby.txt diff --git a/website/index/samples/sample.rust.txt b/monaco-editor/website/index/samples/sample.rust.txt similarity index 100% rename from website/index/samples/sample.rust.txt rename to monaco-editor/website/index/samples/sample.rust.txt diff --git a/website/index/samples/sample.sb.txt b/monaco-editor/website/index/samples/sample.sb.txt similarity index 100% rename from website/index/samples/sample.sb.txt rename to monaco-editor/website/index/samples/sample.sb.txt diff --git a/website/index/samples/sample.scala.txt b/monaco-editor/website/index/samples/sample.scala.txt similarity index 100% rename from website/index/samples/sample.scala.txt rename to monaco-editor/website/index/samples/sample.scala.txt diff --git a/website/index/samples/sample.scheme.txt b/monaco-editor/website/index/samples/sample.scheme.txt similarity index 100% rename from website/index/samples/sample.scheme.txt rename to monaco-editor/website/index/samples/sample.scheme.txt diff --git a/website/index/samples/sample.scss.txt b/monaco-editor/website/index/samples/sample.scss.txt similarity index 100% rename from website/index/samples/sample.scss.txt rename to monaco-editor/website/index/samples/sample.scss.txt diff --git a/website/index/samples/sample.shell.txt b/monaco-editor/website/index/samples/sample.shell.txt similarity index 100% rename from website/index/samples/sample.shell.txt rename to monaco-editor/website/index/samples/sample.shell.txt diff --git a/website/index/samples/sample.sol.txt b/monaco-editor/website/index/samples/sample.sol.txt similarity index 100% rename from website/index/samples/sample.sol.txt rename to monaco-editor/website/index/samples/sample.sol.txt diff --git a/website/index/samples/sample.sql.txt b/monaco-editor/website/index/samples/sample.sql.txt similarity index 100% rename from website/index/samples/sample.sql.txt rename to monaco-editor/website/index/samples/sample.sql.txt diff --git a/website/index/samples/sample.st.txt b/monaco-editor/website/index/samples/sample.st.txt similarity index 100% rename from website/index/samples/sample.st.txt rename to monaco-editor/website/index/samples/sample.st.txt diff --git a/website/index/samples/sample.swift.txt b/monaco-editor/website/index/samples/sample.swift.txt similarity index 100% rename from website/index/samples/sample.swift.txt rename to monaco-editor/website/index/samples/sample.swift.txt diff --git a/website/index/samples/sample.systemverilog.txt b/monaco-editor/website/index/samples/sample.systemverilog.txt similarity index 100% rename from website/index/samples/sample.systemverilog.txt rename to monaco-editor/website/index/samples/sample.systemverilog.txt diff --git a/website/index/samples/sample.tcl.txt b/monaco-editor/website/index/samples/sample.tcl.txt similarity index 100% rename from website/index/samples/sample.tcl.txt rename to monaco-editor/website/index/samples/sample.tcl.txt diff --git a/website/index/samples/sample.twig.txt b/monaco-editor/website/index/samples/sample.twig.txt similarity index 100% rename from website/index/samples/sample.twig.txt rename to monaco-editor/website/index/samples/sample.twig.txt diff --git a/website/index/samples/sample.typescript.txt b/monaco-editor/website/index/samples/sample.typescript.txt similarity index 100% rename from website/index/samples/sample.typescript.txt rename to monaco-editor/website/index/samples/sample.typescript.txt diff --git a/website/index/samples/sample.vb.txt b/monaco-editor/website/index/samples/sample.vb.txt similarity index 100% rename from website/index/samples/sample.vb.txt rename to monaco-editor/website/index/samples/sample.vb.txt diff --git a/website/index/samples/sample.verilog.txt b/monaco-editor/website/index/samples/sample.verilog.txt similarity index 100% rename from website/index/samples/sample.verilog.txt rename to monaco-editor/website/index/samples/sample.verilog.txt diff --git a/website/index/samples/sample.xml.txt b/monaco-editor/website/index/samples/sample.xml.txt similarity index 100% rename from website/index/samples/sample.xml.txt rename to monaco-editor/website/index/samples/sample.xml.txt diff --git a/website/index/samples/sample.yaml.txt b/monaco-editor/website/index/samples/sample.yaml.txt similarity index 100% rename from website/index/samples/sample.yaml.txt rename to monaco-editor/website/index/samples/sample.yaml.txt diff --git a/website/lib/bootstrap-cosmo.css b/monaco-editor/website/lib/bootstrap-cosmo.css similarity index 100% rename from website/lib/bootstrap-cosmo.css rename to monaco-editor/website/lib/bootstrap-cosmo.css diff --git a/website/lib/bootstrap-responsive.min.css b/monaco-editor/website/lib/bootstrap-responsive.min.css similarity index 100% rename from website/lib/bootstrap-responsive.min.css rename to monaco-editor/website/lib/bootstrap-responsive.min.css diff --git a/website/lib/bootstrap.min.js b/monaco-editor/website/lib/bootstrap.min.js similarity index 100% rename from website/lib/bootstrap.min.js rename to monaco-editor/website/lib/bootstrap.min.js diff --git a/website/lib/jquery-1.9.1.min.js b/monaco-editor/website/lib/jquery-1.9.1.min.js similarity index 100% rename from website/lib/jquery-1.9.1.min.js rename to monaco-editor/website/lib/jquery-1.9.1.min.js diff --git a/website/monarch.html b/monaco-editor/website/monarch.html similarity index 100% rename from website/monarch.html rename to monaco-editor/website/monarch.html diff --git a/website/monarch/monarch-34px.png b/monaco-editor/website/monarch/monarch-34px.png similarity index 100% rename from website/monarch/monarch-34px.png rename to monaco-editor/website/monarch/monarch-34px.png diff --git a/website/monarch/monarch.css b/monaco-editor/website/monarch/monarch.css similarity index 100% rename from website/monarch/monarch.css rename to monaco-editor/website/monarch/monarch.css diff --git a/website/monarch/monarch.js b/monaco-editor/website/monarch/monarch.js similarity index 100% rename from website/monarch/monarch.js rename to monaco-editor/website/monarch/monarch.js diff --git a/website/playground.html b/monaco-editor/website/playground.html similarity index 100% rename from website/playground.html rename to monaco-editor/website/playground.html diff --git a/website/playground/monaco.d.ts.txt b/monaco-editor/website/playground/monaco.d.ts.txt similarity index 100% rename from website/playground/monaco.d.ts.txt rename to monaco-editor/website/playground/monaco.d.ts.txt diff --git a/website/playground/new-samples/all.js b/monaco-editor/website/playground/new-samples/all.js similarity index 100% rename from website/playground/new-samples/all.js rename to monaco-editor/website/playground/new-samples/all.js diff --git a/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.css b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.css diff --git a/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.html b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.html diff --git a/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.js b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/hello-diff-world/sample.js diff --git a/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.css b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.css diff --git a/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.html b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.html diff --git a/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.js b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/inline-diff-example/sample.js diff --git a/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.css b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.css diff --git a/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.html b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.html diff --git a/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.js b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/multi-line-example/sample.js diff --git a/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.css b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.css diff --git a/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.html b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.html diff --git a/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.js b/monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-diffeditor/navigating-a-diff/sample.js diff --git a/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.css b/monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-editor/editor-basic-options/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.css diff --git a/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.html b/monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-editor/editor-basic-options/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.html diff --git a/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.js b/monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-editor/editor-basic-options/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-editor/editor-basic-options/sample.js diff --git a/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.css b/monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-editor/hard-wrapping/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.css diff --git a/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.html b/monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-editor/hard-wrapping/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.html diff --git a/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.js b/monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-editor/hard-wrapping/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-editor/hard-wrapping/sample.js diff --git a/website/playground/new-samples/creating-the-editor/hello-world/sample.css b/monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-editor/hello-world/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.css diff --git a/website/playground/new-samples/creating-the-editor/hello-world/sample.html b/monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-editor/hello-world/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.html diff --git a/website/playground/new-samples/creating-the-editor/hello-world/sample.js b/monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-editor/hello-world/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-editor/hello-world/sample.js diff --git a/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.css b/monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.css similarity index 100% rename from website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.css rename to monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.css diff --git a/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.html b/monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.html similarity index 100% rename from website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.html rename to monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.html diff --git a/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.js b/monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.js similarity index 100% rename from website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.js rename to monaco-editor/website/playground/new-samples/creating-the-editor/syntax-highlighting-for-html-elements/sample.js diff --git a/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.css b/monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.css similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.css rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.css diff --git a/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.html b/monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.html similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.html rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.html diff --git a/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.js b/monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.js similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.js rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/exposed-colors/sample.js diff --git a/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.css b/monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.css similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/scrollbars/sample.css rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.css diff --git a/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.html b/monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.html similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/scrollbars/sample.html rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.html diff --git a/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.js b/monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.js similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/scrollbars/sample.js rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/scrollbars/sample.js diff --git a/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.css b/monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.css similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.css rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.css diff --git a/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.html b/monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.html similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.html rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.html diff --git a/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.js b/monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.js similarity index 100% rename from website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.js rename to monaco-editor/website/playground/new-samples/customizing-the-appearence/tokens-and-colors/sample.js diff --git a/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/codelens-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/codelens-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/codelens-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/codelens-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/color-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/color-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/color-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/color-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/color-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/color-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/color-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/completion-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/completion-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/completion-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/completion-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/completion-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/completion-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/completion-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.css diff --git a/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.html diff --git a/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-javascript-defaults/sample.js diff --git a/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-json-defaults/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.css diff --git a/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-json-defaults/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.html diff --git a/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js diff --git a/website/playground/new-samples/extending-language-services/custom-languages/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/custom-languages/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.css diff --git a/website/playground/new-samples/extending-language-services/custom-languages/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/custom-languages/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.html diff --git a/website/playground/new-samples/extending-language-services/custom-languages/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/custom-languages/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/custom-languages/sample.js diff --git a/website/playground/new-samples/extending-language-services/folding-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/folding-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/folding-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/folding-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/folding-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/folding-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/folding-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/hover-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/hover-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/hover-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/hover-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/hover-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/hover-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/hover-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/inlay-hints-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/semantic-tokens-provider-example/sample.js diff --git a/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.css b/monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.css similarity index 100% rename from website/playground/new-samples/extending-language-services/symbols-provider-example/sample.css rename to monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.css diff --git a/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.html b/monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.html similarity index 100% rename from website/playground/new-samples/extending-language-services/symbols-provider-example/sample.html rename to monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.html diff --git a/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.js b/monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.js similarity index 100% rename from website/playground/new-samples/extending-language-services/symbols-provider-example/sample.js rename to monaco-editor/website/playground/new-samples/extending-language-services/symbols-provider-example/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-a-command-to-an-editor-instance/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/adding-an-action-to-an-editor-instance/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/customizing-the-line-numbers/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-key-events/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/rendering-glyphs-in-the-margin/sample.js diff --git a/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.css b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.css similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.css rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.css diff --git a/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.html b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.html similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.html rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.html diff --git a/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.js b/monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.js similarity index 100% rename from website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.js rename to monaco-editor/website/playground/new-samples/interacting-with-the-editor/revealing-a-position/sample.js diff --git a/website/playground/playground-runner.html b/monaco-editor/website/playground/playground-runner.html similarity index 100% rename from website/playground/playground-runner.html rename to monaco-editor/website/playground/playground-runner.html diff --git a/website/playground/playground.css b/monaco-editor/website/playground/playground.css similarity index 100% rename from website/playground/playground.css rename to monaco-editor/website/playground/playground.css diff --git a/website/playground/playground.js b/monaco-editor/website/playground/playground.js similarity index 100% rename from website/playground/playground.js rename to monaco-editor/website/playground/playground.js diff --git a/website/playground/run.png b/monaco-editor/website/playground/run.png similarity index 100% rename from website/playground/run.png rename to monaco-editor/website/playground/run.png diff --git a/website/playground/spinner.css b/monaco-editor/website/playground/spinner.css similarity index 100% rename from website/playground/spinner.css rename to monaco-editor/website/playground/spinner.css