Skip to content

Commit

Permalink
Release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Nov 23, 2022
1 parent 633ac34 commit 02bef46
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.8

- Upgrade typescript to 4.9.3.
- Allow `tsserver.useLocalTsdk` to be global configuration.
- Fix range of completionItem when triggered by `#`
- Avoid cache cancelled response for code lens.

# 2.0.3

- Pass triggerReason and kind for refactor request.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-tsserver",
"version": "2.0.7",
"version": "2.0.8",
"description": "tsserver extension for coc.nvim",
"main": "lib/index.js",
"publisher": "chemzqm",
Expand Down Expand Up @@ -1173,10 +1173,10 @@
"esbuild": "^0.15.7",
"semver": "^7.3.7",
"vscode-languageserver-protocol": "^3.17.2",
"strip-ansi": "^7.0.1",
"which": "^2.0.2"
},
"dependencies": {
"strip-ansi": "^7.0.1",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ strip-ansi@^7.0.1:
dependencies:
ansi-regex "^6.0.1"

typescript@^4.8.4:
version "4.8.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
typescript@^4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==

vscode-jsonrpc@8.0.2:
version "8.0.2"
Expand Down

0 comments on commit 02bef46

Please sign in to comment.