-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
1 / 11 of 1 issue completed
Copy link
Labels
serverRelated to the LSP serverRelated to the LSP server
Milestone
Description
arg = {
"something": "else",
"metadata": {"foo": "bar"},
"configurable": {"baz": "qux"},
"callbacks": [],
"tags": ["tag1", "tag2"],
"max_concurrency": 1,
"recursion_limit": 100,
"run_id": 1,
"run_name": "test",
}
assert len(arg["callbacks"]) == 1, (
"ensure_config should not modify the original config"
)ty should show the type of arg["callback"] when hovering the subscript expression.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
serverRelated to the LSP serverRelated to the LSP server