-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Closed
Description
- VSCode Version: 1.6.0-Insider
- OS Version: Windows
Added the following code to the TS extension when a diagnostic result comes back from the tsserver
if (window.activeTextEditor) {
window.activeTextEditor.options.lineNumbers = 'relative';
}Debugged it and the code gets executed but the line numbering doesn't change for the active editor.