You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the build command with Lime, I get the error "Could not find a task whose name matches '^test (active configuration)'.
The extension description for the args regex specifically says to not to use the extension prefix, but the only way I can get the command to match is if I change the args string to "args": ["^lime: test \\(active configuration\\)"]
The text was updated successfully, but these errors were encountered:
When running the build command with Lime, I get the error "Could not find a task whose name matches '^test (active configuration)'.
The extension description for the
args
regex specifically says to not to use the extension prefix, but the only way I can get the command to match is if I change theargs
string to"args": ["^lime: test \\(active configuration\\)"
]The text was updated successfully, but these errors were encountered: