-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR posit-dev/positron-python#11: Modify language runtime regis…
…tration to fit to Jupyter Adapter lifecycle Merge pull request #11 from posit-dev/follow-jupyter-adapter-lifecycle Modify language runtime registration to fit to Jupyter Adapter lifecycle -------------------- Commit message for posit-dev/positron-python@4cadc67: Enable log_file argument for python language runtimes -------------------- Commit message for posit-dev/positron-python@e0c21f9: Moving unlikely error to verbose tracing -------------------- Commit message for posit-dev/positron-python@810ef28: Modify language runtime registration to fit to Jupyter Adapter lifecycle Given the Jupyter Adapter starts an LSP client _before_ it has finished starting the kernel server, we rely on our TCP client retry logic to handle the delayed sequencing. For now, we'll only register one Python runtime, but we'll need to add back logic that will look for multiple runtimes, and prompt a user to ask if they want to install ipykernel if not present in their environment. Authored-by: Pete Farland <pete.farland@posit.co> Signed-off-by: Pete Farland <pete.farland@posit.co>
- Loading branch information
1 parent
909753c
commit 96ba831
Showing
4 changed files
with
114 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters