Closed
Description
I will explain this through example as it's easiest. When I run a linter, say flake8 over a .py file, it gives me a list of issues with the associated place that the issue is located using filename.py:linenum:charnum, which I can then click on to take my cursor to that exact location
When I run the same tool over a notebook, I get a similar information. However, whilst I can ctrl+click the filename.ipynb:cell_num:line_num_within_cell:charnum, I get no such results as shown at the bottom.
I am requesting that VS Code recognize the cell_num aspect of these tools to allow for quickly going to the right location. Cheers!
Metadata
Metadata
Assignees
Labels
No labels