[folding] organize imports on save expands minimized imports #156675
Labels
bug
Issue identified by VS Code Team member as probable bug
editor-folding
Editor code folding issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
it's a bit annoying to manually minimize imports every time I save. and I also like having my imports get organized on save, it helps remove unused imports.
The text was updated successfully, but these errors were encountered: