Skip to content

deprecate java.saveActions.organizeImports #3015

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deprecate 'java.saveActions.organizeImports'
Signed-off-by: Shi Chen <chenshi@microsoft.com>
  • Loading branch information
CsCherrYY committed Mar 22, 2023
commit 48beb66862b6cbc876bc4f81ded5252a4f661c91
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@
"type": "boolean",
"default": false,
"description": "Enable/disable auto organize imports on save action",
"deprecationMessage": "This setting is deprecated, please configure 'editor.codeActionsOnSave' instead.",
"scope": "window"
},
"java.import.exclusions": {
Expand Down