Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thank you for the suggestion. The code to generate the rullers seems simple, but with my limited knowledge of CSS and HTML I could not make it look the way I wanted. Not even in the debug mode. I will leave the code for view-ruler here https://github.com/microsoft/vscode/tree/master/src/vs/editor/browser/viewParts/rulers in case someone wants to venture on adding this feature. This code inserts this line for the sytle .monaco-editor .view-ruler { box-shadow: 1px 0 0 0 #979797 inset; } Playing with box-shadow can modify the ruler thickness to some extent Commented Dec 13, 2019 at 4:46
  • I actually investigated a little further and found a way to hack it in (see the update in question). Suggestions on how to automate it are welcome. Commented Dec 13, 2019 at 5:14