default value escape dollar sign?
See original GitHub issueWe 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:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@msivasubramaniaan Great news!
It is working as expected in the latest version.