mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Fix comment in sample
This commit is contained in:
parent
7e0afc8f43
commit
b817a5d6b8
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