EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

Not compatible with the extension Markdown Editor v2 #268

Closed penenkel closed 1 year ago

penenkel commented 1 year ago

The spell check does not seem to work with the re-implemented markdown extension Markdown Editor v2. No spelling errors are marked, neither in the editor nor in the preview.

Also in the VSSpellChecker config I cant seem to load/display the "Visual Studio Classifications". It does not seem to recognize the markdown editor as an open .md file being opened.

Is this an issue that should/can be fixed here or does the markdown extension not classify correctly anymore?

Btw. this extension is much appreciated and makes keeping a clean and presentable codebase so much easier! Many thanks

EWSoftware commented 1 year ago

The content type in the markdown extension changed so it's not detecting it as markdown. It's fixed for the next release.

kirsan31 commented 1 year ago

The content type in the markdown extension changed so it's not detecting it as markdown. It's fixed for the next release.

Great 👍 We are waiting...

EWSoftware commented 1 year ago

The new release has been published and should be available shortly.

kirsan31 commented 1 year ago

@EWSoftware still not working :(

image

EWSoftware commented 1 year ago

The markdown extension defaulted to disabled in the test instance and I didn't notice so it was working against the default markdown classifier which uses the same code. It'll be fixed shortly.

Molinarius commented 1 year ago

Version 2022.12.29 works for me. Thanks!