File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ config =
16
16
title : ' Boot Mode'
17
17
type : ' string'
18
18
description : ' `Basic` spins up a local Julia process on demand and is the most
19
- robust option. The `Cycler` will keep three local Julia processes
19
+ robust option. The `Cycler` will keep a few local Julia processes
20
20
around at all times to reduce downtime when a process exits.
21
21
`External Terminal` opens an external terminal and connects it to Juno,
22
22
much like the `Julia Client: Connect Terminal` command.
@@ -25,7 +25,7 @@ config =
25
25
in the editor or pressing `Enter` in the REPL tab will start
26
26
a remote Julia process instead of a local one.'
27
27
enum : [' Basic' , ' Cycler' , ' External Terminal' , ' Remote' ]
28
- default : ' Cycler '
28
+ default : ' Basic '
29
29
radio : true
30
30
order : 1
31
31
optimisationLevel :
You can’t perform that action at this time.
0 commit comments