添加 VSCode 配置以支持 YAML 模式和文件关联
This commit is contained in:
14
.vscode/settings.json
vendored
Normal file
14
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://json.schemastore.org/drone.json": [
|
||||||
|
".drone*"
|
||||||
|
],
|
||||||
|
"https://json.schemastore.org/github-workflow.json": [
|
||||||
|
".gitea/workflows/*.yml",
|
||||||
|
".gitea/workflows/*.yaml",
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"files.associations": {
|
||||||
|
".drone.yml.off": "yaml"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user