Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension Causes High CPU Usage #66

Open
fatihky opened this issue Apr 7, 2020 · 1 comment
Open

Extension Causes High CPU Usage #66

fatihky opened this issue Apr 7, 2020 · 1 comment

Comments

@fatihky
Copy link

fatihky commented Apr 7, 2020

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": []
}
@anacierdem
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants