axetroy / vscode-npm-import-package-version

An extension to show npm package's version in you code.
https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-npm-import-package-version#overview
Other
9 stars 3 forks source link

Extension causes high cpu load #57

Closed chonthichayaver closed 3 years ago

chonthichayaver commented 4 years ago

:warning: Make sure to attach this file from your home-directory: :warning:C:\Users\Chonthicha Yaver\axetroy.vscode-npm-import-package-version-unresponsive.cpuprofile.txt

Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load

BannerBomb commented 4 years ago

same here, my OS is Ubuntu 18.04.3 LTS x64 VSCode Version: November 2019 (version 1.41) Extension Version: 0.6.1 axetroy.vscode-npm-import-package-version-unresponsive.cpuprofile.txt

axetroy commented 4 years ago

I am trying to solve this

The newly released version now uses LSP and uses C/S architecture.

Achieving segregation of progress may solve this problem