Skip to content

Default for Interactive Mode Setting #927

@menathan

Description

@menathan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions