Skip to content

Commit 9957f15

Browse files
authored
Fix java.completion.importOrder (#2489)
Signed-off-by: Snjezana Peco <[email protected]>
1 parent 6711075 commit 9957f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@
524524
"default": [
525525
"java",
526526
"javax",
527-
"com",
528-
"org"
527+
"org",
528+
"com"
529529
],
530530
"scope": "window"
531531
},

0 commit comments

Comments
 (0)