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

Fix for windows path issue #150

Closed jitu5 closed 3 days ago

jitu5 commented 2 weeks ago

Description

Resolves https://github.com/kedro-org/vscode-kedro/issues/102

This pull request includes several updates to the bundled/tool/lsp_server.py file, focusing on improving the way file URIs are resolved and refining the handling of pipeline files. The most important changes are as follows:

Development notes

QA notes

Used Parallels Desktop Pro to test on Windows.

Gif (Windows)

windows-1

jitu5 commented 2 weeks ago

thanks @jitu5, the fix looks good for me. One more thing to check: #53

Though the issue is about settings, but from the screenshot it looks like a Window issue with the select environment command. Have you check that as well?

@noklam Yes I tested with select environment command to 'local', after changing, its now navigate to local

windows-3