When inserting a custom license header to a Delphi file with extension .pas and type ObjectPascal (not Pascal) and having the option "licenser.useSingleLineStyle": false, the copyright notice should be added with a block comment style.
Actual behavior
Single line comment style is added.
Steps to reproduce the issue
Open a .pas file and make sure the type ObjectPascal is used.
Runtime environment
Behaviors
Expected behavior
When inserting a custom license header to a Delphi file with extension .pas and type ObjectPascal (not Pascal) and having the option "licenser.useSingleLineStyle": false, the copyright notice should be added with a block comment style.
Actual behavior
Single line comment style is added.
Steps to reproduce the issue