-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Description
Complexity: 3
We added a custom markdown renderer for notebook this month but it's in an early stage so we are not shipping this to VS Code stable. The code changes can have impact on the notebook overall experience so we'd love to have sanity testing for notebook. The purpose of this test plan item is playing around with notebook features with notebook.experimental.useMarkdownRenderer
set to false
(if you are using VS Code repo, please update .vscode/settings.json
file). Note that commenting out the setting doesn't change the default behavior, you have to disable the setting explicitly.
To verify you are using the builtin markdown renderer, add :smile:
to a markdown cell and you should not see the 😄 emoji from the preview.
Features to test (including but not limited to)
- Copy/Cut through keyboard shortcuts
- Drag and drop (or duplicate)
- Collapse cell input/output (from the cell toolbar or command palate)
- Execute cells and clear cell outputs