Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyls/python_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def m_initialize(self, processId=None, rootUri=None, rootPath=None, initializati

if self._check_parent_process and processId is not None:
def watch_parent_process(pid):
# exist when the given pid is not alive
# exit when the given pid is not alive
if not _utils.is_process_alive(pid):
log.info("parent process %s is not alive", pid)
self.m_exit()
Expand Down