neoclide / coc-tsserver

Tsserver extension for coc.nvim that provide rich features like VSCode for javascript & typescript
MIT License
1.06k stars 68 forks source link

CocServer Cancel All request after npm install. #431

Open chaozwn opened 1 year ago

chaozwn commented 1 year ago

reproduce

  1. yarn add @prisma/client
  2. run code action import
  3. all action failed.
chaozwn commented 1 year ago

it seems run tsserver.reloadProjects have same problem.

chemzqm commented 1 year ago

Should be issue with tsserver

chaozwn commented 6 months ago

Should be issue with tsserver

Should be issue with tsserver

Watchman crashed after instantaneously monitoring a vast number of file changes in node_modules, possibly tens of thousands.

fannheyward commented 6 months ago

@chaozwn try add . watchmanconfig in your project root.

{
  "ignore_dirs": [
    "_site",
    "node_modules",
    "dist",
    "coverage",
    "build",
    "logs"
  ]
}