You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When smart relative line number is enabled ("vim.smartRelativeLine": true), the line numbers in the Jupyter Notebook cell is too close to the code if the cursor is not on those lines. Is it possible to add right margin to these line numbers?
👇 When smart relative line number is enabled
Steps to Reproduce
Enable smart relative line number with "vim.smartRelativeLine": true
Create a new Jupyter Notebook file (eg. foo.ipynb)
Create a new cell in the Notebook and add some lines to the cell
Notice that the line number except for the line the cursor is currently on lacks right margin
Environment
Extension (VsCodeVim) version: v1.21.8
VSCode version: v1.60.2
Jupyter extension version: v2021.8.2041215044
OS: Windows 10 Version 20H2 (Build 19042.1237)
The text was updated successfully, but these errors were encountered:
Problem
When smart relative line number is enabled (
"vim.smartRelativeLine": true
), the line numbers in the Jupyter Notebook cell is too close to the code if the cursor is not on those lines. Is it possible to add right margin to these line numbers?👇 When smart relative line number is enabled
Steps to Reproduce
"vim.smartRelativeLine": true
foo.ipynb
)Environment
The text was updated successfully, but these errors were encountered: