Skip to content

Configuration

Achilleas Kiritsakas edited this page Oct 31, 2019 · 5 revisions

Users can press cmd +, (ctrl +, in windows) and after that it type 'javascript-repl', they can change the configuration that they prefer

vscode-javascript-repl list of available commands

Apply Results

After which activity the logs or errors, will be applied to the editor or the explorer window on the left. Users can select between onEdit or onSave

Context

The way that the results received. The Node option evaluates the results to separate child_process, so use this option if you have any problems with the VM option.

Coverage

Show the coverage gutters at the left of the line numbers of the editor. If users have enabled this, they can use any comment of Istanbul in their code

  /* istanbul ignore next */ or any other comments of istanbul

Coverage Times

Show the number of times that lines have been executed during runtime (coverage option above must be true)

Explorer

Show logs on the explorer window

Explorer Focus

Focus on explorer window, on a reveal of a log in the editor

Explorer Reveal

Reveal explorer view window, on start automatically

Gutters

Change colors of coverage gutters

Logs

Change colors of log messages or errors

Output Channel

Output all result to an output channel

Output Channel Clear

Clear the previous results on the output channel

Use Workers

Use parcel workers for faster results in bigger projects

Clone this wiki locally