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

Support settings of custom project path #19

Open noklam opened 4 weeks ago

noklam commented 4 weeks ago

Context

Related to https://github.com/kedro-org/vscode-kedro/issues/10. Currently the extension assume the root of current workspace is a kedro project. This assumption could breaks for more complicated project and the extension no longer works.

10 is an optimisation for selecting the correct environment, which has a workaround of using Cmd + P "Select Interpreter" manually.