tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

TypeErrors #23

Open andi1984 opened 6 years ago

andi1984 commented 6 years ago
{
    "activationTimes": {
        "startup": false,
        "codeLoadingTime": 42,
        "activateCallTime": 12,
        "activateResolvedTime": 0,
        "activationEvent": "onLanguage:python"
    },
    "runtimeErrors": [
        {
            "name": "TypeError",
            "message": "Cannot read property 'text' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'text' of undefined"
        }
    ]
}