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
The integration with the node debugger seems to trip over the colour codes that node prints. These should probably be disabled using the NODE_DISABLE_COLORS=1 environment variable.
(EDIT: node doesn't seem to respect the variable on my system, so this might need to just be filtered out in the return strings instead)
To clarify, I'm seeing output like (after running VBGevalWordUnderCursor on the word email):
Vim's error output Vebugger:Shell
E115: Missing quote: 'email:
E116: Invalid arguments for function join
This happens for pretty much any command I run. The command itself seems to work, so I'm assuming it's the parsing of the output that triggers the error.
The text was updated successfully, but these errors were encountered:
The AnsiEsc plugin certainly helps with the Terminal output, but not with the error messages in Shell. Is there at least a way to mute them? (sorry if this is obvious; I'm still relatively new to more advanced usage of Vim)
EDIT: I've tried :silent! VBGevalWordUnderCursor but the E115/E116 errors still get printed, requiring an extra press of enter to continue working.
The integration with the node debugger seems to trip over the colour codes that node prints. These should probably be disabled using the
NODE_DISABLE_COLORS=1
environment variable.(EDIT: node doesn't seem to respect the variable on my system, so this might need to just be filtered out in the return strings instead)
To clarify, I'm seeing output like (after running
VBGevalWordUnderCursor
on the wordemail
):Vim's error output
Vebugger:ShellVebugger:Terminal
This happens for pretty much any command I run. The command itself seems to work, so I'm assuming it's the parsing of the output that triggers the error.
The text was updated successfully, but these errors were encountered: