The cci-language-server reports a problem with config key called abc-1
. The regex '^[a-z][a-z\/d_-]*$'
fails.
In the regex, there is a character sequence - backslash followed by forward slash - that appears to be misplaced.
The cci-language-server reports a problem with config key called abc-1
. The regex '^[a-z][a-z\/d_-]*$'
fails.
In the regex, there is a character sequence - backslash followed by forward slash - that appears to be misplaced.