Skip to main content
Improve formatting and syntax highlighting.
Source Link
Pang
  • 10.2k
  • 146
  • 87
  • 126

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ] 
"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ] 

To change the default color for a ruler:

"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 
"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ] 

To change the default color for a ruler:

"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ] 

To change the default color for a ruler:

"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 
added 211 characters in body
Source Link
Mark
  • 191.5k
  • 32
  • 557
  • 580

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ],  

To change the default color for a ruler:

"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ],  

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ] 

To change the default color for a ruler:

"workbench.colorCustomizations": { "editorRuler.foreground": "#fffa" // or "#ffffffaa" - the a's are alpha transparency values } 
added 2 characters in body
Source Link
Mark
  • 191.5k
  • 32
  • 557
  • 580

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 0100 { "column": 120, "color": "#ff0000" }, ], 

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized at column 0 { "column": 120, "color": "#ff0000" }, ], 

In v1.43 is the ability to separately color the vertical rulers.

See issue Support multiple rulers with different colors - (in settings.json):

"editor.rulers": [ { "column": 80, "color": "#ff00FF" }, 100, // <- a ruler in the default color or as customized (with "editorRuler.foreground") at column 100 { "column": 120, "color": "#ff0000" }, ], 
deleted 56 characters in body
Source Link
Mark
  • 191.5k
  • 32
  • 557
  • 580
Loading
Active reading [<https://en.wiktionary.org/wiki/vertical#Adjective>]. Dressed the naked link.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134
Loading
Source Link
Mark
  • 191.5k
  • 32
  • 557
  • 580
Loading