-
-
Notifications
You must be signed in to change notification settings - Fork 7
Configuration
Users can press cmd +, (ctrl +, in windows) and after that it type 'javascript-repl', they can change the configuration that they prefer
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
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.
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
Show the number of times that lines have been executed during runtime (coverage option above must be true)
Show logs on the explorer window
Focus on explorer window, on a reveal of a log in the editor
Reveal explorer view window, on start automatically
Change colors of coverage gutters
Change colors of log messages or errors
Output all result to an output channel
Clear the previous results on the output channel
Use parcel workers for faster results in bigger projects