Commit graph

326 commits

Author SHA1 Message Date
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
fabriziobertoglio1987
f0a9f46dad
README - Add info about typescript issue 37777 (#272)
* adding info to readme

* give basic info about typescript issue with node_modules

* adding link

* just include the link
2021-04-07 18:28:07 +08:00
Qiming Zhao
17dc0c235c Release 1.6.8 2021-02-22 18:44:16 +08:00
Qiming Zhao
0f3e462afd fix untitled buffer not work
Closes #261
2021-02-22 18:44:16 +08:00
Pranshu Srivastava
e3eae62e37
Nitpick: Spelling fix. (#258)
PTAL.
2021-02-11 13:05:02 +08:00
yaegassy
8e976d297b
Fix code block in README (#257) 2021-02-09 18:54:01 +08:00
ruslanzelinskyy
7a742d6a3b
Update Readme.md (#250)
https://github.com/neoclide/coc-tsserver/issues/249
2021-01-19 14:16:58 +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
a24ce777ee add version string to statusline 2020-12-22 14:59:34 +08:00
Qiming Zhao
9c5ee81b12 Release 1.6.6 2020-12-21 16:51:52 +08:00
Qiming Zhao
e209c1999f fix tags undefined
Closes #242
2020-12-21 16:51:36 +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
7f0b662778 fix error on dispose 2020-12-17 15:41:00 +08:00
Qiming Zhao
bac3ec6149 Release 1.6.4 2020-12-16 11:34:12 +08:00
Qiming Zhao
3ad16ac686 improve organizeImports for single document 2020-12-16 11:33:34 +08:00
Hiroki Sanpei
366475a119
Fix default value of importModuleSpecifierEnding on Readme.md (#240) 2020-12-13 13:33:55 +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
d99de1761c Add funding.yml 2020-12-09 15:41:00 +08:00
Qiming Zhao
95e15b09da update snippets 2020-12-09 15:31:49 +08:00
Qiming Zhao
a31d8acf66 fix validate settings not respected
Closes #238
2020-12-09 15:21:17 +08:00
Qiming Zhao
cca85a2724 fix invalid uri
Closes #237
2020-12-09 14:04:50 +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
c4ae2c2fbf rework bufferSyncSupport 2020-12-07 18:57:53 +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
2acdb233c6 fix not work witk javascriptjsx filetype 2020-11-24 12:32:07 +08:00
Qiming Zhao
c08e52f97e use workspace.expand for npm path 2020-11-24 11:36:50 +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
6ef7f7eb9e doc 2020-11-02 18:18:39 +08:00
Qiming Zhao
4bb9a7eb45 fix doc 2020-10-27 16:24:53 +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
20d2b6fd32 fix duplicated workspace symbols provider 2020-10-05 19:00:15 +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
樊冬
43117c63b0
fix: fix up the locale (#205) 2020-09-18 16:00:54 +08:00
Qiming Zhao
660c688d55 Release 1.5.6 2020-09-12 01:27:27 +08:00
Qiming Zhao
ae48046032 fix isPreferred of CodeAction 2020-09-12 01:26:53 +08:00