PavelMikhailouski

Results 4 comments of PavelMikhailouski

Changing `File > Preferences > Terminal > Terminal Shell Path` from `sh` to `wsl` (or `powershell.exe`) solved the issue in my case For some reason `sh` was the default value...

Thanks for the tip. I did the same exercise with response values but bumped into the same error. ``` resource "sentry_rule" "slack" { organization = sentry_project.this.organization project = sentry_project.this.name action_match...

Thanks @chreble! As far as I can judge your solution works for the latest plugin version. Is there something we can to to make rules work with legacy one?