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

Syntax highlighting and code completions not working for jupyter kernel cells when running a .Net Interactive notebook over ssh #3549

Open
carlosfamilia opened this issue May 10, 2024 · 0 comments
Labels
Area-Jupyter sub-kernels Area-Language Services IntelliSense, LSP, and related bug Something isn't working

Comments

@carlosfamilia
Copy link

Describe the bug

Syntax highlighting and code completions do not work for Jupyter kernel cells (except for R Kernel) when running a .Net Interactive notebook over SSH (SSH extension). However, it works on local folders despite all VScode extensions being the same as those installed on remote and local computers. I am running the following kernels:

#!connect jupyter --kernel-name bash --kernel-spec calysto_bash
#!connect jupyter --kernel-name python --kernel-spec python3
#!connect jupyter --kernel-name r --kernel-spec ir

Have the following extensions:

Extensions installed locally:
ms-dotnettools.dotnet-interactive-vscode
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-powertoys
ms-toolsai.vscode-jupyter-slideshow
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.remote-explorer
rdebugger.r-debugger
reditorsupport.r

Extensions installed over SSH:
ms-dotnettools.dotnet-interactive-vscode
ms-dotnettools. vscode-dotnet-runtime
ms-python.debugpy
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.vscode-jupyter-powertoys
ms-toolsai.vscode-jupyter-slideshow
rdebugger.r-debugger
reditorsupport.r

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074

  • OS
    • [X ] macOS (LOCAL)
    • [X ] Linux (Rocky Linux 9.3 (REMOTE))
  • Browser
    • [X ] Safari
  • Frontend
    • [X ] Visual Studio Code

Screenshots

Local computer:
image

Remote computer (SSH):
image

@jonsequitur jonsequitur added Area-Jupyter sub-kernels bug Something isn't working Area-Language Services IntelliSense, LSP, and related labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Jupyter sub-kernels Area-Language Services IntelliSense, LSP, and related bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants