tht13 / Python-vscode

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

Extension issue #66

Open ricci11 opened 3 years ago

ricci11 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": 1247,
        "activateCallTime": 19,
        "activateResolvedTime": 21,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "tht13.python",
                "_lower": "tht13.python"
            },
            "activationEvent": "onLanguage:python"
        }
    },
    "runtimeErrors": [
        {
            "name": "Error",
            "message": "Channel closed"
        },
        {
            "name": "Error",
            "message": "Channel closed"
        }
    ]
}