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
When copying code from the code block by selecting specific lines in the block and wrapLines is set to true, extra newlines are added to the copied snippet.
wrapLines=false
Result in no extra-lines
wrapLines=true
Results in extra-lines:
Not related, but also it would be great if the line number is not copied as part of the code snippet.