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
11 stars 2 forks source link

use npm: compile instead of watch #27

Closed noklam closed 2 weeks ago

noklam commented 3 weeks ago

Update the step to use npm compile instead of npm: watch as this is a one-off process. It's better if we can find a way to actually make the npm:watch process works, but I don't know enough about npm/vscode specific config at the moment.

noklam commented 3 weeks ago

@jitu5 Does this makes sense to you? If you can figure out how to actually make npm: watch without blocking the process it would be great.

If not, could you test if this setup works for you?

jitu5 commented 3 weeks ago

@noklam Sure, I will explore around npm: watch and test your changes as well.