Open
Description
- Connect to a server (I used the SQLite driver)
- Run a query (I used
SELECT * from nosuch
) - Switch to the "SQL CONSOLE: MESSAGES" tab on the Panel
- Right-click on the message (e.g.
SQLITE_ERROR: no such table: nosuch 14:34:26
) and chooseCopy value(s)
- Open an empty text document and paste into it. You get whatever was already on the clipboard.
Expected behavior
Text of copied message gets pasted.
Desktop (please complete the following information):
- SQLTools Version 0.25.1
- VS Code Version: 1.71.2
- OS: Windows