For instance: Given the following python code
- Lines
2,3,4,5have only 1 indentation ruler - Line
6have 2 indentation rulers - Lines
7,8have 3 indentation rulers - Lines
1,9,10,11have no indentation ruler at all
Is there a function in VS Code API that gets this information?
The purpose is to use in an extension
