eslint-plugin icon indicating copy to clipboard operation
eslint-plugin copied to clipboard

CPU 100% when using WebStorm (or IDEA)

Open splincode opened this issue 4 years ago • 0 comments

What did you expect to happen?

image

cwd /Users/User/Downloads/Develop/my-project
txt /usr/local/Cellar/node/12.6.0/bin/node
txt /usr/local/Cellar/icu4c/64.2/lib/libicui18n.64.2.dylib
txt /usr/local/Cellar/icu4c/64.2/lib/libicuuc.64.2.dylib
txt /usr/local/Cellar/icu4c/64.2/lib/libicudata.64.2.dylib
txt /Users/User/Downloads/Develop/my-project/node_modules/@typescript-eslint/typescript-estree/node_modules/fsevents/fsevents.node
txt /usr/lib/dyld

Running on Intel Core i7-3615QM machine uses 40-70% CPU consistently, even when there are no client request and no changes to the project directory.

What actually happened?

I see problems with this

node_modules/@typescript-eslint/typescript-estree/node_modules/fsevents/fsevents.node

Versions

package version
@typescript-eslint/typescript-estree latest
TypeScript latest
node latest
npm latest

https://github.com/microsoft/vscode-eslint/issues/721

splincode avatar Oct 21 '19 08:10 splincode