From eeb5be80131bb4e84d9cbe26e0ec3a61dcb64b42 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Thu, 18 Apr 2024 14:03:31 +0800 Subject: [PATCH] chore(vscode): bump vsce version to 1.5.2. (#1890) --- clients/vscode/CHANGELOG.md | 6 ++++++ clients/vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index c4db5d076..afedef8e1 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.5.2 + +### Fixes + +- Fixed an issue where the indexing worker for recently edited code may cause a stuck. + ## 1.5.0 ### Features diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 64f03337e..2db0d551b 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "1.5.0", + "version": "1.5.2", "keywords": [ "ai", "autocomplete",