Skip to content

Commit b55f44f

Browse files
committed
Update monaco.ts
1 parent 3c33acf commit b55f44f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib/monaco.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,9 @@ export const configureMonaco = () => {
9191
});
9292

9393
configureMonacoYaml(monaco, {
94-
enableSchemaRequest: true,
9594
hover: true,
9695
completion: true,
9796
validate: true,
9897
format: true,
99-
schemas: [
100-
{
101-
uri: 'https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.29.0-standalone-strict/all.json',
102-
fileMatch: ['*'],
103-
},
104-
],
10598
});
10699
};

0 commit comments

Comments
 (0)