Release 1.9.15
This commit is contained in:
parent
c5d9e07d3c
commit
9d7ee9da1f
2 changed files with 14 additions and 1 deletions
13
history.md
13
history.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 1.9.15
|
||||||
|
|
||||||
|
- Fix uri for `zipfile`.
|
||||||
|
|
||||||
|
# 1.9.14
|
||||||
|
|
||||||
|
- Add javascript snippets
|
||||||
|
- Fix command `tsserver.restart` not work
|
||||||
|
|
||||||
|
# 1.9.11
|
||||||
|
|
||||||
|
- Resued resolved tsserver path after `:CocRestart`
|
||||||
|
|
||||||
# 1.9.10
|
# 1.9.10
|
||||||
|
|
||||||
- Watch for `tsserver.enable` configuration to change service state.
|
- Watch for `tsserver.enable` configuration to change service state.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coc-tsserver",
|
"name": "coc-tsserver",
|
||||||
"version": "1.9.14",
|
"version": "1.9.15",
|
||||||
"description": "tsserver extension for coc.nvim",
|
"description": "tsserver extension for coc.nvim",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"publisher": "chemzqm",
|
"publisher": "chemzqm",
|
||||||
|
|
Loading…
Reference in a new issue