Esbonio Language Server v0.14.0 - 2022-07-31
·
0 commits
to fc8d6592d9627de4d5c5d3e7b29183fd6d81952e
since this release
v0.14.0 - 2022-07-31
Features
- The language server now supports textDocument/implementation requests for roles and directives. (#431)
Enhancements
Fixes
- Diagnostics for issues found in .. included:: files should now have the correct filepath. (#425)
- Extensions defined within Sphinx extensions or conf.py files can now take advantage of dependency injection (#428)
- The server should now handle document symbol requests for files that are treated as reStructuredText files by a language client but don't have an *.rst extension. (#434)