chemzqm
394772e0b9
Release 1.2.5
2019-06-05 23:29:50 +08:00
chemzqm
26bb4b4872
add organizeImports codeAction
2019-06-05 23:11:56 +08:00
chemzqm
e316d80577
Release 1.2.4
2019-06-04 14:44:09 +08:00
chemzqm
ab0927f744
feat(quickfix): mark sigle fix isPrefered
2019-06-04 14:23:12 +08:00
chemzqm
4db91bd8b7
Release 1.2.3
2019-06-03 21:44:19 +08:00
chemzqm
69a9f1b2f8
fix(package): fix format configuration, fix #32
2019-06-03 21:43:48 +08:00
chemzqm
d4d3c933e8
Release 1.2.2
2019-05-27 20:04:52 +08:00
Heyward Fann
4d1714e057
remove TS version from status line ( #30 )
2019-05-23 09:59:41 +08:00
chemzqm
aae6fbc40b
use npm-run-all
2019-04-28 14:47:20 +08:00
chemzqm
cd04c5ffe9
add package-lock.json
2019-04-27 12:25:20 +08:00
Qiming zhao
e65a543df5
Merge pull request #23 from chmln/patch-1
...
package.json - remove unneeded usage of yarn
2019-04-27 12:22:08 +08:00
chemzqm
8ee36f037d
chore doc
2019-04-25 23:06:48 +08:00
Gregory
a8750464ef
Remove unneeded usage of yarn
2019-04-24 20:13:41 -04:00
Qiming zhao
a81683c7b1
Merge pull request #21 from ckipp01/patch-1
...
Grammar fixes
2019-04-20 04:10:21 +08:00
Chris
5316f041b5
Revert back nvm name
2019-04-19 22:08:51 +02:00
Chris
33c158e170
Grammar fixes
...
Just some small grammar fixes to make the readme a bit smoother. I also added in a link to submit new issues.
2019-04-19 21:52:07 +02:00
chemzqm
e213179128
Release 1.2.1
2019-04-19 20:56:26 +08:00
chemzqm
7563b04482
use local tsserverForkStart
2019-04-19 20:56:00 +08:00
chemzqm
6af7cf518a
Release 1.2.0
2019-04-19 19:07:15 +08:00
chemzqm
8f7bf42a36
resolve tsc from workspaceFolder
2019-04-19 18:27:37 +08:00
chemzqm
fe5c4d84dd
resolve local tsserver from workspaceFolders
2019-04-19 18:00:05 +08:00
chemzqm
f29a6f424b
use workspaceFolder for project root
2019-04-19 17:42:55 +08:00
chemzqm
4671415826
Release 1.1.35
2019-04-12 19:24:18 +08:00
chemzqm
cd7391f846
fix watchBuild throw error, fix #18
2019-04-12 19:23:36 +08:00
chemzqm
aab02eb8a6
Release 1.1.34
2019-04-12 16:33:36 +08:00
chemzqm
898bf1585f
use vim to run watchBuild
2019-04-12 16:33:19 +08:00
chemzqm
845812f3b3
Release 1.1.33
2019-04-05 11:38:23 +08:00
chemzqm
b192c64c3a
downgrade typescript to 3.3.4000
2019-04-05 11:38:06 +08:00
chemzqm
e76a4ef550
fix status item not shown with javascript document
2019-04-05 11:37:43 +08:00
chemzqm
37ef82a0aa
Release 1.1.32
2019-04-04 18:06:50 +08:00
chemzqm
1ce5fc0bb8
add contributes of rootPatterns
2019-04-04 18:06:38 +08:00
chemzqm
c24e356aa3
Release 1.1.31
2019-04-03 14:52:19 +08:00
chemzqm
577ea1e8cc
update dependencies
2019-04-03 14:52:08 +08:00
chemzqm
964a295cfb
add relatted extensions
2019-03-30 20:27:10 +08:00
chemzqm
64b690aecf
doc
2019-03-27 19:02:33 +08:00
chemzqm
d6ebd2b613
fix getProjectRootPath, fix #15
2019-03-23 18:44:28 +08:00
chemzqm
395828b23e
Release 1.1.30
2019-03-13 11:10:05 +08:00
chemzqm
24c2aa73c7
fix undefined promise
2019-03-13 11:09:01 +08:00
chemzqm
cbb489c462
rework of typescriptService, support interuptGetErr
2019-03-12 18:48:45 +08:00
chemzqm
77690fb036
Release 1.1.29
2019-03-05 23:55:10 +08:00
chemzqm
c19953dbd8
improve tslint
2019-03-05 23:54:43 +08:00
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