You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In plain text, usually we don't have consistent comment style, but we, engineers, often borrow comment styles from programming languages.
It would be nice if the users can set their own preferred comment notation in the configuration.
Actual behavior
Fixed comment style hard coded in src/notations.ts is used.
Steps to reproduce the issue
Write text in the file with extension recognized as "plaintext" by VS Code.
Run command of licenser "insert license header."
The text was updated successfully, but these errors were encountered:
Runtime environment
Behaviors
Expected behavior
In plain text, usually we don't have consistent comment style, but we, engineers, often borrow comment styles from programming languages.
It would be nice if the users can set their own preferred comment notation in the configuration.
Actual behavior
Fixed comment style hard coded in
src/notations.ts
is used.Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: