Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
vscode扩展[tht13.python]:';configuration.jsonValidation.url';_Json_Visual Studio Code_Vscode Settings - Fatal编程技术网

vscode扩展[tht13.python]:';configuration.jsonValidation.url';

vscode扩展[tht13.python]:';configuration.jsonValidation.url';,json,visual-studio-code,vscode-settings,Json,Visual Studio Code,Vscode Settings,我在使用VSCode时收到此错误通知: [tht13.python]: 'configuration.jsonValidation.url' must be an absolute URL or start with './' to reference schemas located in the extension. 我已找到并将jsonValidation更改为: "jsonValidation": [ {

我在使用VSCode时收到此错误通知:

[tht13.python]: 'configuration.jsonValidation.url' must be
                an absolute URL or start with './' to reference 
                schemas located in the extension.
我已找到并将
jsonValidation
更改为:

"jsonValidation": [
    {
        "fileMatch": ".condarc",
        "url": "./schemas/condarc.json"
    },
    {
        "fileMatch": "environment.yml",
        "url": "./schemas/conda-environment.json"
    },
    {
        "fileMatch": "meta.yaml",
        "url": "./schemas/conda-meta.json"
    }
]
package.json
中,但它仍然不起作用


如何解决这个问题?

您正在使用扩展名“Python for VSCode”(tht13.Python)。看起来不再维护此扩展()


也许你应该换个分机。我对微软的“Python”(ms Python.Python)扩展非常满意

不幸的是,ms-Python.Python与Python3的注释语法不兼容:(@novox你能更具体地解释一下“与Python3的注释语法不兼容”是什么意思吗?键入提示和docstring对我来说很好。糟糕的是,我添加了一个问题,这个过时的扩展还有一个幽灵。