Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace inline ? #11

Closed
yabdab opened this issue Apr 28, 2022 · 1 comment
Closed

Replace inline ? #11

yabdab opened this issue Apr 28, 2022 · 1 comment

Comments

@yabdab
Copy link

yabdab commented Apr 28, 2022

What regex pattern can I use to allow this to happen ...

{{-- MODIFIED: [ 2022-04-20 02:51:45 PM ] --}}
{{-- some other comment --}}

instead of this ...

{{-- MODIFIED: [ 2022-04-20 02:51:45 PM ] 
{{-- some other comment --}}
@lpubsppop01
Copy link
Owner

Hi @yabdab.
Thank you for your feedback, and sorry for the very late reply.

If you are still using this extension, please try the following:

{
    "lpubsppop01.autoTimeStamp.momentFormat": "YYYY/MM/DD HH:mm:ss A",
    "lpubsppop01.autoTimeStamp.modifiedTimeStart": "MODIFIED: \\[ ",
    "lpubsppop01.autoTimeStamp.modifiedTimeEnd": " \\]"
}

If you were using workspace settings, you may have been affected by #9.
Please try after updating to v0.0.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants