Microsoft/vscode

Markdown preview switches to latest open markdown document

Open

#146.334 aberto em 30 de mar. de 2022

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)TypeScript (10.221 forks)batch import
bughelp wantedmarkdown-ext

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

Steps to Reproduce:

  1. Open a markdown preview
  2. Close the associated markdown file
  3. Scroll around
  4. Open the same markdown file again
  5. 🐛 Scroll position is reset.
  6. Close the markdown file
  7. Open a different markdown file
  8. 🐛 Preview changes to the new markdown file.

Maybe it's because I use the markdown previews as markdown readers but I don't expect their state to be tied to the currently open markdown file, especially because I can close the markdown file and keep viewing without issue

Guia do colaborador