Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Nov 25, 2022
1 parent 8869266 commit ef0d40d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# 2.0.9

- Support `tsserver.tsdk` as workspace folder value (should be path relative to
workspace folder), only used when `tsserver.useLocalTsdk` is `true`.

# 2.0.8

- Upgrade typescript to 4.9.3.
- Allow `tsserver.useLocalTsdk` to be global configuration.
- Support `tsserver.useLocalTsdk` as user configuration, not recommended since
the local typescript module could be outdated.
- Fix range of completionItem when triggered by `#`
- Avoid cache cancelled response for code lens.

# 2.0.3

- Pass triggerReason and kind for refactor request.
- Pass `triggerReason` and kind for refactor request.

# 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-tsserver",
"version": "2.0.8",
"version": "2.0.9",
"description": "tsserver extension for coc.nvim",
"main": "lib/index.js",
"publisher": "chemzqm",
Expand Down

0 comments on commit ef0d40d

Please sign in to comment.