Add "Set as Working Directory" command #1091
Annotations
3 errors
Run Pyright:
extensions/positron-python/python_files/positron/positron_ipykernel/ui.py#L94
Expression of type "dict[str, ((kernel: PositronIPyKernel, params: List[JsonData]) -> None) | ((kernel: PositronIPyKernel, params: List[JsonData]) -> bool)]" cannot be assigned to declared type "Dict[str, (List[JsonData]) -> JsonData]"
Type "(kernel: PositronIPyKernel, params: List[JsonData]) -> None" cannot be assigned to type "(List[JsonData]) -> JsonData"
Parameter 1: type "List[JsonData]" cannot be assigned to type "PositronIPyKernel"
"List[JsonData]" is incompatible with "PositronIPyKernel"
Function accepts too few positional parameters; expected 2 but received 1
Type "(kernel: PositronIPyKernel, params: List[JsonData]) -> bool" cannot be assigned to type "(List[JsonData]) -> JsonData"
Parameter 1: type "List[JsonData]" cannot be assigned to type "PositronIPyKernel"
"List[JsonData]" is incompatible with "PositronIPyKernel"
Function accepts too few positional parameters; expected 2 but received 1 (reportGeneralTypeIssues)
|
Run Pyright:
extensions/positron-python/python_files/positron/positron_ipykernel/ui.py#L175
Expected 1 positional argument (reportGeneralTypeIssues)
|
Run Pyright
2 errors
|
Loading