mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
commit
d2028b1a75
2 changed files with 2 additions and 2 deletions
|
|
@ -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: {
|
schema: {
|
||||||
type: "object",
|
type: "object",
|
||||||
properties: {
|
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: {
|
schema: {
|
||||||
type: "object",
|
type: "object",
|
||||||
properties: {
|
properties: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue