-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
There is a contradiction in the documentation:
From https://docs.runme.dev/getting-started/vscode#interactive-mode
By default, our script will run in “Interactive Mode”.
This matches reality.
versus
From https://docs.runme.dev/configuration/cell-level#cell-configuration-keys
interactive | Indicates if run should allow interactive input | false
This does not match reality.
However, I found that running cells in interactive mode takes much more time to complete.
echo "hello world"- In interactive mode on avg 5 seconds to complete, which is incredibly slow.
- Without interactive mode it is 0.2 seconds.
Therefore I'd suggest to set the default for interactive mode to false.
Having a document level option or even global setting for this would be a great alternative.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels