Skip to content

Commit 495bd1a

Browse files
committed
update README.md
Signed-off-by: Morgan Chang <shin19991207@gmail.com>
1 parent 5dbea57 commit 495bd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ It is possible to specify a yaml schema using a modeline. Schema url can be a re
146146

147147
### Associating a schema to a glob pattern via yaml.schemas:
148148

149-
`yaml.schemas` applies a schema to a file. In other words, the schema (placed on the left) is applied to the glob pattern on the right. Your schema can be local or online. Your schema must be a relative path and not an absolute path. The entrance point for `yaml.schemas` is a location in [user and workspace settings](https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings)
149+
`yaml.schemas` applies a schema to a file. In other words, the schema (placed on the left) is applied to the glob pattern on the right. Your schema can be local or online. Local schema paths can be relative to the project root or absolute paths. The entrance point for `yaml.schemas` is a location in [user and workspace settings](https://code.visualstudio.com/docs/getstarted/settings#_creating-user-and-workspace-settings)
150150

151151
When associating a schema it should follow the format below
152152
```JSON

0 commit comments

Comments
 (0)