Skip to content

Commit

Permalink
Vanilla welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 24, 2023
1 parent 7bc11b5 commit e61ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/code_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func codeServerCmd() *cobra.Command {
return nil
}

codeServerArgs := []string{}
codeServerArgs := []string{"--disable-getting-started-override"}

if open {
codeServerArgs = append(codeServerArgs, "--open")
Expand Down

0 comments on commit e61ad55

Please sign in to comment.