Skip to content

Commit 9e4fa35

Browse files
committed
Re-apply changes
1 parent 448e16b commit 9e4fa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ async def richInspectVariables(self, message):
595595
"type": "request",
596596
"command": "evaluate",
597597
"seq": seq + 1,
598-
"arguments": {"expression": code, "frameId": frame_id},
598+
"arguments": {"expression": code, "frameId": frame_id, "context": "clipboard"},
599599
}
600600
)
601601
if reply["success"]:

0 commit comments

Comments
 (0)