Commit graph

239 commits

Author SHA1 Message Date
Qiming Zhao
f2afebce92 Release 1.8.1 2021-06-07 12:06:27 +08:00
nateroling
d24d75de9b
Add support for tsconfigPath setting (#286)
* Add support for tsconfigPath setting

* Fix a typo, add config option to package.json

* formatting

* Update setting description in package.json

Co-authored-by: Nate Roling <roling@cartegraph.com>
2021-06-07 11:29:30 +08:00
Heyward Fann
fd957b20f9
feat: update preferences.importModuleSpecifier (#295)
https://github.com/microsoft/vscode/pull/110536
2021-06-07 11:26:52 +08:00
Qiming Zhao
8826e273b5 Release 1.8.0 2021-06-04 18:55:38 +08:00
Heyward Fann
e719ef07a5
feat: tsserver.findAllFileReferences (#292) 2021-06-04 18:54:48 +08:00
Heyward Fann
cd624aa05e
feat: Import Statement Completions (#291)
https://devblogs.microsoft.com/typescript/announcing-typescript-4-3/#import-statement-completions
2021-05-28 18:45:47 +08:00
Qiming Zhao
ed3886f4c8 Release 1.7.0 2021-04-12 15:22:56 +08:00
Raidou
579e8920a7
feat: support tagClosing for JSX (#277) 2021-04-07 18:31:04 +08:00
Qiming Zhao
17dc0c235c Release 1.6.8 2021-02-22 18:44:16 +08:00
Qiming Zhao
f95ddc91da fix prepare script 2021-01-17 16:41:04 +08:00
Qiming Zhao
871a88df53 Release 1.6.7 2021-01-06 17:43:42 +08:00
Qiming Zhao
6d3036523e use esbuild replace webpack 2021-01-06 17:42:01 +08:00
Qiming Zhao
9c5ee81b12 Release 1.6.6 2020-12-21 16:51:52 +08:00
Qiming Zhao
d088a3c5c7 add webpack to devDependencies
Closes #243
2020-12-21 16:48:16 +08:00
Qiming Zhao
954e292f2f use next release of coc.nvim 2020-12-17 20:28:49 +08:00
Qiming Zhao
a98c4808f8 Release 1.6.5 2020-12-17 15:41:20 +08:00
Qiming Zhao
bac3ec6149 Release 1.6.4 2020-12-16 11:34:12 +08:00
Heyward Fann
f2860b493b
feat: add insertSpaceAfterOpeningAndBeforeClosingEmptyBraces (#239)
https://github.com/microsoft/TypeScript/pull/41304
2020-12-10 16:55:04 +08:00
Qiming Zhao
27eb1d8e55 Release 1.6.3 2020-12-09 15:41:11 +08:00
Qiming Zhao
c8c5d7eba5 Release 1.6.2 2020-12-08 18:51:31 +08:00
Qiming Zhao
de0fa5c6a2 support languages from plugins
Closes #235
2020-12-08 18:50:01 +08:00
Qiming Zhao
6fc53cd80e avoid npm-run-all 2020-12-04 12:12:01 +08:00
Qiming Zhao
b59f5bd5a4 Release 1.6.1 2020-11-24 12:32:46 +08:00
Qiming Zhao
44a01bb208 update dependencies 2020-11-24 11:36:37 +08:00
JUX84
2540b7f626
update ts to 4.1.2 and fix build (promise typings) (#232) 2020-11-24 10:21:06 +08:00
Qiming Zhao
37618c49eb update dependencies 2020-11-13 12:43:45 +08:00
Qiming Zhao
3849bc49a2 Release 1.6.0 2020-10-27 14:35:42 +08:00
Qiming Zhao
08513684f3 udpate dependencies
remove tslint & @chemzqm/tsconfig
2020-10-27 14:28:07 +08:00
Qiming Zhao
334a3dd01c Release 1.5.8 2020-10-05 19:00:43 +08:00
Qiming Zhao
7999ac085e ignore not applicable refactor code actions 2020-09-22 19:20:14 +08:00
Qiming Zhao
807fd06457 Release 1.5.7 2020-09-18 16:51:23 +08:00
Qiming Zhao
d415dc5e72 doc 2020-09-18 16:51:15 +08:00
Qiming Zhao
660c688d55 Release 1.5.6 2020-09-12 01:27:27 +08:00
Qiming Zhao
516f2bd75a Release 1.5.5 2020-08-21 23:26:26 +08:00
Qiming Zhao
1a22372358 support useAliasesForRenames configuration
Closes #196
2020-08-21 23:26:08 +08:00
Qiming Zhao
47d3dba90a Release 1.5.4 2020-08-08 20:52:08 +08:00
Qiming Zhao
fe7ce3a834 chore(package): update dependencies 2020-07-22 15:26:22 +08:00
Qiming Zhao
6d73216417 Release 1.5.3 2020-07-14 13:58:02 +08:00
Qiming Zhao
50d6c6241a use tsserver.pluginPaths replace tsserver.pluginRoot 2020-07-13 19:57:09 +08:00
Qiming Zhao
a065861beb Release 1.5.2 2020-06-20 11:25:55 +08:00
Qiming Zhao
031fa8f441 Go to Symbol in workspace includes all opened projects 2020-06-20 11:21:33 +08:00
Qiming Zhao
fde4e6cdd5 update typescript module 2020-06-20 10:45:50 +08:00
Qiming Zhao
f1d89b6c59 update dependencies 2020-05-21 14:57:14 +08:00
Qiming Zhao
1f46ed360e Release 1.5.1 2020-04-18 19:18:26 +08:00
Qiming Zhao
8fb49605c7 make sure new file loaded on rename 2020-04-18 17:39:04 +08:00
Qiming Zhao
41eeb3330d Release 1.5.0 2020-04-18 16:25:21 +08:00
Qiming Zhao
fe05e038d5 new features as VSCode
* Support tsserver.watchOptions
* Improve triggerCharacters for completion
* Configure command on server startup
2020-04-17 19:40:22 +08:00
Qiming Zhao
2a46480810 Release 1.4.15 2020-04-15 19:15:09 +08:00
Qiming Zhao
c40430420d Release 1.4.14 2020-04-15 16:16:08 +08:00
Qiming Zhao
17fdfd9462 Release 1.4.13 2020-04-10 19:57:35 +08:00
Qiming Zhao
64fd389b71 add preferences.importModuleSpecifierEnding configuration
Closes #136
2020-04-10 19:52:24 +08:00
Qiming Zhao
1d4e80edf8 change preferences.importModuleSpecifier default to auto 2020-04-10 18:54:01 +08:00
Qiming Zhao
22720dced6 Add configuration for includeAutomaticOptionalChainCompletions
Closes #134
2020-04-10 18:19:55 +08:00
Qiming Zhao
992f9a7362 Release 1.4.12 2020-03-23 11:36:37 +08:00
Konstantin Saveljev
7a8d2ec524
Add setting to configure the max memory for tsserver (#129) 2020-03-23 11:31:53 +08:00
Qiming Zhao
54bea1ec1a fix dependencies 2020-03-21 16:57:19 +08:00
Qiming Zhao
d5d4be5aa1 update dependencies 2020-03-21 16:40:03 +08:00
Qiming Zhao
e99f045359 update dependencies 2020-03-21 14:54:58 +08:00
Qiming Zhao
dae0cc36b0 Release 1.4.11 2020-03-09 09:05:33 +08:00
Qiming Zhao
5933c2a459 Release 1.4.10 2020-03-06 18:44:06 +08:00
Qiming Zhao
1f76767ffb Release 1.4.9 2019-12-11 18:50:37 +08:00
Qiming Zhao
aa9a8aa0e3 support semicolons format option 2019-12-11 18:50:15 +08:00
chemzqm
17c2877df5 Release 1.4.8 2019-11-23 17:18:14 +08:00
chemzqm
07e857d965 support format.enabled configuration 2019-11-23 17:17:49 +08:00
chemzqm
1d4026ed94 Release 1.4.7 2019-11-23 13:43:43 +08:00
chemzqm
f59086837e load formatOptons by document uri
Closes #81
2019-11-23 13:35:02 +08:00
chemzqm
3d537937a6 Release 1.4.6 2019-11-13 14:29:49 +08:00
Thomas B Homburg
c7c4eea74c Upgrade to typescript 3.7 (#91) 2019-11-07 16:15:16 +08:00
chemzqm
6de5817d03 Release 1.4.5 2019-10-31 09:56:49 +08:00
chemzqm
ce6a499436 update dependencies 2019-10-31 09:56:45 +08:00
chemzqm
a22270bede Release 1.4.4 2019-10-06 19:43:52 +08:00
chemzqm
c943393598 Release 1.4.3 2019-10-05 22:01:29 +08:00
chemzqm
d64d956388 Release 1.4.2 2019-10-02 15:35:27 +08:00
chemzqm
4bd9cde9dc Release 1.4.1 2019-09-23 13:13:12 +08:00
chemzqm
91fc042eb2 make useBatchedBufferSync used for update only
Avoid issues with buffer reload by checktime.
2019-09-23 13:12:38 +08:00
chemzqm
30cf468536 Release 1.4.0 2019-09-09 12:27:14 +08:00
chemzqm
486202a7e5 upgrade typescript module, remove noSemicolons preferences 2019-09-09 12:26:36 +08:00
chemzqm
4ac0cd85cd upgrade dependencies, closes #60 2019-08-17 23:37:04 +08:00
chemzqm
8daf0e45d5 Release 1.3.15 2019-08-01 09:25:50 +08:00
Taylon
03ba26c9f3 Add missing option "auto" to importModuleSpecifier (#54)
Hi,

Very minor thing, but just noticed that the "auto" option was missing in importModuleSpecifier
2019-08-01 08:26:36 +08:00
chemzqm
f8ed02524d remvoe webpack from dependencies 2019-07-22 02:11:41 +08:00
chemzqm
ed538dc3b5 Release 1.3.14 2019-07-20 03:08:24 +08:00
chemzqm
ee7f86fdf9 Release 1.3.13 2019-07-09 15:37:29 +08:00
chemzqm
f574fc35bd Release 1.3.12 2019-06-27 14:28:44 +08:00
chemzqm
09c17ab751 Release 1.3.11 2019-06-27 10:44:48 +08:00
chemzqm
c10f34304c add tsserver.ignoreLocalTsserver configuration 2019-06-27 10:43:32 +08:00
chemzqm
7c351af28f Release 1.3.10 2019-06-24 07:03:24 +08:00
chemzqm
224dbe4d9e Release 1.3.9 2019-06-20 19:37:59 +08:00
chemzqm
8ceb9b96f4 Release 1.3.8 2019-06-20 07:39:36 +08:00
chemzqm
143ebcf542 use webpack 2019-06-20 07:36:12 +08:00
chemzqm
4cc3ac524b Release 1.3.7 2019-06-14 19:28:30 +08:00
chemzqm
2f02125d73 Release 1.3.6 2019-06-13 22:53:40 +08:00
chemzqm
3e925b9d7c replace find-up 2019-06-13 22:52:57 +08:00
chemzqm
0d84cdf870 Revert "support b:coc_tsserver_disable, closes #13"
This reverts commit 5946299675.
2019-06-13 22:28:42 +08:00
chemzqm
ef9feca2fa Release 1.3.5 2019-06-13 13:19:19 +08:00
chemzqm
6db1ccdece Release 1.3.4 2019-06-12 20:43:09 +08:00
chemzqm
5946299675 support b:coc_tsserver_disable, closes #13 2019-06-12 20:42:41 +08:00
chemzqm
3c649ded27 Release 1.3.3 2019-06-12 19:50:50 +08:00
chemzqm
694450ac8a Release 1.3.2 2019-06-11 17:37:01 +08:00
chemzqm
9858fa98d8 Release 1.3.1 2019-06-11 15:43:03 +08:00