Skip to content

Commit

Permalink
VS Code: Release v1.40.2 (#6062)
Browse files Browse the repository at this point in the history
Patch release from the `v1.40.x` branch, see
https://github.com/sourcegraph/cody/commits/vscode-v1.40.x/ for details

## Test plan
N/A
<!-- Required. See
https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles.
-->

## Changelog

<!-- OPTIONAL; info at
https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c
-->

---------

Co-authored-by: Valery Bugakov <[email protected]>
  • Loading branch information
kalanchan and valerybugakov authored Nov 6, 2024
1 parent bef6b9e commit 28f6b79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a
- Telemetry: Added `cody.debug.logCharacterCounters` for debugging. [pull/6057](https://github.com/sourcegraph/cody/pull/6057)

### Fixed

### Changed

- Chat: This patch updates the chat keyboard shortcuts to be as follows, thereby avoiding the tendency to "double-add" a code snippet when using the `alt+L` shortcut:
- `Alt+L`: between chat and editor (this is unchanged)
- `Shift+Alt+L` (previously alt+L): add selection as context:
- `Shift+Ctrl+L` (previously shift+alt+L): new chat
### Changed

## 1.40.2

### Fixed
- Agent: Fixed bugs in `workspace::getConfiguration` vscode shim [pull/6058](https://github.com/sourcegraph/cody/pull/6058)

## 1.40.1

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

0 comments on commit 28f6b79

Please sign in to comment.