We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beac20a + 4d571d3 commit ac323bcCopy full SHA for ac323bc
src/vs/editor/test/browser/config/editorConfiguration.test.ts
@@ -90,14 +90,18 @@ suite('Common Editor Config', () => {
90
const config = new TestWrappingConfiguration({
91
wordWrap: <any>true
92
});
93
- assertWrapping(config, true, 80);
+ // --- Start Positron ---
94
+ assertWrapping(config, true, 88);
95
+ // --- End Positron ---
96
97
98
test('wordWrap on', () => {
99
100
wordWrap: 'on'
101
102
103
104
105
106
107
test('wordWrap on without minimap', () => {
@@ -115,7 +119,9 @@ suite('Common Editor Config', () => {
115
119
wordWrap: 'on',
116
120
wordWrapColumn: 10
117
121
118
122
123
124
125
126
127
test('wordWrap off', () => {
0 commit comments