如何在 VS Code 中添加 JSON5 架构?

Cha*_*pau 7 intellisense visual-studio-code json5

我正在尝试在 VS Code 中的 settings.json 文件中配置 JSON5 架构,[以具有智能感知]

我想做一些类似于今天可用于 JSON 编辑的事情https://code.visualstudio.com/docs/languages/json#_mapping-in-the-user-settings,如下所示

"json5.schemas": [
    {
        "fileMatch": [
            "*test.json5"
        ],
        "url": "https://example.com/json-schemas/example.json5"
    }
]
Run Code Online (Sandbox Code Playgroud)

你能帮我实现这个目标吗(通过 VSCode 内的任何方式)?

动机:请注意,截至本文,IntelliJ IDEA 支持 JSON5 https://www.jetbrains.com/help/idea/json.html#ws_json_choose_version