You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the introduction of the REPL preview function, nodejs native REPL based tools have become impossible to use. Every letter I type fills my terminal window with preview information I don't want to see. When my terminal isn't full screen, it's not uncommon for the unwanted preview information to wrap 3 or 4 lines, making it very difficult for me to see what I'm trying to type.
I understand that I can set the preview attribute to false in the REPL settings object but I often don't access to the REPL config object because it's being called by some other library. Most third party REPL tools use the default settings without providing a way to override them. I'm hoping there's an environment variable of some other way that I can disable REPL preview.
This new feature is so jarring that I've refrained from upgrading past Node v10. Any help would be greatly appreciated. Please note, I'm not asking how to make REPL preview less jarring. I'm asking how I can completely disable it so that regardless of who's REPL tool I'm using, I don't see the preview output.
Steps to reproduce:
node -i on Node version 12 or higher
type proc
Observe the huge stringified object that I don't care about seeing
node-i
-->
The text was updated successfully, but these errors were encountered:
It seems there has been no activity on this issue for a while, and it is being closed in 30 days. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.
It seems there has been no activity on this issue for a while, and it is being closed. If you believe this issue should remain open, please leave a comment.
If you need further assistance or have questions, you can also search for similar issues on Stack Overflow.
Make sure to look at the README file for the most updated links.
Since the introduction of the REPL preview function, nodejs native REPL based tools have become impossible to use. Every letter I type fills my terminal window with preview information I don't want to see. When my terminal isn't full screen, it's not uncommon for the unwanted preview information to wrap 3 or 4 lines, making it very difficult for me to see what I'm trying to type.
I understand that I can set the preview attribute to false in the REPL settings object but I often don't access to the REPL config object because it's being called by some other library. Most third party REPL tools use the default settings without providing a way to override them. I'm hoping there's an environment variable of some other way that I can disable REPL preview.
This new feature is so jarring that I've refrained from upgrading past Node v10. Any help would be greatly appreciated. Please note, I'm not asking how to make REPL preview less jarring. I'm asking how I can completely disable it so that regardless of who's REPL tool I'm using, I don't see the preview output.
Steps to reproduce:
node -i
on Node version 12 or higherproc
-->
The text was updated successfully, but these errors were encountered: