yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.92k stars 325 forks source link

The highlight disappeared after updating the software #1010

Closed ChnTamap closed 3 years ago

ChnTamap commented 3 years ago

Hi,

After I update the vscode to 1.60.0, the highlight of markdown disappeared.

p1

And when Markdown All in One is disable, the highlight work again.

p2

My extension list:

Lemmingh commented 3 years ago

Would you please try:

  1. Uninstall Markdown All in One.

  2. Reload VS Code completely: Close all VS Code instances (if on macOS, remember to Control-click the Dock icon and select Quit at last), then restart it.

  3. Install Markdown All in One.

  4. Reload VS Code.

Besides, is there any dollar signs ($) in your document? #1008

Lemmingh commented 3 years ago

Additionally, would you please run the VS Code command "Developer: Inspect Editor Tokens and Scopes" via Command Palette, then, move cursor to check highlighting tokens in the document?

ChnTamap commented 3 years ago

Would you please try:

1. Uninstall Markdown All in One.

2. Reload VS Code completely: Close all VS Code instances (if on macOS, remember to Control-click the Dock icon and select Quit at last), then restart it.

3. Install Markdown All in One.

4. Reload VS Code.

Besides, is there any dollar signs ($) in your document? #1008

Thank you for your reply!

Yes there are many LaTeX code in the document. And the highlight work again when I remove the dollar signs. Can you give me some advice?

Lemmingh commented 3 years ago

1008 might provide a solution.

Lemmingh commented 3 years ago

Duplicate of #1008