Skip to content

Conversation

@JosephTLyons
Copy link
Collaborator

@JosephTLyons JosephTLyons commented Oct 24, 2025

Release Notes:

  • Enabled automatic import organization, via ruff, when saving Python files. To disable this, use:
"Python": {
  "code_actions_on_format": { "source.organizeImports.ruff": false }
}
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 24, 2025
@JosephTLyons JosephTLyons enabled auto-merge (squash) October 24, 2025 12:59
@JosephTLyons JosephTLyons disabled auto-merge October 24, 2025 13:04
@JosephTLyons JosephTLyons force-pushed the Enable-`source.organizeImports.ruff`-by-default-for-Python branch from 6f5ac79 to 5000789 Compare October 24, 2025 13:23
@JosephTLyons JosephTLyons enabled auto-merge (squash) October 24, 2025 13:23
@JosephTLyons JosephTLyons merged commit fcd690d into main Oct 24, 2025
21 checks passed
@JosephTLyons JosephTLyons deleted the Enable-`source.organizeImports.ruff`-by-default-for-Python branch October 24, 2025 13:44
@abdelq
Copy link
Contributor

abdelq commented Oct 24, 2025

Would be nice if this was fixed too #26819 (comment)

smitbarmase pushed a commit that referenced this pull request Jan 7, 2026
Closes #26819

Explained in
#26819 (comment)
That action is now the default on format in
#41103 since October, but
applying manually is still broken.

Release Notes:

- Fixed an issue where the `editor: organize imports` action didn’t work
for Python, even though imports were organized correctly during
formatting.
rtfeldman pushed a commit that referenced this pull request Jan 9, 2026
Closes #26819

Explained in
#26819 (comment)
That action is now the default on format in
#41103 since October, but
applying manually is still broken.

Release Notes:

- Fixed an issue where the `editor: organize imports` action didn’t work
for Python, even though imports were organized correctly during
formatting.
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
…stries#45874)

Closes zed-industries#26819

Explained in
zed-industries#26819 (comment)
That action is now the default on format in
zed-industries#41103 since October, but
applying manually is still broken.

Release Notes:

- Fixed an issue where the `editor: organize imports` action didn’t work
for Python, even though imports were organized correctly during
formatting.
LivioGama pushed a commit to LivioGama/zed that referenced this pull request Jan 20, 2026
…stries#45874)

Closes zed-industries#26819

Explained in
zed-industries#26819 (comment)
That action is now the default on format in
zed-industries#41103 since October, but
applying manually is still broken.

Release Notes:

- Fixed an issue where the `editor: organize imports` action didn’t work
for Python, even though imports were organized correctly during
formatting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

3 participants