Commit graph

232 commits

Author SHA1 Message Date
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
c474a8c63b use custom temp fodler 2020-03-06 18:44:06 +08:00
Aaron Zemetres
c1c3017081
docs(readme): clarifying nvm instructions (#123) 2020-03-06 12:39:01 +08:00
Stanislav Seletskiy
4b63ed7b91
gitignore: add node_modules (#121) 2020-03-04 10:03:31 +08:00
Max Coplan
89998609d4
Deprecate TSLint (#115)
* Deprecate TSLint

TSLint has been [deprecated](https://github.com/palantir/tslint/issues/4534).  Should put `eslint` first to direct users there.

* Fixed typo

misspelled "TypeScript"
2020-02-07 14:23:48 +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
4f493d6c35 doc 2019-11-23 18:40:48 +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
f9309a6d80 use configuration for each document 2019-11-23 17:11:42 +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
Alexander Tesfamichael
d48cc4a312 Make troubleshooting one word in readme (#97) 2019-11-20 10:31:38 +08:00
chemzqm
3d537937a6 Release 1.4.6 2019-11-13 14:29:49 +08:00
Heyward Fann
4da03344c0 Fix dependencies error while upgrade to Typescript 3.7 (#93)
* Revert "Upgrade to typescript 3.7 (#91)"

This reverts commit c7c4eea74c.

* fix(package.json): upgrade TS 3.7

fix #92
2019-11-13 14:26:39 +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
gavrilyak
aef36c8345 fix rename feature (#86)
* fix rename feature

* Update fileConfigurationManager.ts
2019-10-31 09:33:49 +08:00
chemzqm
a22270bede Release 1.4.4 2019-10-06 19:43:52 +08:00
chemzqm
59e8093402 fix watchBuild task failed 2019-10-06 19:43:39 +08:00
chemzqm
c943393598 Release 1.4.3 2019-10-05 22:01:29 +08:00
chemzqm
2b9c89822d use global tsc when local tsc not found 2019-10-05 22:01:18 +08:00
chemzqm
d64d956388 Release 1.4.2 2019-10-02 15:35:27 +08:00
Heyward Fann
eb88dbd0f2 fix(server): fix reportUnnecessary (#78)
close #77
2019-10-02 15:16:01 +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
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