Skip to content

Commit c0b3aec

Browse files
committed
Fix java.actionsOnPaste.organizeImports description. Fixes #1110.
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 07e5705 commit c0b3aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
},
392392
"java.actionsOnPaste.organizeImports": {
393393
"type": "boolean",
394-
"description": "Triggers 'Organize imports' when java code is pasted into an empty file.",
394+
"description": "Triggers 'Organize imports' when code is pasted into a Java file.",
395395
"default": true,
396396
"scope": "window"
397397
}

0 commit comments

Comments
 (0)