tht13 / Python-vscode

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

Extension issue #67

Open swapnilwagh2204 opened 3 years ago

swapnilwagh2204 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": 564,
        "activateCallTime": 12,
        "activateResolvedTime": 2,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "tht13.python",
                "_lower": "tht13.python"
            },
            "activationEvent": "onLanguage:python"
        }
    },
    "runtimeErrors": []
}
```: