From b405f9f10bd5bade70a9fe870a18be04a46a8a4d Mon Sep 17 00:00:00 2001 From: Jonas Helming Date: Wed, 25 Dec 2024 21:21:51 +0100 Subject: [PATCH] Clarify that Theia is not a VS Code fork (#695) fixed #694 Signed-off-by: Jonas Helming --- src/components/index/Features.js | 5 ++++- src/components/index/TheiaIDEExtensible.js | 7 ++++++- src/docs/composing_applications.md | 4 ++++ src/docs/project_goals.md | 3 +++ 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/index/Features.js b/src/components/index/Features.js index f3131673..a4c100ac 100644 --- a/src/components/index/Features.js +++ b/src/components/index/Features.js @@ -64,7 +64,10 @@ const features = [ { img: Modern Tech, title: "Modern Tech", - paragraphs: ['Theia is based on a state-of-the-art web-based technology stack. It provides language support via LSP and DAP. Further, it can host VS Code extensions and provides full terminal access.'] + paragraphs: [ + 'Theia is built on a modern web technology stack, offering language support via LSP and DAP, hosting VS Code extensions, and providing full terminal access.', + 'While it reuses components from VS Code, such as the Monaco editor, Theia is an independent platform with a modular architecture—not a fork of VS Code.' + ] } ] diff --git a/src/components/index/TheiaIDEExtensible.js b/src/components/index/TheiaIDEExtensible.js index f34e3cf6..c4235a16 100644 --- a/src/components/index/TheiaIDEExtensible.js +++ b/src/components/index/TheiaIDEExtensible.js @@ -51,7 +51,12 @@ const TheiaIDEExtensible = () => (

Extensible and Open

-

The Theia IDE is built upon the highly modular Theia platform, enabling the integration of custom extensions and the creation of fully tailored tools (see examples below). Explore the Theia Platform and learn how to create custom tool offerings with ease!

+

+ The Theia IDE is built upon the highly modular Theia platform, enabling the integration of custom extensions and the creation of fully tailored tools (see examples below). Explore the Theia Platform and learn how to create custom tool offerings with ease! +

+

+ While Theia incorporates certain components from Visual Studio Code, such as the Monaco editor, it is independently developed with a unique, modular architecture, Theia is not a fork of VS Code. +