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 issue #5

Open
light9gmailcom opened this issue Nov 5, 2019 · 1 comment
Open

Extension issue #5

light9gmailcom opened this issue Nov 5, 2019 · 1 comment

Comments

@light9gmailcom
Copy link

  • Issue Type: Bug
  • Extension Name: highlight-line-vscode
  • Extension Version: 0.0.1
  • OS Version: Darwin x64 19.0.0
  • VSCode version: 1.40.0-insider

⚠️ We have written the needed data into your clipboard. Please paste! ⚠️

{
	"messages": [],
	"activationTimes": {
		"codeLoadingTime": 2,
		"activateCallTime": 2,
		"activateResolvedTime": 89,
		"activationReason": {
			"startup": true,
			"extensionId": {
				"value": "cliffordfajardo.highlight-line-vscode",
				"_lower": "cliffordfajardo.highlight-line-vscode"
			},
			"activationEvent": "*"
		}
	},
	"runtimeErrors": [
		{
			"name": "TypeError",
			"message": "Cannot read property 'selection' of undefined"
		}
	]
}
@ericcarraway
Copy link

Thanks for this extension @cliffordfajardo . 🙏🏻

If it helps someone debug:

  1. Shift+Cmd+U to view the OUTPUT tab
  2. Select "Extension Host" in the dropdown
  3. View the error "[error] Error: [ExtensionListenerError] Extension 'cliffordfajardo.highlight-line-vscode' FAILED to handle event: TypeError: Cannot read properties of undefined (reading 'selection')"
cliffordfajardo-highlight-line-vscode-error-2024-07-06

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

No branches or pull requests

2 participants