Skip to content
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

Showing local kernel specs in a remote window #12231

Closed
roblourens opened this issue Nov 30, 2022 · 7 comments
Closed

Showing local kernel specs in a remote window #12231

roblourens opened this issue Nov 30, 2022 · 7 comments
Assignees
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel) notebook-kernel-picker verified Verification succeeded
Milestone

Comments

@roblourens
Copy link
Member

Testing #11963

image

This is an SSH window, but the Julia path (and probably all of these?) are from my local machine. These are from us and not the Julia extension, right?

@DonJayamanne
Copy link
Contributor

@roblourens what happens when you hit the refresh button?

This is an SSH window, but the Julia path

is this SSH to your same machine? or ssh to some other remote machine?
if its the same machine, then its correct.

These are from us and not the Julia extension, right?

yes

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster kernel-picker labels Nov 30, 2022
@roblourens
Copy link
Member Author

Yes, SSH to a different machine.

Reload button- no change

@DonJayamanne
Copy link
Contributor

Yes, SSH to a different machine.

do you have these kernels on the other machine?
can you try refreshing and let me know what happens

@roblourens
Copy link
Member Author

I said I clicked the reload button and nothing changed. Is that what you mean by "refreshing"?

No, the kernels are not on the other machine. Those are paths on my local mac, not the remote linux machine.

@DonJayamanne
Copy link
Contributor

I said I clicked the reload button and nothing changed. Is that what you mean by "refreshing"?

I mean clicking the refresh button on the quick pick (top right hand corner of screenshot)

@DonJayamanne
Copy link
Contributor

Never mind, I think i know whats going on:

  • VS Code mement is shared across machines
  • We cache kernel specs for your local machine
  • When you go to another machine, the same memento is provided by vscode (but probably by design, and I didn't think this would be the case)

can fix this later

@DonJayamanne DonJayamanne removed the info-needed Issue requires more information from poster label Dec 2, 2022
@rebornix rebornix added notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel) notebook-kernel-picker mru and removed kernel-picker labels Dec 9, 2022
@DonJayamanne
Copy link
Contributor

Fixed,

@DonJayamanne DonJayamanne added the author-verification-requested Issues potentially verifiable by issue author label Mar 1, 2023
@amunger amunger added the verified Verification succeeded label Mar 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug notebook-execution Kernels issues (start/restart/switch/execution, install ipykernel) notebook-kernel-picker verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants