English | 简体中文 | Github | Gitee
$schema
attribute to the json file. (Not recommended)"$schema": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
settings.json
"json.schemas": [
{
"url": "https://abgox.github.io/schema/biomejs/zh-CN/biome-min.json",
"fileMatch": [
"biome.json"
]
}
]
Settings
=> Languages & Frameworks
=> Schemas and DTDS
=>JSON Schema Mappings
Add the -min
from the file name, which means the compressed file. (e.g. biome.json
)
|Schema|Source|
|:-:|:-:|
|zh-CN
biomejs/biome.json
biomejs/biome-min.json|
|en-US
biomejs/biome.json
biomejs/biome-min.json|https://raw.githubusercontent.com/biomejs/biome/main/packages/%40biomejs/biome/configuration_schema.json |
|zh-CN
eslint/eslintrc.json
eslint/eslintrc-min.json|
|en-US
eslint/eslintrc.json
eslint/eslintrc-min.json|https://json.schemastore.org/eslintrc.json|
|zh-CN
prettier/prettierrc.json
prettier/prettierrc-min.json|
|en-US
prettier/prettierrc.json
prettier/prettierrc-min.json|https://json.schemastore.org/prettierrc.json|
|zh-CN
PSCompletions/completion.json
PSCompletions/completion-min.json|
|en-US
PSCompletions/completion.json
PSCompletions/completion-min.json||
|zh-CN
PSCompletions/config.json
PSCompletions/config-min.json|
|en-US
PSCompletions/config.json
PSCompletions/config-min.json||
|zh-CN
Scoop/manifest.json
Scoop/manifest-min.json|
|en-US
Scoop/manifest.json
Scoop/manifest-min.json||
|zh-CN
typescript/tsconfig.json
typescript/tsconfig-min.json|
|en-US
typescript/tsconfig.json
typescript/tsconfig-min.json|https://json.schemastore.org/tsconfig.json |