Commit graph

16 commits

Author SHA1 Message Date
Qiming Zhao
464adfcb0a
use Tsserver_path for resolved tsc path
Closes 
2022-02-18 03:46:45 +08:00
Qiming Zhao
6d3036523e use esbuild replace webpack 2021-01-06 17:42:01 +08:00
Qiming Zhao
954e292f2f use next release of coc.nvim 2020-12-17 20:28:49 +08:00
Qiming Zhao
37618c49eb update dependencies 2020-11-13 12:43:45 +08:00
Hyeon Kim (김지현)
8113366d5e
Support the new path of Yarn v2 pnpify SDK ()
Pnpify SDKs are not located in `.vscode/pnpify` anymore. It's in
`.yarn/sdks` instead. Adding it to MODULE_FOLDERS.

Reference:
  https://github.com/yarnpkg/berry/pull/1446
  https://github.com/yarnpkg/berry/pull/1481
  52f625c453
2020-07-14 12:53:22 +08:00
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
Geoff Whatley
3a4f993918 resolve tsserver.js via an absolute path ()
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
chemzqm
87e09cfb18 cache error on require typescript module 2019-06-27 14:28:21 +08:00
chemzqm
c10f34304c add tsserver.ignoreLocalTsserver configuration 2019-06-27 10:43:32 +08:00
chemzqm
4fc7de6766 fix tsserver module not resolved 2019-06-20 19:37:40 +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
f4ed223296 use bundled version if local tsserver not found 2018-10-14 10:14:11 +08:00
chemzqm
474f1bd827 fix locate of bundled typescript module 2018-09-27 19:30:26 +08:00
chemzqm
54d03a04c1 init 2018-09-07 20:40:51 +08:00