From b3fd2f85f9c82fb81201e652f8bfd03fffcae2e9 Mon Sep 17 00:00:00 2001 From: sachinh-amazon <188173965+sachinh-amazon@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:12:23 +0000 Subject: [PATCH] Add mapping between Code Editor versions and Code-OSS version --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d539e79..5927c55 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ The repository structure is the following: See [RELEASE](RELEASE.md) for more information. +## Version Information + +The following table provides the mapping between Code Editor releases and their corresponding [Code-OSS](https://github.com/microsoft/vscode/) base versions: + +| Code Editor Version | Code-OSS Base Version | +|---------------------|-----------------------| +| 1.0.x | 1.101.2 | + + ## Troubleshooting and Feedback See [CONTRIBUTING](CONTRIBUTING.md#reporting-bugsfeature-requests) for more information.