tht13 / Python-vscode

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

Extension issue #60

Open qSenkMillo opened 3 years ago

qSenkMillo commented 3 years ago
{
    "messages": [
        {
            "type": 3,
            "message": "'configuration.jsonValidation.url' must be an absolute URL or start with './'  to reference schemas located in the extension.",
            "extensionId": {
                "value": "tht13.python",
                "_lower": "tht13.python"
            },
            "extensionPointId": "jsonValidation"
        }
    ],
    "activationTimes": {
        "codeLoadingTime": 44,
        "activateCallTime": 22,
        "activateResolvedTime": 96,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "tht13.python",
                "_lower": "tht13.python"
            },
            "activationEvent": "onLanguage:python"
        }
    },
    "runtimeErrors": [
        {
            "name": "TypeError",
            "message": "Cannot read property 'text' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'text' of undefined"
        },
        {
            "name": "TypeError",
            "message": "Cannot read property 'text' of undefined"
        }
    ]
}

How do I fix this?

GitMensch commented 1 year ago

should be closed as duplicate of #43 (additional info: also happened on a newer vscode version on Win10)