flathub / com.visualstudio.code

https://flathub.org/apps/details/com.visualstudio.code
136 stars 68 forks source link

"editor.rulers" not working #441

Open kay-z466 opened 9 months ago

kay-z466 commented 9 months ago

I would like to add some rulers My Config "editor.rulers": [ { "column": 72, "color": "#9a32ad" }, { "column": 89, "color": "#000000" }, ] This does nothing, I also tried passing an empty array but that also did nothing (The default ruler was still there, although I don't know why I have a default ruler as the default settings json file has a empty array for editor.rulers)

Additional : OS : Zorin 16.2 (Based on Ubuntu 20.04) Do tell If I can provide any other info

mkfrey commented 9 months ago

Your config is working perfectly fine for me in my settings.json.