-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Handle failure to launch kernel while connecting #11454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle failure to launch kernel while connecting #11454
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11454 +/- ##
==========================================
- Coverage 60.61% 60.59% -0.02%
==========================================
Files 612 612
Lines 33472 33472
Branches 4719 4719
==========================================
- Hits 20290 20284 -6
+ Misses 12731 12181 -550
- Partials 451 1007 +556
Continue to review full report at Codecov.
|
session.process = process; | ||
return session; | ||
try { | ||
const connectPromise = this.jmpConnection(process.connection, process); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jmpConnection [](start = 40, length = 13)
Looks good except you'll have conflicts with the changes I'm making.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depends on who gets their PR in first..
& the race beings...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* master: make raw kernel launch respect launching resource environment (#11463) Ensure interrupt button is always enabled (#11461) Add collapsible sections to the bug issue template (#11462) Support ipywidgets in the kernel work (#11444) Ensure isolate script is passed as command arg when installing modules (#11447) Send LS version in static enabled/ready/startup events via lazy properties (#11448) Make sure kernelSwitcher installs ipykernel (#11371)
Kudos, SonarCloud Quality Gate passed!
|
For #10479