esbonio icon indicating copy to clipboard operation
esbonio copied to clipboard

A language server for working with Sphinx projects.

Results 78 esbonio issues
Sort by recently updated
recently updated
newest added

### Expected behavior When starting a preview window, I expect a new window to appear after Sphinx successfully builds the project. ### Actual behavior Sphinx completes the build, but when...

bug
help wanted
lsp

### What would you like to see Hi, The extension works fine and makes clickable paths and open files with their paths for common directives (figure, image,literalinclude and so on)...

enhancement
lsp
api

### Expected behavior When provided following rst code (numfig = True): ``` Below are timing diagrams of two constellations with differing producer and consumer periods: :math:`\tau_c = \tau_p` (:numref:`examples.buffer_sharing.figure.timing_double_rate_equal`) and...

bug
lsp

### Expected behavior Configuration options specified in config files/language client should apply to projects located on a Windows network share ### Actual behavior Since the server resolves uris given to...

bug
lsp
os:windows

### Expected behavior Esbonio Language Server works for projects located on any partition ### Actual behavior On my home machine projects are located on partition F. When esbonio starts up,...

bug
lsp

### Expected behavior I expect synchronized scroll between source and preview to work. ### Actual behavior After updating VScode last week, synchronized scrolling broke (for a short time before it...

bug
ide:vscode

### What would you like to see Some diagnostics can be fixed by making changes to another file e.g. writing ``:ref:`not-a-valid-ref-yet` ``, and then switching to another file and defining...

enhancement
lsp

### Expected behavior After a build had failed VSCode was still showing the `window/workDoneProgress` spinner, even though no build was in progress. ### Actual behavior The server should ensure the...

bug
lsp

### Expected behavior Don't know exactly how to reproduce this one, but I deleted a file and I started seeing `KeyErrors` in the logs - I'm going to assume from...

bug
lsp

### Expected behavior When typing something like ```` ```{eval-rst} .. autoclass:: my.module.Class :members: ``` ```` There are a bunch of `ValueErrors` in the logs from the `_render_myst_role_with_text_edit` function due to...

bug
lsp