Qiming Zhao
ef22359a1b
Retrive tscPath from typescriptServiceClient
2020-04-17 15:47:45 +08:00
Qiming Zhao
52f625c453
support yarn2 with pnpify
2020-04-17 12:19:17 +08:00
Qiming Zhao
2a46480810
Release 1.4.15
2020-04-15 19:15:09 +08:00
Qiming Zhao
916af592dd
fix insertText for optional completionItem
2020-04-15 19:14:50 +08:00
Qiming Zhao
c40430420d
Release 1.4.14
2020-04-15 16:16:08 +08:00
Qiming Zhao
eec50a98f2
improve resolved completionItem
...
Closes #137
2020-04-15 16:15:19 +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
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