Skip to content

Commit

Permalink
chore(vscode): bump vsce version to 1.17.0-dev. (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Dec 19, 2024
1 parent e2615b5 commit 98a02b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.16.0

### Features

- **Chat**:
- Symbols referenced in the chat response can now be clicked to navigate to their definitions.
- **Note**: Requires updating the Tabby server to version 0.21.2, 0.22.0, or later.
- **Code Completion**:
- Now provides inline completion even when the completion widget is open, based on the selected item in the widget.
- Automatically adds import statements if needed after accepting a completion that uses a symbol requiring an import.

### Fixes & Improvements

- Streamlined the `Tabby: Connect to Server...` command process and added a server history list for quick selection.
- **Code Completion**: Added a post-processing filter to fix an issue where some code completions contained an extra space in the indentation for certain code completion models.
- **Chat**: Improved the feature to automatically use the active selection code as context.
- **Chat**: Fixed a bug where dragging the chat panel to the right or bottom side of the editor caused it to be blank.
- The HTTP proxy in VSCode settings is no longer used by default. Added an option to enable it.

## 1.14.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/TabbyML/tabby",
"bugs": "https://github.com/TabbyML/tabby/issues",
"license": "Apache-2.0",
"version": "1.15.0-dev",
"version": "1.17.0-dev",
"keywords": [
"ai",
"autocomplete",
Expand Down

0 comments on commit 98a02b1

Please sign in to comment.