mccordsm / CPTS_581MainTent

project repo
MIT License
2 stars 0 forks source link

language scope markdown math #10

Open Gephery opened 2 years ago

Gephery commented 2 years ago

Does this issue occur when all extensions are disabled?: Yes

VS Code Version: 1.66.2 OS Version: Win10 21H2 This issue is about the language scope for markdown inline math. Creating a inline via a snippet leads to inconsistent behavior. See below.

Steps to Reproduce:

Create markdown inline math with $$ Set the cursor between both dollar symbols View language scope It seems that the cursor position directly infront of the closing dollar symbol hat the language scope markdown instead of the language scope latex. This leads to inconsistent snippet behavior.

image

https://github.com/microsoft/vscode/issues/148644#issue-1224309768

Gephery commented 2 years ago

Fixed and tested in Commit 0430d42