简体   繁体   English

VSCode Workspace Markdown 预览消失

[英]VSCode Workspace Markdown Preview Disappear

Edit: I realized this might be some strange bugs with VSCode that nobody has seen before so I open an issue there instead.编辑:我意识到这可能是 VSCode 的一些奇怪的错误,以前没有人见过,所以我在那里打开了一个问题。

I'm having a strange issue as stated, the built in Markdown support for VSCode has disappeared from my VSCode Workspace.如前所述,我遇到了一个奇怪的问题,内置的 Markdown 对 VSCode 的支持已从我的 VSCode 工作区中消失。 All the other workspace are unaffected, just this single workspace that is doing the strange thing.所有其他工作区都不受影响,只有这个工作区在做奇怪的事情。

What I did:我做了什么:

  • Disabled certain extensions in Workspace only (nothing to the Global)仅在工作区中禁用某些扩展(对全局没有任何影响)
  • Create Workspace specific extensions.json创建工作区特定的扩展.json
  • Use the Disable All Installed Extensions for this Workspace command使用Disable All Installed Extensions for this Workspace
  • Use the Show Recommended Extensions command使用“ Show Recommended Extensions命令
  • Enabled recommended extensions in Workspace only (nothing to the Global)仅在 Workspace 中启用推荐的扩展(对 Global 没有任何影响)
  • Tried to do Ctrl + Shift + V to bring up Markdown Preview尝试使用Ctrl + Shift + V调出 Markdown 预览
  • Nothing happened and Markdown Preview disappear from Keybindings什么都没发生,Markdown 预览从键绑定中消失
  • Tried reproducing the error by duplicating the folder and open a new Workspace尝试通过复制文件夹并打开新工作区来重现错误
  • Unable to reproduce error, neither reload nor restart help fixing the error无法重现错误,重新加载和重新启动都无法帮助修复错误

Bad Keybindings错误的键绑定

错误的键绑定

Good Keybindings好的键绑定

好的键绑定

Does anyone know what's going on with this?有谁知道这是怎么回事?

Got it fixed, apparently the built in extension vscode.markdown-language-features was disabled and build in extensions wasn't shown in the installed extensions list.修复了,显然内置扩展vscode.markdown-language-features已禁用,并且内置扩展未显示在已安装的扩展列表中。

To find it, gotta search for @builtin markdown for it to shows up.要找到它,必须搜索@builtin markdown才能显示。

I found this post because I met the same problem.我找到这篇文章是因为我遇到了同样的问题。

In my case, I installed other extension about markdown that turn off my preview button, and I finally don't need to type open preview every single time when I trying to open my MD.在我的例子中,我安装了其他关于 markdown 的扩展,关闭了我的预览按钮,我终于不需要在每次尝试打开我的 MD 时都输入打开预览。 (lol (哈哈

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM