Skip to content

Commit

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

### Fixes:

- Disabled experimental feature of syntax-based replace range calculation by default.

## 1.3.0

### Features:
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.3.1",
"keywords": [
"ai",
"autocomplete",
Expand Down Expand Up @@ -234,6 +234,6 @@
},
"dependencies": {
"@xstate/fsm": "^2.0.1",
"tabby-agent": "1.3.1"
"tabby-agent": "1.3.2"
}
}
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3951,6 +3951,30 @@ [email protected]:
vscode-languageserver-textdocument "^1.0.11"
web-tree-sitter "^0.20.8"

[email protected]:
version "1.3.1"
resolved "https://registry.yarnpkg.com/tabby-agent/-/tabby-agent-1.3.1.tgz#4fea58d5bdf6b29deec8bdad903e7c00757508ea"
integrity sha512-pTmjYe8XS9vrcGJO+isuL7LxpLXRwETeXzK+lHoE1cSIqsinB37uRiqCf8OjwQGZ0YHBtVZBetsTmicg4aL+Rw==
dependencies:
chokidar "^3.5.3"
deep-equal "^2.2.1"
deepmerge-ts "^5.1.0"
dot-prop "^8.0.2"
fast-levenshtein "^3.0.0"
file-stream-rotator "^1.0.0"
fs-extra "^11.1.1"
jwt-decode "^3.1.2"
lru-cache "^9.1.1"
object-hash "^3.0.0"
openapi-fetch "^0.7.6"
pino "^8.14.1"
stats-logscale "^1.0.7"
toml "^3.0.0"
uuid "^9.0.0"
vscode-languageserver "^9.0.1"
vscode-languageserver-textdocument "^1.0.11"
web-tree-sitter "^0.20.8"

tar-fs@^2.0.0, tar-fs@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
Expand Down

0 comments on commit bc26e30

Please sign in to comment.