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
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