flathub / flathub/com.visualstudio.code

"editor.rulers" not working

Open
#441 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
217
Forks
82
Avg merge
1d 7h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.