feat: add vim support for monaco/webeditor

This commit is contained in:
Ruben Fiszel
2024-08-26 22:31:23 +02:00
parent 6e592a20d1
commit 1ec45e5ad6
24 changed files with 250 additions and 104 deletions

View File

@@ -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)