Nathan Ridge
Nathan Ridge
From a use case point of view, is there anyone looking to put commands into random config values like `"clangd.checkUpdates"`? Could we make the implementation simpler without losing functionality if...
> [...] people like to **also** ask for a test to be added to libSema's own code completion test suite. These tests work a bit differently: they're found at `clang/test/CodeCompletion`...
What is the difference between the "offline machine" and the "online machine"? Can you share complete logs, from clangd startup until encountering an unexpected diagnostic?
It looks like the client sides a `textDocument/references` request if the response to `textDocument/definition` was the same location as the input. This is a behaviour of the vscode-languageclient component that...
> This is a behaviour of the vscode-languageclient component It turns out I was mistaken about this: this is actually a behaviour of vscode itself. Moreover, it is configurable as...
I suspect this is the upstream bug https://github.com/llvm/llvm-project/issues/51054
I'm going to forward-dupe this to https://github.com/clangd/clangd/issues/2339, since a fix has been merged in a PR associated with that issue.
I looked a bit at how we might write tests for clangd.restart, and in particular looked at the [sinon](https://sinonjs.org/) mocking library used in our [inactive regions tests](https://github.com/clangd/vscode-clangd/blob/master/test/inactive-regions.test.ts). However, the code...
Thanks for filing. To provide some context, in https://github.com/clangd/vscode-clangd/pull/575 we added code for a [new npm package](https://github.com/clangd/vscode-clangd/blob/master/api/package.json) in this repository called `@clangd/vscode-clangd`, to host the type definition files for the...
@kadircet or @hokein, could you help with publishing this npm package please, or alternatively add me to the npmjs account so that I can do it?