Alex Carney

Results 268 comments of Alex Carney

**Note:** I've pushed an update removing the `extensionPack` field from the extension's `package.json` and it now installs correctly, so this issue does not affect the Esbonio extension anymore. However, I...

I haven't debugged this yet to confirm, but my guess this is happening due to the [confiuration logic](https://github.com/vscode-restructuredtext/vscode-restructuredtext/blob/82c4a3d5cec5b4cc4be397be63b9dfc4719819f9/src/util/configuration.ts#L243) making use of the `fsPath` field of the URI object (which I...

In the Esbonio Language Server output window do you see any build output from Sphinx? By default the server should at least be sending that information. You can also set...

For intellisense and the preview it will be `esbonio` and any other sphinx extensions, themes etc required to build your docs. If you want to use the linters like `doc8`...

I've been struggling to figure out what might be causing the issue as setting `forceFullBuild` to `false` works as expected in smaller projects... The best theory I can come up...

Syntax highlighting is provided by [this](https://marketplace.visualstudio.com/items?itemName=trond-snekvik.simple-rst) extension > Maybe users like me should just uninstall your extension Ultimately it's your choice, but I'd definitely like to get to the bottom...

I think I now know what is going on... unfortunately I don't have an easy fix yet. The issue appears to stem from the [`builder-inited` event](https://www.sphinx-doc.org/en/master/extdev/appapi.html?highlight=builder-inited#sphinx-core-events), which as far as...

@karthiknadig awesome thanks. I've aligned this PR to the new version, but it appears that the issue with the `result` field is still there

> Would you say that, for those new to this PR, the `Align to breaking changes` is the best place to get an overview of what the consequences of this...

From what I've seen, `pygls` handles the low level aspects of JSON RPC really well i.e. handling request/response cycles over various transports such as stdio/websockets etc - which we have...