Commit graph

437 commits

Author SHA1 Message Date
Qiming Zhao
35a9f25423
Release 1.11.4 2022-08-27 12:29:29 +08:00
Qiming Zhao
dea4c3a0c6
ignore fugitive scheme
Closes  #395
2022-08-27 12:28:53 +08:00
Qiming Zhao
d4a7f4f38f
remove console.log 2022-08-25 11:54:12 +08:00
Qiming Zhao
9860656a9e
Release 1.11.3 2022-08-15 16:28:58 +08:00
Qiming Zhao
156fe981c7
fix watchBuild not work before service start
Closes #390
2022-08-15 16:28:28 +08:00
Qiming Zhao
4bc14d7ce2
Release 1.11.2 2022-08-08 22:41:36 +08:00
Qiming Zhao
ad249ad817
change minimal coc.nvim version to 0.0.82 2022-08-08 22:41:10 +08:00
Qiming Zhao
c4e4ef2a8c
Release 1.11.1 2022-07-31 18:36:56 +08:00
Qiming Zhao
4571c863ad
avoid unload new document on rename 2022-07-31 18:34:26 +08:00
Qiming Zhao
8234e83f92
Release 1.11.0 2022-07-30 00:46:28 +08:00
Heyward Fann
84309083d1
feat(commands): Go to Source Definition (#384) 2022-07-30 00:43:59 +08:00
Qiming Zhao
74103e5e35
Release 1.10.5 2022-06-11 16:43:36 +08:00
kevinhwang91
ab3f48019d
fix(folding): don't join folding range (#380) 2022-06-11 16:42:25 +08:00
Qiming Zhao
68e60a6924
upgrade typescript to 4.7.2 2022-05-28 06:45:25 +08:00
Qiming Zhao
baddbc2610
Release 1.10.4 2022-05-13 20:52:07 +08:00
Qiming Zhao
2cb095db25
upgrade typescript to 4.6.4 2022-05-13 20:51:13 +08:00
Qiming Zhao
d5a744a725
Release 1.10.3 2022-05-06 15:05:33 +08:00
Qiming Zhao
3a41bbe045
rework inlayHints features
Use languages.registerInlayHintsProvider API
2022-05-06 15:05:06 +08:00
Qiming Zhao
d27643a27c
Release 1.10.2 2022-05-02 14:52:49 +08:00
Qiming Zhao
4dbde8211c
fix bad insertText
Closes #363
2022-05-02 14:44:37 +08:00
Qiming Zhao
f27b21cb52
fix log format 2022-04-21 23:39:43 +08:00
Qiming Zhao
c8373ddaf4
Release 1.10.1 2022-04-20 21:13:13 +08:00
Qiming Zhao
dfd41e1368
use cached format options 2022-04-20 21:12:53 +08:00
Qiming Zhao
2fd4948bd5
add typescript.suggest.objectLiteralMethodSnippets.enabled 2022-04-10 15:15:32 +08:00
Qiming Zhao
0cd99b05cc
Release 1.10.0 2022-04-10 15:07:41 +08:00
Qiming Zhao
148a55d63c
jsDocCompletion feature 2022-04-10 15:07:17 +08:00
Qiming Zhao
2fc8fb014a
Release 1.9.17 2022-04-08 22:40:45 +08:00
Qiming Zhao
fb9bde0c08
support SymbolKind.Constructor and localFunction as snippet 2022-04-08 22:40:10 +08:00
Qiming Zhao
07ee36caf6
Release 1.9.16 2022-04-06 15:58:14 +08:00
Qiming Zhao
9dc9f5bd6a
repsect isSnippet from CompletionEntry
Closes #362
2022-04-06 15:57:51 +08:00
Qiming Zhao
3448f5237a
upgrade typescript 2022-04-06 15:53:46 +08:00
Qiming Zhao
b22c59c072
better log 2022-04-02 05:45:18 +08:00
Qiming Zhao
9d7ee9da1f
Release 1.9.15 2022-03-27 07:45:50 +08:00
Calvin Huang
c5d9e07d3c
Update typescriptServiceClient.ts (#360) 2022-03-27 07:42:53 +08:00
Qiming Zhao
6d598560c6
Release 1.9.14 2022-03-10 15:43:43 +08:00
Qiming Zhao
c4be180558
fix tsserver.restart not work 2022-03-10 15:43:20 +08:00
Qiming Zhao
8958a6d83c
add javascript snippets 2022-02-28 00:40:14 +08:00
Qiming Zhao
9097ecf747
Release 1.9.13 2022-02-22 18:11:43 +08:00
Qiming Zhao
2d4c8f0bb3
fix possible start multiply tsserver
Closes #355
2022-02-22 18:11:13 +08:00
Qiming Zhao
67239f40b5
remove console.log 2022-02-19 02:31:42 +08:00
Qiming Zhao
5dcd715888
Release 1.9.12 2022-02-18 21:37:25 +08:00
Qiming Zhao
7633da18eb
clear highlight on client dispose 2022-02-18 21:37:00 +08:00
Qiming Zhao
4f480eda46
Release 1.9.11 2022-02-18 03:52:22 +08:00
Qiming Zhao
464adfcb0a
use Tsserver_path for resolved tsc path
Closes #306
2022-02-18 03:46:45 +08:00
Qiming Zhao
2d62d7da5f
Release 1.9.10 2022-02-16 20:41:58 +08:00
Qiming Zhao
6cdbf56da5
fix api with IServiceProvider
Support for watch tsserver.enable configuration
2022-02-16 20:41:48 +08:00
Qiming Zhao
78da8a3514
update Readme.md 2022-02-16 18:48:32 +08:00
Qiming Zhao
c1a3cf47fe
Release 1.9.9 2022-01-30 18:01:24 +08:00
Qiming Zhao
e5f19b47b4
use documentChanges for workspaceEdit 2022-01-30 18:01:24 +08:00
Tim Tyrrell
ddcab27979
correct README importModuleSpecifier configuration examples (#350)
The defaults of these two are actually [shortest](https://github.com/neoclide/coc-tsserver/blob/master/package.json#L304)
2022-01-28 05:59:53 +08:00