-
for example, '\n', i tried using it for line breaks, but it didn't work. code 👇 result 👇 (note: "Add newline", "Add" is the content get from register) |
Beta Was this translation helpful? Give feedback.
Answered by
justinmk
Aug 20, 2024
Replies: 1 comment 2 replies
-
That's a vscode limitation. AFAIK, newlines aren't supported in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, just use Nvim's
:echomsg
. This will print in the vscode Output view, which is the entire point of the Output view. It makes no sense to use vscode notifications for showing large amounts of text, instead of the Output view.