Browse Source

Merge pull request #2161 from Gittenburg/master

Fix comment in sample
Alexandru Dima 4 years ago
parent
commit
d2028b1a75

+ 1 - 1
test/playground.generated/extending-language-services-configure-json-defaults.html

@@ -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: {

+ 1 - 1
website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js

@@ -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: {