[Notes] Editor.Rules in VS Code
[Notes] Editor.Rules in VS Code
Just a note for myself to remind to how to setup a vertical ruler to notify me, a developer, the code character limitation.
The right most vertical white line is the ruler. I am using the VS Code Version: 1.38.0.
Here is the way to set:
Preferences -> Settings -> In User tab, or Workspace tab.
Search editor.ruler.
insert “editor.rulers”: [100] to the settings file:
{ "window.zoomLevel":…
View On WordPress













