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
Change the setting editor.lineNumbers to true, false or "relative". Observe the old values work the same and the new "relative" value causes a rendering similar to the one in the screenshot in #9561.
Write an extension or edit typescriptMain.ts or a built-in extension and change the options of a TextEditor to toggle the setting programmatically via text editor options -> lineNumbers
The text was updated successfully, but these errors were encountered:
Test for (part of) #9561
Complexity - 3
Change the setting
editor.lineNumbers
totrue
,false
or"relative"
. Observe the old values work the same and the new"relative"
value causes a rendering similar to the one in the screenshot in #9561.Write an extension or edit
typescriptMain.ts
or a built-in extension and change the options of a TextEditor to toggle the setting programmatically via text editor options -> lineNumbersThe text was updated successfully, but these errors were encountered: