You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the latest version of the VSCode extension, I set evenBetterToml.formatter.reorderKeys: true in both the User and Workspace settings. When I open a pyproject.toml file (originally generated by Poetry) that has unordered dependencies, there are no changes made to the file even though I can clearly see the unordered dependencies.
Should the extension automatically make changes to the file or do I need to manually calling a formatting cmd? The command pallette does not show anything that seems related to Even Better TOML.
The text was updated successfully, but these errors were encountered:
After installing the latest version of the VSCode extension, I set
evenBetterToml.formatter.reorderKeys: true
in both theUser
andWorkspace
settings. When I open apyproject.toml
file (originally generated by Poetry) that has unordered dependencies, there are no changes made to the file even though I can clearly see the unordered dependencies.Should the extension automatically make changes to the file or do I need to manually calling a formatting cmd? The command pallette does not show anything that seems related to
Even Better TOML
.The text was updated successfully, but these errors were encountered: