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

Don't sort dictionary during pprint #33

Closed noklam closed 1 week ago

noklam commented 1 week ago

i think (but am not 100% sure) there might be a small and almost always inconsequential bug in the kedro vscode plugin, around displaying the order of elements in dictionaries within config parameters. It seems like it doesn't always display in the same order as the dictionary would actually be created.

This is reported by an user, so the fix is simply don't sort the dictionary. (It was not intended but I am not aware of the default settings of pprint)

For the context the pprint is happening for the hover preview feature:

image