Skip to content

use new readonly modifier #12732

Closed
Closed
@dbaeumer

Description

@dbaeumer
  • 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.

Metadata

Metadata

Assignees

Labels

apidebtCode quality issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions