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

jupyter-notebook editor causes vscode status bar highlighted message #100

Open
c-w-m opened this issue Nov 17, 2024 · 0 comments
Open

jupyter-notebook editor causes vscode status bar highlighted message #100

c-w-m opened this issue Nov 17, 2024 · 0 comments

Comments

@c-w-m
Copy link

c-w-m commented Nov 17, 2024

I'm not sure if this is the intended behavior so this may not be a problem.

Problem/Observation:

  1. open jupyter notebook in vscode
  2. place editor cursor in a code cell
  3. vscode status bar highligts (orange) "Git Config User Profiles -> ?"
  4. mouse over this highlight to get message:

"Resource of type 'vscode-notebook-cell' is not supported. Ensure cursor is in the editor."

jupyter-editor-code-cell-status-bar
jupyter-editor-code-cell-status-bar-message

  1. the only 'awareness' vscode has of 'vscode-notebook-cell' (that I can find) is in my defaultSettings.json

defaultSettings_cspell_allowedSchemas

Proposed Fix:

  1. if this is the intended behavior then don't highlight the status bar (i.e., similar to the behavior when the editor cursor is in a markdown cell)
  2. add more details to the message such that it is clear if something needs to be fixed.
  3. Uninstall "Git config User Profiles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant