File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 553
553
" taskKind"
554
554
],
555
555
"properties" : {
556
+ "type" : {
557
+ "type" : " string" ,
558
+ "$comment" : " This pattern is intended to always fail in order to display the obsoletion message" ,
559
+ "pattern" : " ^$" ,
560
+ "patternErrorMessage" : " This task type is deprecated. Use task type \" ada\" or \" spark\" instead."
561
+ },
556
562
"taskKind" : {
557
563
"type" : " string" ,
558
564
"description" : " Tool and action kind"
559
565
},
560
566
"args" : {
561
567
"type" : " array" ,
562
- "description" : " Extra command arguments"
568
+ "description" : " Extra command line arguments"
563
569
}
564
570
}
565
571
},
569
575
" main"
570
576
],
571
577
"properties" : {
578
+ "type" : {
579
+ "type" : " string" ,
580
+ "$comment" : " This pattern is intended to always fail in order to display the obsoletion message" ,
581
+ "pattern" : " ^$" ,
582
+ "patternErrorMessage" : " This task type is deprecated. Use task type \" ada\" or \" spark\" instead."
583
+ },
572
584
"projectFile" : {
573
585
"type" : " string" ,
574
586
"description" : " The project file"
You can’t perform that action at this time.
0 commit comments