mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +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: {
|
||||
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…
Add table
Add a link
Reference in a new issue