atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link

Extension issue #57

Open tpfarul opened 4 years ago

tpfarul commented 4 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 6,
        "activateCallTime": 370,
        "activateResolvedTime": 544,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "Atishay-Jain.All-Autocomplete",
                "_lower": "atishay-jain.all-autocomplete"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": [
        {
            "name": "TypeError",
            "message": "Cannot read property 'document' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'document' of undefined"
        }
    ]
}