Skip to content

Sample notebook incorrectly states that you can edit a cell by clicking on it (editing requires double click) #541

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

Closed
dannydarvish opened this issue Sep 25, 2020 · 1 comment · Fixed by microsoft/vscode-python#14238
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@dannydarvish
Copy link

Environment data

  • VS Code version: 1.49.1
  • Extension version (available under the Extensions sidebar): 2020.9.111407
  • OS and version: macOS 10.13.6
  • Python version (& distribution if applicable, e.g. Anaconda): 3.7.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Relevant/affected Python packages and their versions: N/A
  • Relevant/affected Python-related VS Code extensions and their versions: N/A
  • Value of the python.languageServer setting: Jedi

[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]

Expected behaviour

I should be able to edit the cell by clicking on it, per the sample notebook.

Actual behaviour

I must double click the cell to edit it.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. Open the sample notebook.
  2. Attempt to edit the "Getting Started" cell by single clicking it.
  3. Experience disappointment.
@joyceerhl
Copy link
Contributor

Thanks for calling that out, just to check, you'd like the notebook to say the following?

"To edit the text in this cell, simply double click on the cell to change it into edit mode."

@joyceerhl joyceerhl self-assigned this Oct 2, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 11, 2020
@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label Nov 11, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants