cliffordfajardo / highlight-line-vscode

VScode Extension for Enhanced highlighting of the currently active line
https://marketplace.visualstudio.com/items?itemName=cliffordfajardo.highlight-line-vscode
MIT License
25 stars 9 forks source link

Extension issue #5

Open light9gmailcom opened 5 years ago

light9gmailcom commented 5 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

{
    "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 commented 5 months ago

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