vscode-yaml
vscode-yaml copied to clipboard
Fix signature of ExtensionAPI.requestSchemaContent
What does this PR do?
Changes the signature of ExtensionAPI.requestSchemaContent to include Promise<string> as a return value since the internal interface and the implementation supports it.
It's not that relevant, but makes it more obvious to users that this is an option.
Is that macos test a flake?
Seems like it is not a flake but I can not repro locally. @odockal any ideas?
It was a flake, sometimes they are caused by problems with runners images and takes longer to fix.