Skip to content

Commit

Permalink
chore(vscode): bump vsce version to 1.4.0. (TabbyML#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Mar 1, 2024
1 parent c8aef1e commit 7a6da17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.4.0

### Features

- Added support for loading system-wide CA certificates. Previously, only Node.js bundled CA certificates were used.
- Added support for loading configurations from Tabby server, including `Disabling Client-side Telemetry`.
- Added output channel for logging. The log level can be configured by VSCode command `Developer: Set Log Level...`.
- Removed the notification when disconnected from Tabby server, keep only status bar icon.

### Fixes

- Fixed keybinding for accepting inline completion next word for macOS (cmd+right).

## 1.3.2

### Fixes:
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.4.0-dev",
"version": "1.4.0",
"keywords": [
"ai",
"autocomplete",
Expand Down

0 comments on commit 7a6da17

Please sign in to comment.