mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.48k stars 296 forks source link

`Copy value(s)` context menu command in SQL Console doesn't work #987

Open gjsjohnmurray opened 1 year ago

gjsjohnmurray commented 1 year ago
  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):