Skip to content

Disabled line numbers reappear after toggling Zen mode #78545

Closed
microsoft/azuredatastudio
#7206
@abbioro

Description

@abbioro
  • VSCode Version: 1.36.1
  • OS Version: Windows_NT x64 6.1.7601

Steps to Reproduce:

  1. Add the following to user config to disable line numbers in markdown files
"[markdown]": {
    "editor.lineNumbers": "off"
},
  1. Open a markdown file, note that line numbers are disabled as expected
  2. Activate Zen mode
  3. Deactivate Zen mode
  4. Line numbers reappear despite being disabled for markdown files in config

Note that this only happens if you disable line numbers for a specific mode. If line numbers are disabled globally everything works as expected and they never reappear.

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededworkbench-zenFull screen 'Zen' view issues

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions