We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbab203 commit e5fbcdfCopy full SHA for e5fbcdf
website/src/components/editors/monaco.ts
@@ -53,7 +53,7 @@ async function doSetup() {
53
format: true,
54
schemas: [
55
{
56
- uri: '/schema.json',
+ uri: 'https://raw.githubusercontent.com/ast-grep/ast-grep/refs/heads/main/schemas/rule.json',
57
fileMatch: ['*'],
58
},
59
],
@@ -67,4 +67,4 @@ function disableTypeScriptCheck(monaco: Monaco) {
67
noSemanticValidation: true,
68
noSyntaxValidation: false,
69
})
70
-}
+}
0 commit comments