Skip to content

Commit

Permalink
vscode 1.36.3: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 committed Oct 4, 2024
1 parent 3d430c9 commit adbefb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Chat: Fix an issue in repository name resolution for workspaces that caused Chat

### Changed


## 1.36.3

### Added

- Autocomplete: re-enable the agent tests. [pull/5784](https://github.com/sourcegraph/cody/pull/5784)
- Autocomplete: Using the current document instead of precalculated text to get insertion text. [pull/5812](https://github.com/sourcegraph/cody/pull/5812)

## 1.36.2

### Added
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.36.2",
"version": "1.36.3",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down

0 comments on commit adbefb8

Please sign in to comment.