I just started building my own VSCode extension and found some examples for the package.json
manifest where values are surrounded by percentage %
symbols like this:
"description": "%config.alwaysSignOff%"
I can‘t find any explanation of what this means or what it is good for. Could one explain the purpose of this symbol? Thanks in advance for you help!