-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add isort CodeAction (sort imports on save) #1926
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1926 +/- ##
==========================================
+ Coverage 74.36% 74.38% +0.02%
==========================================
Files 282 283 +1
Lines 13279 13287 +8
Branches 2387 2387
==========================================
+ Hits 9875 9884 +9
- Misses 3270 3272 +2
+ Partials 134 131 -3
Continue to review full report at Codecov.
|
I can't access the VSTS build output, so no idea why it breaks. Can someone clue me in? |
@n6g7 it isn't you, so don't worry about it 😄 (we are planning to flip the "public" switch some time today actually.) |
For others reading this, to turn it on you need to add this to your {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
} |
Fixes #156
This pull request:
This implements #156 (run
isort
on save) using Code actions.I'll add a news entry and make sure to check the remaining checkboxes above asap, in the meantime any feedback is welcome. :)