Skip to content

Commit

Permalink
Merge bd3dee9 into 45a056e
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed May 31, 2019
2 parents 45a056e + bd3dee9 commit 21ff1cc
Show file tree
Hide file tree
Showing 2 changed files with 639 additions and 651 deletions.
12 changes: 2 additions & 10 deletions README.md
Expand Up @@ -90,8 +90,7 @@ When associating a schema it should follow the format below
```
yaml.schemas: {
"url": "globPattern",
"Kubernetes": "globPattern",
"kedge": "globPattern"
"Kubernetes": "globPattern"
}
```

Expand All @@ -109,13 +108,6 @@ yaml.schemas: {
"kubernetes": "/myYamlFile.yaml"
}
```
e.g.
```
yaml.schemas: {
"kedge": "/myKedgeApp.yaml"
}
```

e.g.
```
yaml.schemas: {
Expand All @@ -124,7 +116,7 @@ yaml.schemas: {
}
```

`yaml.schemas` extension allows you to specify json schemas that you want to validate against the yaml that you write. Kubernetes and kedge are optional fields. They do not require a url as the language server will provide that. You just need the keywords kubernetes/kedge and a glob pattern.
`yaml.schemas` allows you to specify json schemas that you want to validate against the yaml that you write. Kubernetes is an optional field. It does not require a url as the language server will provide that. You just need the keyword kubernetes and a glob pattern.

## Clients
This repository only contains the server implementation. Here are some known clients consuming this server:
Expand Down

0 comments on commit 21ff1cc

Please sign in to comment.