vscode-regex
vscode-regex copied to clipboard
Add support for regexes defined in JSON
It would be nice to test regexes defined in strings in JSON objects. It would just need to handle escaped characters such as backslash and quote. For example:
{
"level": 1,
"icon": "warning",
"regex": "\\[WARN(?:ING)?\\]\\s*(.*)",
}