hotfix vsc extension may cause kernel to crash#118
Conversation
Manuel discovered this. Figured it's save to just avoid installing the extension since it's a 'nice to have' anyway
zerothi
left a comment
There was a problem hiding this comment.
So you're saying that the pdf extension might create crashes to the kernel... WTF?
Nice you discovered this!
Should we warn the others about this, trying to remove that extension and see if kernel crashes disappear?
|
Do you know why it fails on windows? Is it related to your change? |
|
I don't see why it does the same line 3 times... huh... |
The wonders of github raw caching maybe.... |
|
So I can safely merge it? 🤪 |
I think it's the caching.. I'll make a small change and trigger a refresh. That sometimes works. |
|
I can just press replay, I'll try! |
|
yeah, it came through! |
I have no idea how those things even interact with each other. Manuel claimed it fixed the issue while debugging on a students pc. Maybe it's best we stick with only official extensions as a baseline and then discuss if there should be optional 'nice-to-haves' that can be quickly reverted. |
|
Could you write out on the channel in #common-problems about this? Thanks! (just when you have time!) |
|
yeah, you don't need to repush if it's a cache issue, an owner of a repo can press retry, for next time ;) |
| @@ -118,7 +118,7 @@ Write-Host "Installing VSCode extensions..." | |||
| $extensions = @( | |||
| "ms-python.python", | |||
| "ms-toolsai.jupyter", | |||
There was a problem hiding this comment.
uh, this breaks, no trailing comma allowed!
|
Great, could you remove the 2nd commit? |
Ohhh missed it.. what's the correct thing to do now? Reverting the merge? |
|
No, the branch is protected, so one cannot do this. You'll generally (in these cases) want to do a squash merge, because that will remove fixing commits which are just annoying in the history. So there are 2 ways:
In 2. you are reduced to always 1 commit, which is typically very good for these small changes here. We won't do anything now. |
Manuel discovered this. Figured it's save to just avoid installing the extension since it's a 'nice to have' anyway