mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-21 15:52:56 +00:00
添加yml 校验提示功能
This commit is contained in:
parent
7c61d155e6
commit
dcb724a16e
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,7 +10,7 @@
|
||||
|
||||
**/lib
|
||||
|
||||
**/.vscode
|
||||
**/.vscode/launch.*
|
||||
|
||||
**/yarn.lock
|
||||
settings.yml
|
||||
|
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"redhat.vscode-yaml"
|
||||
]
|
||||
}
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"https://steedos.github.io/schemas/app/schema.json": "/*.app.yml",
|
||||
"https://steedos.github.io/schemas/object/schema.json": "/*.object.yml"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user