Commit graph

209 commits

Author SHA1 Message Date
chemzqm
e68adfbe0b support plugins 2019-03-05 23:44:01 +08:00
chemzqm
a7278f7f84 Release 1.1.28 2019-02-23 15:55:06 +08:00
chemzqm
ac0b3d8293 add importFix for node modules 2019-02-23 15:54:45 +08:00
chemzqm
93664d6aa3 Merge branch 'master' of https://github.com/neoclide/coc-tsserver 2019-02-20 02:43:29 +08:00
chemzqm
f98827dd01 Release 1.1.27 2019-02-20 02:39:40 +08:00
chemzqm
8febbe9418 fix snippet generate 2019-02-20 02:39:22 +08:00
Qiming zhao
9e7f12842a
Merge pull request #11 from jpoppe/patch-2
bug fix: workspace.cwd -> workspace.root in getProjectRootPath()
2019-02-16 03:25:03 +08:00
Jasper Poppe
be81ec4e6b
bug fix: workspace.cwd -> workspace.root in getProjectRootPath()
I think workspace.cwd should become workspace.root, this fixes the tsserver behaviour in my projects (where I use paths, etc in my tsconfig.json), without this the getProjectRootPath method returns the 'source file' path .

Please correct me if I am wrong, I am still new to the code base and this took me hours to figure out ;)
2019-02-13 09:56:41 +01:00
Qiming zhao
cb75962a35
Merge pull request #10 from jpoppe/patch-1
fixed typo: getDignosticsKind -> getDiagnosticsKind
2019-02-13 02:46:34 +08:00
Jasper Poppe
c16e21dd06
fixed typo: getDignosticsKind -> getDiagnosticsKind 2019-02-12 18:37:31 +01:00
chemzqm
0473880f30 use workspace.cwd when config file not resolved 2019-02-06 23:51:51 +08:00
chemzqm
da9f6cc3bd Release 1.1.26 2019-02-06 21:54:47 +08:00
chemzqm
a61c8b03b8 improve watchBuild command
- Use background process
- Statusline support
2019-02-06 21:53:55 +08:00
chemzqm
dab8e1509d add install modules codeAction 2019-02-06 17:12:10 +08:00
chemzqm
93f82a96a6 fix duplicated fix for unused variable 2019-02-06 11:01:42 +08:00
chemzqm
ffd7985026 Release 1.1.25 2019-02-06 08:21:01 +08:00
chemzqm
43d61273c8 support autofix of node modules import 2019-02-06 08:20:41 +08:00
chemzqm
9b1c461d82 fix check for uri scheme 2019-02-03 06:01:47 +08:00
chemzqm
e057a5a903 Release 1.1.24 2019-02-01 13:06:54 +08:00
chemzqm
96e9133f9a use cwd as project root when possible 2019-02-01 13:06:37 +08:00
chemzqm
bc53e6dbb5 Release 1.1.23 2019-01-25 20:28:57 +08:00
chemzqm
ed95234b22 use workspace root as project root when possible 2019-01-25 20:28:12 +08:00
chemzqm
b1fcf886cc add command: tsserver.executeAutofix 2019-01-22 16:29:30 +08:00
chemzqm
9da6ce8838 Release 1.1.22 2019-01-22 14:17:42 +08:00
chemzqm
931a0046d9 fix(tsserver): fix project root path resolve 2019-01-22 14:17:18 +08:00
chemzqm
d1d341b2a8 fix compile fail with tsc 3.2.2 2018-12-29 19:49:36 +08:00
chemzqm
14df7c3b0b Release 1.1.21 2018-12-28 17:54:14 +08:00
chemzqm
71fa0e5ef9 fix snippet for function call 2018-12-28 17:54:02 +08:00
chemzqm
ae4f8410f2 Release 1.1.20 2018-12-25 15:25:49 +08:00
chemzqm
c324456e5d fix startcol & textEdit, fix #7 2018-12-25 15:23:57 +08:00
chemzqm
c123b19762 Release 1.1.19 2018-12-17 22:17:40 +08:00
chemzqm
1f1c230456 fix registerCodeActionProvider with CodeActionKind 2018-12-17 22:17:23 +08:00
chemzqm
8cdfd694a5 Release 1.1.18 2018-12-14 21:19:40 +08:00
chemzqm
01ccf2cc6d fix match of terminal uri 2018-12-14 21:19:26 +08:00
chemzqm
44f55c6167 update snippet 2018-12-09 01:21:48 +08:00
chemzqm
5aa060a04b Release 1.1.17 2018-12-07 16:30:12 +08:00
chemzqm
51893f971d rework function snippet 2018-12-04 13:38:12 +08:00
chemzqm
ec6e406594 remove textEdit of completionItem 2018-12-04 12:17:57 +08:00
chemzqm
5d0c6830fc fix command title of codeLens, same as VSCode 2018-11-30 12:37:28 +08:00
chemzqm
d9680b9764 Release 1.1.16 2018-11-28 07:45:19 +08:00
chemzqm
d0b5bc760d fix label of signatureHelp 2018-11-28 04:18:32 +08:00
chemzqm
e09eb88031 Release 1.1.15 2018-11-24 20:57:26 +08:00
chemzqm
ce1aff4981 check position for function snippet 2018-11-24 20:56:49 +08:00
chemzqm
ecd2189c15 Release 1.1.14 2018-11-24 00:13:15 +08:00
chemzqm
92be2f36bc add keywords 2018-11-24 00:13:06 +08:00
chemzqm
0516e033b0 improve doc 2018-11-18 22:40:30 +08:00
chemzqm
6a129d6b80 fix snippet 2018-11-16 13:23:06 +08:00
chemzqm
5004251827 Release 1.1.13 2018-11-14 14:20:30 +08:00
chemzqm
cb40287f1d add triggerCharacters for SignatureHelp 2018-11-14 14:20:14 +08:00
chemzqm
61333313ae remove comments from snippet body 2018-11-14 13:15:55 +08:00