Node path

The path to the Node.js binary that Insight.js should use to run files. Defaults to node.

Code run trigger

Whether to Insight.js code playgrounds on edit or save.

Show inline values history

Toggle between showing one or many evaluation records for the selected line.

Show undefined inline

undefined is a very common result value in JS. This option toggles whether to display inline values for lines for a line that only consist of undefined.

Symbol for inline undefined

undefined is a very common result value in JS, and a lengthy word. You can choosed to render a symbol in place of undefined.

Show call number separator

When line history is on, toggles whether to show a call number separator between different invocations of a function. e.g. 'value 1' • 'value 2' ⋮² 'value 3'

Auto-start app monitor

Toggles whether to automatically start the App Monitor server when a VS Code window opens.