Merge pull request #2161 from Gittenburg/master

Fix comment in sample
pull/2186/head
Alexandru Dima 4 years ago committed by GitHub
commit d2028b1a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
}
}
}, {
uri: "http://myserver/bar-schema.json", // id of the first schema
uri: "http://myserver/bar-schema.json", // id of the second schema
schema: {
type: "object",
properties: {

@ -27,7 +27,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
}
}
}, {
uri: "http://myserver/bar-schema.json", // id of the first schema
uri: "http://myserver/bar-schema.json", // id of the second schema
schema: {
type: "object",
properties: {

Loading…
Cancel
Save