vscode-requirejs icon indicating copy to clipboard operation
vscode-requirejs copied to clipboard

Extension Causes High CPU Usage

Open fatihky opened this issue 4 years ago • 1 comments

Hi, my VS Code has been using one CPU core at 100% for a few days. I finally found that your extension uses that CPU. I don't know how to solve this but I thought that reporting the issue may help.

Here is the details:

  • Issue Type: Bug
  • Extension Name: require-js
  • Extension Version: 0.1.33
  • OS Version: Darwin x64 19.3.0
  • VSCode version: 1.43.2

From my clipboard (VS Code copied this):

{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 57,
		"activateCallTime": 1,
		"activateResolvedTime": 22,
		"activationReason": {
			"startup": false,
			"extensionId": {
				"value": "lici.require-js",
				"_lower": "lici.require-js"
			},
			"activationEvent": "onLanguage:javascript"
		}
	},
	"runtimeErrors": []
}

fatihky avatar Apr 07 '20 08:04 fatihky

An example project structure to reproduce the issue would be really nice. Don't expect a quick fix though, I really don't have enough time for this repository lately.

anacierdem avatar Apr 24 '20 22:04 anacierdem