mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-24 12:21:53 +00:00
Fix type issue
This commit is contained in:
parent
e28f7fec9f
commit
5efe47e449
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ export function createYAMLWorker(
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
null,
|
||||||
);
|
);
|
||||||
languageService.configure(languageSettings);
|
languageService.configure(languageSettings);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue