Skip to content

Commit bff3ff6

Browse files
committed
do not set default value for java.format.scheme
Signed-off-by: Shi Chen <[email protected]>
1 parent c8e5d99 commit bff3ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -996,12 +996,12 @@
996996
"default": {},
997997
"markdownDescription": "The custom formatter configurations, which will take precedence over the corresponding settings in the scheme, will be ignored if the current style is not `eclipse`."
998998
}
999+
},
1000+
"default": {
1001+
"style": "eclipse"
9991002
}
10001003
}
10011004
],
1002-
"default": {
1003-
"style": "eclipse"
1004-
},
10051005
"scope": "window",
10061006
"markdownDescription": "Specifies the scheme of java formatter settings."
10071007
},

0 commit comments

Comments
 (0)