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

LSP now read `KEDRO_ENV` #30

Closed noklam closed 2 weeks ago

noklam commented 2 weeks ago

Part of #14

Previously the config will read from config_loader.base_env, which miss the path that KEDRO_ENV can change the "default" env. This is more consistent to a Kedro project.