julianobrasil
julianobrasil

Reputation: 9377

Built-in Markdown shortcut disappeared

The built-in VSCode markdown preview simply disappeared on my installed copy.

Has anyone seen something like that before that can show me where I can find a solution?

By "disappeared" I mean it doesn't show up on context menu nor in the list shown after pressing ctrl+shift+p.

Updated

Upvotes: 1

Views: 602

Answers (2)

ai2ys
ai2ys

Reputation: 1571

I had the same issue after uninstalling the extension Markdown Preview Enhanced and solved this problem on my system Ubuntu 20.04 with VSCode 1.52.0 the following way:

Solution, there might be better ones:

  1. I checked the location of the global VSCode user settings.json file. It is located at ~/.config/Code/User/settings.json. Then I deleted the folder ~/.config/Code/.
  2. Then I started VSCode again and the preview button appeared.

Things I tried first, but did not solve the problem:

  • Uninstalling and reinstalling VSCode did not solve the problem.
  • Also deleting the folder ~\.vscode did not help.

Upvotes: 1

Kamil Naja
Kamil Naja

Reputation: 6692

So try reinstall VSCode or install some extension for Markdown, for example, Markdown Preview Enhanced.

Upvotes: 1

Related Questions