Lex Li
Lex Li
There seems to be a separate extension (not by me) already, so you might consider sending the changes to that, https://marketplace.visualstudio.com/items?itemName=snowkylin.restructuredtext-shortcut
Thanks for mentioning the idea. It looks good if this extension can support `ctrl+alt+h 1`. It might take some time to investigate, and pull request is welcome as well. BTW,...
Deep down inside, Node.js has its own messy (incompatible/inconsistent) API surface around `fs` and `path` that only `fsPath` works consistently on different platforms. So I don't want to waste time...
It is VSCode behavior.
Thanks. Then I leave it open.
You will have to debug the source code and see what's wrong there, https://docs.restructuredtext.net/articles/development.html#build-from-source (No need to debug esbonio) The break point can be set on line 179, https://github.com/vscode-restructuredtext/vscode-restructuredtext/blob/master/src/language-server/client.ts#L179
Not everything can be put in the snippet.
Did you see `esbonio: idle` in VSCode status bar when running 171.0.0? If not, you have to enable Esbonio language server as now it is a dependency (running sphinx page...
Can you upgrade to 172.0.0 and try again?
Thanks for sharing the screenshots. Then the cause is clear that esbonio language server was not running. https://docs.restructuredtext.net/articles/configuration.html#intellisense Can you check VSCode settings to see if you have previous disabled...