1. Connect to a server (I used the SQLite driver) 2. Run a query (I used `SELECT * from nosuch`) 3. Switch to the "SQL CONSOLE: MESSAGES" tab on the Panel 4. Right-click on the message (e.g. `SQLITE_ERROR: no such table: nosuch 14:34:26`) and choose `Copy value(s)` 5. 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