Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vscode): remove auto-organize imports setting #324

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

drichar
Copy link
Collaborator

@drichar drichar commented Oct 30, 2024

Description

Removes the automatic import organization on save from VS Code workspace settings to preserve existing import orders and prevent unnecessary changes.

Details

  • Remove source.organizeImports from editor.codeActionsOnSave
  • Maintain existing ESLint and Prettier formatting settings
  • Prevents unwanted import reordering that pollutes git diffs with non-functional changes

@drichar drichar requested a review from pbennett as a code owner October 30, 2024 07:16
@pbennett pbennett merged commit 5d03293 into dev Oct 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants