From 6ece6122720b91e2d0d995669661aaa45525e693 Mon Sep 17 00:00:00 2001 From: clague <93119153+clague@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:34:20 +0800 Subject: [PATCH 1/2] Support VSCodium Insiders --- src/constants/index.ts | 4 ++++ src/types/VSCodeEdition.ts | 5 +++++ src/utils/vscodeAPI.ts | 3 +++ 3 files changed, 12 insertions(+) diff --git a/src/constants/index.ts b/src/constants/index.ts index 2234e3f..96a7c6d 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -52,6 +52,10 @@ export const VSCODE_BUILTIN_ENVIRONMENTS: Record Date: Fri, 13 Sep 2024 14:01:18 +0800 Subject: [PATCH 2/2] bump version to 3.3.9 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a47a13..4f4fe43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelogs +## 3.3.9 - September 13, 2024 + +- Fixed: Add support for [VSCodium Insiders](https://github.com/VSCodium/vscodium) ([@clague](https://github.com/clague)). + + ## 3.3.8 - September 12, 2024 - Fixed: Add support for [Cursor](https://www.cursor.com). diff --git a/package.json b/package.json index dcac86a..80a4834 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "syncing", "displayName": "%displayName%", "description": "%description%", - "version": "3.3.8", + "version": "3.3.9", "publisher": "nonoroazoro", "author": { "email": "xiaochao.k@gmail.com",