File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 15101510 "scope" : " window" ,
15111511 "order" : 90
15121512 },
1513+ "java.inlayHints.variableTypes.enabled" : {
1514+ "type" : " boolean" ,
1515+ "default" : false ,
1516+ "markdownDescription" : " Enable/disable inlay hints for implicit variable types:\n ```java\n\n var foo /* :Path */ = Path.of(\" foo\" );\n \n ```" ,
1517+ "scope" : " window"
1518+ },
15131519 "java.search.scope" : {
15141520 "type" : " string" ,
15151521 "enum" : [
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export namespace Telemetry {
6161 "java.completion.collapseCompletionItems" , "java.completion.guessMethodArguments" ,
6262 "java.cleanup.actionsOnSave" , "java.completion.postfix.enabled" ,
6363 "java.sharedIndexes.enabled" , "java.inlayHints.parameterNames.enabled" ,
64+ "java.inlayHints.variableTypes.enabled" ,
6465 "java.server.launchMode" , "java.autobuild.enabled"
6566 ] ;
6667 // settings where we only record their existence
You can’t perform that action at this time.
0 commit comments