Nok Lam Chan
Nok Lam Chan
> There are generic [sendRequest](https://github.com/microsoft/vscode-languageserver-node/blob/a3b2c1d31ef7fd2a9d901cddb4029abda5b92add/client/src/common/client.ts#L871) and [sendNotification](https://github.com/microsoft/vscode-languageserver-node/blob/a3b2c1d31ef7fd2a9d901cddb4029abda5b92add/client/src/common/client.ts#L977) methods on the VSCode language client. Thanks for giving some pointer. I tried to implement this today and using the `lsClient` in Typescript...
 The command is mainly for testing, it mimics when I do `cmd+click` on a string. I manage to reproduce the navigation function, but I wonder is this necessary. Since...
@alcarney Adding symbol would be interesting but I don't think it's suitable in this case. The idea in mind is to embedded [this](https://demo.kedro.org/?types=parameters,nodes,datasets&pid=__default__&expandAllPipelines=true) into webview and triggering the Go to...
We actually implemented a custom command that that a `word` as an argument. But seems like we could just use `vscode.executeDefinitionProvider`, since our own LSP is already registered as a...
I am open to raise a PR but hoping to get some consensus from the maintainer before that. @ericof I hope it's ok to ping you here since I find...
@JamesParrott Thanks for your reply. I want to make it clear that my suggestion is to make an "option" to install `cookiecutter` without `rich`. While filesize is a factor to...
> Has the community developed a slim version of cookiecutter yet? I can't find a fork. No, this is exactly why I open this issue and hoping that the maintainers...