Commit graph

352 commits

Author SHA1 Message Date
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
Geoff Whatley
3a4f993918 resolve tsserver.js via an absolute path (#57)
this commit changes the `tsserver.js` resolution logic to use an
absolute path rather than a relative one. previously, if a user wanted
to use a `tsserver.js` that was local to a project but didn't live in
`node_modules` (which would be automatically resolved by default), the
`tsserver.tsdk` needed to be hardcoded to an absolute path. this
required the user to modify `coc-settings.json` each time they wished to
switch projects. by resolving to an absolute path, a user can now set
the value to a relative path which will resolve correctly per project.

this change facilitates simplified usage of Yarn v2's PnP feature, which
can generate a project-specific `tsserver.js` to enable correct IDE
integration.
2019-09-09 12:04:01 +08:00
Morgan McCauley
74bb59b24e Dispose of status bar item when disabling tsserver (#66) 2019-09-09 12:01:38 +08:00
Alex S
daeaf3ab6c doc(Readme): remove unsupported option (#64)
Removes `orgnizeImportOnSave` which has a typo (missing `a`) and there aren't any similar options.
2019-09-09 12:00:48 +08:00
Greg Hurrell
c80ae7b19b Fix mispelled variable name (#63) 2019-08-27 11:21:42 +08:00
chemzqm
4ac0cd85cd upgrade dependencies, closes #60 2019-08-17 23:37:04 +08:00
chemzqm
abaf374b7d doc 2019-08-17 17:59:50 +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
anark
e8c91d52ac Setup file watching for .tsx/.jsx as well as .ts/.js files (#53) 2019-07-31 01:12:15 +08:00
chemzqm
f8ed02524d remvoe webpack from dependencies 2019-07-22 02:11:41 +08:00
chemzqm
56c60a2ef1 improve check of statusItem 2019-07-22 02:06:03 +08:00
chemzqm
ed538dc3b5 Release 1.3.14 2019-07-20 03:08:24 +08:00
chemzqm
da55c11b9f fix showUnused not work 2019-07-20 03:08:11 +08:00
chemzqm
ee7f86fdf9 Release 1.3.13 2019-07-09 15:37:29 +08:00
chemzqm
ea84909a86 fix shouldTrigger check 2019-07-09 15:37:16 +08:00
chemzqm
f574fc35bd Release 1.3.12 2019-06-27 14:28:44 +08:00
chemzqm
87e09cfb18 cache error on require typescript module 2019-06-27 14:28:21 +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
74bd823e4e check if buffer is handled 2019-06-26 12:33:39 +08:00
chemzqm
7c351af28f Release 1.3.10 2019-06-24 07:03:24 +08:00
chemzqm
686f2b2110 catch error on signatureHelp 2019-06-24 07:03:01 +08:00
chemzqm
224dbe4d9e Release 1.3.9 2019-06-20 19:37:59 +08:00
chemzqm
4fc7de6766 fix tsserver module not resolved 2019-06-20 19:37:40 +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
27887574ef fix error thrown on highlight 2019-06-14 19:28:19 +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
d7e2a9dfbb restart tsserver on normal exit 2019-06-13 13:18:50 +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
8b3a276e18 fix proposed module not found 2019-06-12 19:50:37 +08:00
chemzqm
58d6fc756d ignore package-lock.json 2019-06-12 19:47:16 +08:00
chemzqm
694450ac8a Release 1.3.2 2019-06-11 17:37:01 +08:00
chemzqm
c3d2bc4d4d fix suggestionActions.enabled option not working 2019-06-11 17:36:41 +08:00
chemzqm
bda7301e8b Merge remote-tracking branch 'origin/master' 2019-06-11 15:43:43 +08:00
chemzqm
9858fa98d8 Release 1.3.1 2019-06-11 15:43:03 +08:00
chemzqm
fff7bdd57f fix validate.enable not work sometimes 2019-06-11 15:42:52 +08:00
Rich Churcher
9397db62f2 Expand JSX/TSX note to mention typescriptreact (#38) 2019-06-11 12:23:34 +08:00
chemzqm
1e6153289f Release 1.3.0 2019-06-10 02:35:26 +08:00
chemzqm
f1aa930569 add new features:
- Loading status
- Batched buffer synchronize
- Configuration for showUnused variable
- Smart selection support
- Support 'auto' as quoteStyle
- Support validateDefaultNpmLocation
2019-06-10 02:24:30 +08:00
chemzqm
a3d81e2cb8 use new API for documentHighlight 2019-06-09 23:01:07 +08:00
chemzqm
046670f54b udpate dependencies 2019-06-09 22:03:27 +08:00