Misster Hao
Misster Hao

Reputation: 92

How to change markdown theme back to default in Visual Studio Code (VSCode)?

A few weeks ago, I update my visual studio code, and my markdown editor theme changed.

The new editor theme has changed to the picture bellow.
For me, this editor is inconvenient, and I want to change it back to the default markdown editor.
I had check my vscode extensions, I didn't download any editor extensions.

New markdown Editor

New markdown Editor

Default Markdown Editor

Default Markdown Editor

How could I change back to default editor?

Upvotes: 0

Views: 1270

Answers (4)

moog
moog

Reputation: 463

You must have installed an extension based on vditor, such as the Office Viewer(Markdown Editor) extension. It seems that even after the extension is uninstalled, markdown files still load vditor. On Windows, I had to delete %APPDATA%\Code\Cache\Cache_data and %APPDATA%\Code\CachedExtensionVSIXs to fix this. Be sure to first backup both folders if you want to try this approach!

Upvotes: 1

late...but this is the solution (screenshots):

step 1

step 2

step 3

step 4

Upvotes: 4

gouranga
gouranga

Reputation: 21

Go to the extensions (or press ctrl+shift+x) in Visual Studio Code, and under extensions go to the extensions installed, click on the theme that is currently installed, and you can see an option to disable it.

Upvotes: 2

Misster Hao
Misster Hao

Reputation: 92

Answer to my own question.
I delete all themes of vscode and change back to the default vscode theme solved this problem...

Maybe one of the theme will change the default editor to vditor(The New markdown Editor)

Upvotes: 1

Related Questions