diff --git a/pkg/cmd/login/login.go b/pkg/cmd/login/login.go index a48d2fe1..19ecfda5 100644 --- a/pkg/cmd/login/login.go +++ b/pkg/cmd/login/login.go @@ -330,6 +330,7 @@ func OnboardUserWithSSHKeys(t *terminal.Terminal, user *entity.User, _ LoginStor func OnboardUserWithEditors(t *terminal.Terminal, _ LoginStore, ide string) (string, error) { if ide == "VSCode" { + _ = 0 } else { t.Print("To use " + ide + " for your instance. Use the following command to remote into your machine") t.Print(t.Green("Brev Shell")) diff --git a/pkg/cmd/notebook/notebook.go b/pkg/cmd/notebook/notebook.go index ab216e21..b2493f8f 100644 --- a/pkg/cmd/notebook/notebook.go +++ b/pkg/cmd/notebook/notebook.go @@ -1,4 +1,3 @@ -// notebook/notebook.go package notebook import (