kedro-org / vscode-kedro

Kedro extension for VSCode including LSP and other features
https://marketplace.visualstudio.com/items?itemName=kedro.Kedro
Apache License 2.0
16 stars 2 forks source link

Be more silent when not on a Kedro project? #77

Open astrojuanlu opened 1 month ago

astrojuanlu commented 1 month ago

image

I get these errors when not on a Kedro project, which are mildly annoying. Not a big deal but wondering if we could make it more subtle.

Or, say, make them visible when we know it's a Kedro project but it seems to be broken for some reason.

noklam commented 2 weeks ago

^ Possible, right now the server initialised when someone click on a Python or YAML server I think. There maybe a more generic pattern we can use to avoid these signals. It's likely there are limitations as this is controlled by VSCode and we cannot write arbitrary code. We can stop throwing the error but we need to know think about how does user actually know the server is not working otherwise.