Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | chore: update copyright to 2022 (#13306) | Ryan Dahl | |
Co-authored-by: Erfan Safari <erfanshield@outlook.com> | |||
2021-07-31 | fix(lsp): do not output to stderr before exiting the process (#11562) | David Sherret | |
2021-06-17 | chore: fix new linting errors flagged by Rust 1.53 (#11029) | David Sherret | |
2021-06-17 | chore(lsp): add `--parent-pid <pid>` flag (#11023) | David Sherret | |
This commit adds a new `--parent-pid <pid>` flag to `deno lsp` that when provided starts a task that checks for the existence of the provided process id (ex. vscode's) every 30 seconds. If the process doesn't exist (meaning the deno process has nothing interacting with it), then it terminates itself. |