feat: add vim support for monaco/webeditor
This commit is contained in:
@@ -808,7 +808,7 @@ def get_state() -> Any:
|
||||
def get_resource(
|
||||
path: str,
|
||||
none_if_undefined: bool = False,
|
||||
) -> str | dict | None:
|
||||
) -> dict | None:
|
||||
"""Get resource from Windmill"""
|
||||
return _client.get_resource(path, none_if_undefined)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user