Skip to content

Commit

Permalink
VS Code Release 1.32.8
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed Sep 3, 2024
1 parent 339fa7c commit 1abd676
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds.

## 1.32.8

### Fixed
- Chat: Fixed issue where server-provided context results with an empty line range would prevent any context items from being used. [pull/5452](https://github.com/sourcegraph/cody/pull/5452)

## 1.32.7

### Fixed
- Chat: Fixed issue where chat context was broken and couldn't be fetched from the server. [pull/5291](https://github.com/sourcegraph/cody/pull/5291)

## 1.32.6
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody: AI Coding Assistant with Autocomplete & Chat",
"version": "1.32.7",
"version": "1.32.8",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit 1abd676

Please sign in to comment.