File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -648,13 +648,13 @@ namespace ts {
648
648
name : "allowUnusedLabels" ,
649
649
type : "boolean" ,
650
650
category : Diagnostics . Advanced_Options ,
651
- description : Diagnostics . Do_not_report_errors_on_unused_labels
651
+ description : Diagnostics . Controls_showing_errors_for_unused_labels_true_Colon_Always_false_Colon_Never_unspecified_Colon_Not_on_command_line_but_in_editor ,
652
652
} ,
653
653
{
654
654
name : "allowUnreachableCode" ,
655
655
type : "boolean" ,
656
656
category : Diagnostics . Advanced_Options ,
657
- description : Diagnostics . Do_not_report_errors_on_unreachable_code
657
+ description : Diagnostics . Controls_showing_errors_for_unreachable_code_true_Colon_Always_false_Colon_Never_unspecified_Colon_Not_on_command_line_but_in_editor ,
658
658
} ,
659
659
{
660
660
name : "suppressExcessPropertyErrors" ,
Original file line number Diff line number Diff line change 3060
3060
"category" : " Message" ,
3061
3061
"code" : 6073
3062
3062
},
3063
- "Do not report errors on unused labels." : {
3063
+ "Controls showing errors for unused labels. 'true': Always; 'false': Never; unspecified: Not on command line, but in editor ." : {
3064
3064
"category" : " Message" ,
3065
3065
"code" : 6074
3066
3066
},
3072
3072
"category" : " Message" ,
3073
3073
"code" : 6076
3074
3074
},
3075
- "Do not report errors on unreachable code." : {
3075
+ "Controls showing errors for unreachable code. 'true': Always; 'false': Never; unspecified: Not on command line, but in editor ." : {
3076
3076
"category" : " Message" ,
3077
3077
"code" : 6077
3078
3078
},
You can’t perform that action at this time.
0 commit comments