-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
VS Code now allows to copy error text: https://code.visualstudio.com/updates/v1_106#_copy-diagnostic-hover-text. I suppose the use cases are obvious.
The fact that JS errors are displayed with formatting thanks to this extension doesn't mean you shouldn't be able to copy it in the original format.
In fact, it's even more relevant for formatted errors, because when this
is copied manually, newlines end up in the text:
Type
boolean
is not assignable to type
string
.
which is not the case with plain text.
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists