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

Extension env setting added #29

Closed jitu5 closed 2 weeks ago

jitu5 commented 2 weeks ago

fix #14

Kedro Extension user now can set base_env from extension setting with None as default.

Screenshot 2024-06-20 at 12 09 32 p m
datajoely commented 2 weeks ago

Great push!

Can we make this something you can set with the VS Code command palette?

noklam commented 2 weeks ago

Can we make this something you can set with the VS Code command palette?

I think we may be able to do that, the priority then becomes:

  1. "Command Palette"
  2. VSCode settings
  3. KEDRO_ENV i.e. kedro run --env prod
  4. config_loader.base_env
datajoely commented 2 weeks ago

I think command palette should just affect 2, but then there is also an opportunity to do this sort of thing on the bottom bar:

image
noklam commented 2 weeks ago

@datajoely Not sure about adding new UI component at this point. Before I start this I did a quick poll in the team. image

Maybe we want to introduce a Kedro logo on the extension panel eventually.