How I can define a variable with extension scope, and the same can be used in task.json.
It's like I can set the value of SelectedAppId variable and the variable I can use in task.json
{
"name": "Debug (Development)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000/$(<Config>.<ExtensionName>.<VarialbeName>)",
}
SelectedAppIddefined? Please give a full example of what you want to configure in which files.