Paul
Paul
**Application or Package Used** State which application or package this affects nteract desktop (0.28.0) **Describe the bug** Last saved value in the content model is a Date type, but the...
Does this issue occur when all extensions are disabled?: No, but it repros when working with extensions - VS Code Version: 1.69-insider - OS Version: Windows 10 Steps to Reproduce:...
### Describe the bug Theming doesn't seem to be working for VS Code notebook outputs:  Not sure if this issue belongs here or in vscode itself, but I do...
It would be great to have a context key for the active webview view similar to what we have for custom editors and webview panels, e.g. see https://github.com/microsoft/vscode/issues/156942 Usage scenario:...
There is currently an internal property `__notebookUri` on the Jupyter kernel's `vscode.DebugSession.Configuration` object which can be used to determine when a notebook starts/stops debugging. Just opening an issue here to...
This is a reopen for https://github.com/microsoft/vscode-jupyter/issues/13130 Now that we are integrated for the Jupyter Data Viewer, we also need to support the Data Viewer in the interactive window. This means...
## Environment data - VS Code version: 1.87.0-insider - Jupyter Extension version (available under the Extensions sidebar): v2024.2.2024021201 (pre-release) - Python Extension version (available under the Extensions sidebar): v2024.0.1 -...
## Use case We have added a column search component to our grid to smoothly scroll to the column or cell using the index. This is achieved currently by using...
When contributing the `jupyterVariableViewers` contribution, it is possible for the variable viewer launch button to no-op if the extension is yet to activate. This is fixed on our end, but...
## Use case Sometimes columns will not have any visible header text labels, e.g., for an index column. Currently, using `role=columnheader` will trigger accessibility failures such as https://dequeuniversity.com/rules/axe/4.5/empty-table-header ## Proposed...