You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nls.localize('wrappingAlgorithm.monospace',"Assumes that all characters are of the same width. This is a fast algorithm."),
3832
-
nls.localize('wrappingAlgorithm.dom',"Delegates wrapping points computation to the DOM. This is a slow algorithm, that might cause freezes for large files.")
3831
+
nls.localize('wrappingStrategy.simple',"Assumes that all characters are of the same width. This is a fast algorithm that works correctly for monospace fonts and certain scripts (like Latin characters) where glyphs are of equal width."),
3832
+
nls.localize('wrappingStrategy.advanced',"Delegates wrapping points computation to the browser. This is a slow algorithm, that might cause freezes for large files, but it works correctly in all cases.")
3833
3833
],
3834
-
description: nls.localize('wrappingAlgorithm',"Controls the algorithm that computes wrapping points.")
3834
+
description: nls.localize('wrappingStrategy',"Controls the algorithm that computes wrapping points.")
0 commit comments