question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

default value escape dollar sign?

See original GitHub issue

We have this schema https://github.com/release-drafter/release-drafter/blob/master/schema.json

We have some defaults like * $TITLE (#$NUMBER) @$AUTHOR for change-template

When VS Code auto complete’s the default

it becomes

change-template: *  (#) @

instead of the desired

change-template: * $TITLE (#$NUMBER) @$AUTHOR

How do one properly escape I tried \\ and \\\\ to no avail.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jetersencommented, Jul 5, 2022

@msivasubramaniaan Great news!

0reactions
msivasubramaniaancommented, Jul 5, 2022

It is working as expected in the latest version. image

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to escape SpEL dollar signs in Spring YAML configuration?
Spring currently does not offer an escaping mechanism for property ... Use a combination of empty key and dollar sign $ as default...
Read more >
Dollar sign in environment variable's value - Ask Ubuntu
$ is a special character to your shell (whether bash or dash ), and unless protected against variable expansion, you won't actually be...
Read more >
String & Binary Data Types - Snowflake Documentation
In a dollar-quoted string constant, you can include quotes, backslashes, newlines and any other special character (except for double-dollar signs) without ...
Read more >
Provide a way for escaping the dollar sign symbol ... - YouTrack
Dollar escaping : Provide means to escape $ in multiline strings. The nicest and the most natural way to do it is via...
Read more >
Why do I need to escape dollar sign even with grep -F
The shell is expanding $you as a (likely empty) variable because you used "weak" (double) quoting. You can confirm this by setting the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found