Skip to content

Commit

Permalink
chore(vscode): VSCode extension hotfix 1.3.2. (TabbyML#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Feb 1, 2024
1 parent 77b52ac commit 58e4452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.3.2

### Fixes:

- Disabled experimental features by default:
- Stripping auto-closing characters in prompt suffix.
- Syntax-based code completion scope limit.

## 1.3.1

### 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.3.1",
"version": "1.3.2",
"keywords": [
"ai",
"autocomplete",
Expand Down

0 comments on commit 58e4452

Please sign in to comment.