Skip to content

Commit 98d5886

Browse files
committed
messaging and reminder
1 parent dc7cf19 commit 98d5886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/cmd/open/open.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ func openVsCodeWithSSH(
239239
err = mo.TupleToResult(tstore.IsWorkspace()).Match(
240240
func(value bool) (bool, error) {
241241
if value {
242-
return true, errors.New("brev open is not supported in a brev environment. Please run brev open locally instead")
242+
// todo log original error to sentry
243+
return true, errors.New("brev open is currently not supported in a brev when accessed via the brev shell command. Please run brev open locally instead")
243244
}
244245
return false, breverrors.WrapAndTrace(err)
245246
},

0 commit comments

Comments
 (0)