swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
135 stars 22 forks source link

Manually closing backticks should not result in double backticks #895

Closed neongreen-sc closed 2 months ago

neongreen-sc commented 2 months ago

Expected behavior

If I type :ref:`foo, for example, I should be able to press ` once more and get :ref:`foo`.

Actual behavior

After typing the closing backtick I get :ref:`foo``.

Log output

No response

(Optional) Settings from conf.py

(version: 0.95.1)
alcarney commented 2 months ago

I could be wrong, but I'm fairly sure this is due to the language configuration for reStructuredText (which is now also vendored in standard VSCode releases). So I'm not sure if this is something that can be fixed in Esbonio itself.

neongreen-sc commented 2 months ago

Oh, didn't know it was vendored. Closing then.

neongreen-sc commented 2 months ago

By the way -- upgraded to 0.95.1 and it's great that we have autocomplete for ref/doc now!

alcarney commented 2 months ago

Glad to hear it! It's taking a bit longer than I hoped, but the features from the stable release are starting to make their way over :)