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
Fixesmicrosoft#116939: Escape unicode directional formatting characters when rendering control characters. Also turn on editor.renderControlCharacters by default.
{description: nls.localize('renameOnType',"Controls whether the editor auto renames on type."),markdownDeprecationMessage: nls.localize('renameOnTypeDeprecate',"Deprecated, use `editor.linkedEditing` instead.")}
* Whitespace is rendered by "replacing" tokens with a special-purpose `mtkw` type that is later recognized in the rendering phase.
626
690
* Moreover, a token is created for every visual indent because on some fonts the glyphs used for rendering whitespace (→ or ·) do not have the same width as .
@@ -1005,6 +1069,11 @@ function _renderLine(input: ResolvedRenderLineInput, sb: IStringBuilder): Render
0 commit comments