We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aa026f + b7f7b0c commit 1e026dbCopy full SHA for 1e026db
railties/lib/rails/command/helpers/editor.rb
@@ -16,7 +16,7 @@ def display_hint_if_system_editor_not_specified
16
if editor.to_s.empty?
17
say "No $VISUAL or $EDITOR to open file in. Assign one like this:"
18
say ""
19
- say %(VISUAL="mate --wait" #{executable(current_subcommand)})
+ say %(VISUAL="code --wait" #{executable(current_subcommand)})
20
21
say "For editors that fork and exit immediately, it's important to pass a wait flag;"
22
say "otherwise, the file will be saved immediately with no chance to edit."
0 commit comments