We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7798d commit f8e967eCopy full SHA for f8e967e
1 file changed
lsp_types/pyright/session.py
@@ -84,8 +84,7 @@ def __init__(self, lsp_process: LSPProcess):
84
85
async def shutdown(self) -> None:
86
"""Shutdown the session"""
87
- await self._process.send.shutdown()
88
- await self._process.notify.exit()
+ await self._process.stop()
89
90
async def update_code(self, code: str) -> int:
91
"""Update the code in the current document"""
0 commit comments