Skip to content

Commit cc9c037

Browse files
committed
Remove problematic ruler
A ruler was added at column 50: microsoft/vscode#201091 That ruler is causing problems with the rewrap extension, and it's unclear to me what the benefit of it is that outweighs the drawbacks. Please let me know if you know how that ruler is useful! I'd love to hear about it, and depending on the use case I might reconsider this override.
1 parent ba0e9f5 commit cc9c037

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@
4545
"scopeName": "text.git-commit",
4646
"path": "./syntaxes/git-commit.tmLanguage.json"
4747
}
48-
]
48+
],
49+
"configurationDefaults": {
50+
"[git-commit]": {
51+
"editor.rulers": [
52+
72
53+
]
54+
}
55+
}
4956
},
5057
"activationEvents": [
5158
"onLanguage:git-commit"

0 commit comments

Comments
 (0)