Release 1.11.0
This commit is contained in:
parent
84309083d1
commit
8234e83f92
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.11.0
|
||||
|
||||
- Add command `tsserver.goToSourceDefinition`.
|
||||
|
||||
# 1.10.5
|
||||
|
||||
- Fix a fold issue #380
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coc-tsserver",
|
||||
"version": "1.10.5",
|
||||
"version": "1.11.0",
|
||||
"description": "tsserver extension for coc.nvim",
|
||||
"main": "lib/index.js",
|
||||
"publisher": "chemzqm",
|
||||
|
|
Loading…
Reference in a new issue