From 7b6e67af57617d99613c09f883d6e12ef3aa91ac Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Sat, 19 Oct 2024 12:26:15 +0800 Subject: [PATCH] VS Code: Release v1.38.2 --- vscode/CHANGELOG.md | 6 ++++++ vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 123a49791aa5..2c7cb9322db6 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,6 +10,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed +## 1.38.2 + +### Changed + +- Telemetry: Account for visible ranges in the characters logger. [pull/5931](https://github.com/sourcegraph/cody/pull/5931) + ## 1.38.1 ### Changed diff --git a/vscode/package.json b/vscode/package.json index 7ac46ca5ba02..4f1fb09fbbb0 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.38.1", + "version": "1.38.2", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",