Skip to content

Commit

Permalink
chore: explainer for vs code settings prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
laktek committed Oct 14, 2024
1 parent 7b761ef commit 1852017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func Run(ctx context.Context, fsys afero.Fs, createVscodeSettings, createIntelli
}
} else {
console := utils.NewConsole()
if isVscode, err := console.PromptYesNo(ctx, "Generate VS Code settings for Deno?", false); err != nil {
if isVscode, err := console.PromptYesNo(ctx, "Generate VS Code settings for Deno (recommended if you plan to write Edge Functions)?", false); err != nil {
return err
} else if isVscode {
return writeVscodeConfig(fsys)
Expand Down

0 comments on commit 1852017

Please sign in to comment.