From 6a0948716f0c83504de5f33a6dd1a8cfd93910b8 Mon Sep 17 00:00:00 2001 From: Zhiming Ma Date: Tue, 5 Nov 2024 01:02:27 +0800 Subject: [PATCH] chore(vscode): bump vsce version to 1.12.5. --- 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 4855b9999918..304fa4e47761 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.12.5 + +### Fixes & Improvements + +- Fixed a bug where the inline completion provider was incorrectly registered twice, causing the status bar loading indicator to not correctly show ongoing completion requests. + ## 1.12.4 ### Fixes & Improvements diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 9856682ee77c..e4c52ff6c439 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.12.4", + "version": "1.12.5", "keywords": [ "ai", "autocomplete",