vscode-regex icon indicating copy to clipboard operation
vscode-regex copied to clipboard

Add support for regexes defined in JSON

Open Identifier opened this issue 7 months ago • 0 comments

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*(.*)",
                }

Identifier avatar Sep 11 '25 08:09 Identifier