You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uri: `https://github.com/devtron-labs/devtron/tree/main/scripts/devtron-reference-helm-charts/reference-chart_${chartVersion}/schema.json`,// id of the first schema
246
-
fileMatch: ['*'],// associate with our model
247
-
schema: validatorSchema,
248
-
},
249
-
],
240
+
constconfig=configureMonacoYaml(monaco,{
241
+
enableSchemaRequest: true,
242
+
isKubernetes,
243
+
schemas: [
244
+
{
245
+
uri: `https://github.com/devtron-labs/devtron/tree/main/scripts/devtron-reference-helm-charts/reference-chart_${chartVersion}/schema.json`,// id of the first schema
0 commit comments