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
Copy file name to clipboardExpand all lines: pkg/cmd/open/open.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ func openVsCodeWithSSH(
240
240
func(valuebool) (bool, error) {
241
241
ifvalue {
242
242
// todo log original error to sentry
243
-
returntrue, errors.New("brev open is currently not supported in a brev when accessed via the brev shell command. Please run brev open locally instead")
243
+
returntrue, errors.New("you are in a remote brev environment; brev open is not supported. Please run brev open locally instead")
0 commit comments