Skip to content

Commit dadde5d

Browse files
Merge pull request #742 from LunaticMaestro/patch-1
Alternate way to add local schema in windows
2 parents c091672 + ca7d536 commit dadde5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ On Windows with full path:
145145
```json
146146
yaml.schemas: {
147147
"C:\\Users\\user\\Documents\\custom_schema.json": "someFilePattern.yaml",
148+
"file:///C:/Users/user/Documents/custom_schema.json": "someFilePattern.yaml",
148149
}
149150
```
150151

0 commit comments

Comments
 (0)